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

/dalvik/libcore/sql/src/main/java/java/sql/
H A DConnection.java112 * Commits all of the changes made since the last {@code commit} or
115 * connection objects in {@code auto-commit} mode leads to an error.
119 * connection instance is in auto-commit mode.
121 public void commit() throws SQLException; method in interface:Connection
203 * the {@code auto-commit} operating mode.
205 * @return {@code true} if {@code auto-commit} is on, otherwise {@code
620 * operation when in auto-commit mode.
624 * called while in auto-commit mode of operation.
630 * set. This method should only be used when auto-commit mode is disabled.
640 * Sets this connection's auto-commit mod
[all...]
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java42 public void commit() throws SQLException { method in class:TestHelper_Connection1
/dalvik/libcore/sql/src/test/java/tests/SQLite/
H A DAbstractSqlTest.java109 * Tears down a unit test, by setting the auto commit property of the first
176 * - commit data from connection one
193 firstStmt.getConnection().commit();
/dalvik/libcore/luni/src/test/java/com/google/coretests/
H A DStatsStore.java291 conn.commit();
301 conn.commit();
/dalvik/libcore/sql/src/test/java/tests/sql/
H A DConnectionTest.java258 conn.commit();
557 conn.commit();
590 conn.commit();
591 // Check cursors closed after commit
791 conn.commit();
803 conn.commit();
1641 * @test java.sql.Connection#commit()
1646 method = "commit",
1673 conn.commit();
1694 conn.commit();
[all...]
H A DResultSetTest.java266 conn.commit();
290 conn.commit();
/dalvik/libcore/sql/src/test/java/tests/java/sql/
H A DQueryTimeoutTest.java424 conn1.commit();
425 conn2.commit();
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
H A DJDBCConnection.java204 public void commit() throws SQLException { method in class:JDBCConnection

Completed in 352 milliseconds