jdk/src/share/classes/java/sql/Connection.java
changeset 21278 ef8a3a2a72f2
parent 20880 1b610151b316
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   240      * This method should be
   240      * This method should be
   241      * used only when auto-commit mode has been disabled.
   241      * used only when auto-commit mode has been disabled.
   242      *
   242      *
   243      * @exception SQLException if a database access error occurs,
   243      * @exception SQLException if a database access error occurs,
   244      * this method is called while participating in a distributed transaction,
   244      * this method is called while participating in a distributed transaction,
   245      * if this method is called on a closed conection or this
   245      * if this method is called on a closed connection or this
   246      *            <code>Connection</code> object is in auto-commit mode
   246      *            <code>Connection</code> object is in auto-commit mode
   247      * @see #setAutoCommit
   247      * @see #setAutoCommit
   248      */
   248      */
   249     void commit() throws SQLException;
   249     void commit() throws SQLException;
   250 
   250