Searched defs:getAutoCommit (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJdbcRowSet.java230 * method wraps the <code>Connection</code>'s <code>getAutoCommit</code> method
242 * @see java.sql.Connection#getAutoCommit()
244 public boolean getAutoCommit() throws SQLException; method in interface:JdbcRowSet
250 * method wraps the <code>Connection</code>'s <code>getAutoCommit</code> method
/openjdk7/jdk/src/share/classes/java/sql/
H A DConnection.java220 * @see #getAutoCommit
234 boolean getAutoCommit() throws SQLException; method in interface:Connection
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4083 // After setting the below the conn.getAutoCommit()
4096 public boolean getAutoCommit() throws SQLException { method in class:JdbcRowSetImpl
4097 return conn.getAutoCommit();

Completed in 55 milliseconds