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

/libcore/luni/src/main/java/java/sql/
H A DConnection.java113 * Commits all of the changes made since the last {@code commit} or
116 * connection objects in {@code auto-commit} mode leads to an error.
120 * connection instance is in auto-commit mode.
122 public void commit() throws SQLException; method in interface:Connection
204 * the {@code auto-commit} operating mode.
206 * @return {@code true} if {@code auto-commit} is on, otherwise {@code
621 * operation when in auto-commit mode.
625 * called while in auto-commit mode of operation.
631 * set. This method should only be used when auto-commit mode is disabled.
641 * Sets this connection's auto-commit mod
[all...]

Completed in 167 milliseconds