Searched refs:autoCommit (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJdbcRowSet.java258 public void setAutoCommit(boolean autoCommit) throws SQLException; argument
/openjdk7/jdk/src/share/classes/java/sql/
H A DConnection.java215 * @param autoCommit <code>true</code> to enable auto-commit mode;
222 void setAutoCommit(boolean autoCommit) throws SQLException; argument
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4045 * @throws SQLException if autoCommit is set to true or if a database
4067 public void setAutoCommit(boolean autoCommit) throws SQLException { argument
4072 conn.setAutoCommit(autoCommit);
4085 conn.setAutoCommit(autoCommit);
4109 * @throws SQLException if autoCommit is set to true or a database
4131 * @throws SQLException if autoCommit is set to true; or ia a database

Completed in 69 milliseconds