HomeSort by relevance Sort by last modified time
    Searched full:savepoint (Results 1 - 25 of 36) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/sql/
Savepoint.java 29 * The representation of a savepoint, which is a point within
32 * is rolled back to a savepoint all changes made after that
33 * savepoint are undone.
41 public interface Savepoint {
44 * Retrieves the generated ID for the savepoint that this
45 * <code>Savepoint</code> object represents.
46 * @return the numeric ID of this savepoint
47 * @exception SQLException if this is a named savepoint
53 * Retrieves the name of the savepoint that this <code>Savepoint</code
    [all...]
Connection.java 701 * Creates an unnamed savepoint in the current transaction and
702 * returns the new <code>Savepoint</code> object that represents it.
705 *savepoint.
707 * @return the new <code>Savepoint</code> objec
    [all...]
package.html 128 <LI><code>Savepoint</code> -- provides savepoints in a transaction
227 savepoint
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 32 import java.sql.Savepoint;
152 public void releaseSavepoint(Savepoint savepoint) throws SQLException {
158 public void rollback(Savepoint savepoint) throws SQLException {
173 public Savepoint setSavepoint() throws SQLException {
177 public Savepoint setSavepoint(String name) throws SQLException {
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 27 import java.sql.Savepoint;
    [all...]
  /external/llvm/test/CodeGen/MIR/X86/
frame-info-save-restore-points.mir 33 # CHECK: savePoint: '%bb.2.true'
39 savePoint: '%bb.2.true'
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 405 public Savepoint setSavepoint() throws SQLException {
409 public Savepoint setSavepoint(String name) throws SQLException {
413 public void rollback(Savepoint x) throws SQLException {
417 public void releaseSavepoint(Savepoint x) throws SQLException {
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 355 StringValue SavePoint;
376 YamlIO.mapOptional("savePoint", MFI.SavePoint,
FastISel.h 298 struct SavePoint {
305 SavePoint enterLocalValueArea();
308 void leaveLocalValueArea(SavePoint Old);
  /external/javasqlite/src/main/java/SQLite/
Constants.java 136 public static final int SQLITE_SAVEPOINT = 32; /* Operation Savepoint Name */
  /external/llvm/test/CodeGen/MIR/ARM/
ARMLoadStoreDBG.mir 119 savePoint: '%bb.2.if.end'
  /external/clang/lib/CodeGen/
CGCleanup.h 591 assert(sp.isValid() && "finding invalid savepoint");
592 assert(sp.Size <= stable_begin().Size && "finding savepoint after pop");
CGCleanup.cpp 403 /// Pops cleanup blocks until the given savepoint is reached.
420 /// Pops cleanup blocks until the given savepoint is reached, then add the
421 /// cleanups from the given savepoint in the lifetime-extended cleanups stack.
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 436 if (!YamlMFI.SavePoint.Value.empty()) {
438 if (parseMBBReference(MBB, YamlMFI.SavePoint, MF, PFS))
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 198 SavePoint SaveInsertPt = enterLocalValueArea();
364 FastISel::SavePoint FastISel::enterLocalValueArea() {
369 SavePoint SP = {OldInsertPt, OldDL};
373 void FastISel::leaveLocalValueArea(SavePoint OldInsertPt) {
    [all...]
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 258 raw_string_ostream StrOS(YamlMFI.SavePoint.Value);
  /prebuilts/sdk/23/
android.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /cts/tools/dex-tools/dex/
classes0.out.dex 968 java.sql.Savepoint)
973 java.sql.Savepoint)
987 public abstract java.sql.Savepoint setSavepoint()
989 public abstract java.sql.Savepoint setSavepoint(
1128 java.sql.Savepoint)
1133 java.sql.Savepoint)
1147 public java.sql.Savepoint setSavepoint()
1149 public java.sql.Savepoint setSavepoint(
    [all...]
  /external/autotest/client/site_tests/desktopui_GmailLatency/
url_fetch_test 
url_fetch_test.arm 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se14_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.4.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.5.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip 

Completed in 2151 milliseconds

1 2