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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java21 public static final int SQLITE_ABORT = 4; /* Callback routine requested an abort */ field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h356 ** routine returns SQLITE_ABORT without invoking the callback again and
409 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
492 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5825 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5870 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5931 ** error code of [SQLITE_ABORT].
5972 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7576 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7592 ** [SQLITE_ABORT] is also a [result code].
7597 /* #define SQLITE_ABORT
[all...]
H A Dsqlite3.c563 ** routine returns SQLITE_ABORT without invoking the callback again and
616 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
699 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
6032 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
6077 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
6138 ** error code of [SQLITE_ABORT].
6179 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7783 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7799 ** [SQLITE_ABORT] is also a [result code].
7804 /* #define SQLITE_ABORT
[all...]
/external/sqlite/dist/
H A Dsqlite3.h356 ** routine returns SQLITE_ABORT without invoking the callback again and
409 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
492 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5825 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5870 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5931 ** error code of [SQLITE_ABORT].
5972 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7576 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7592 ** [SQLITE_ABORT] is also a [result code].
7597 /* #define SQLITE_ABORT
[all...]
H A Dsqlite3.c563 ** routine returns SQLITE_ABORT without invoking the callback again and
616 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
699 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
6032 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
6077 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
6138 ** error code of [SQLITE_ABORT].
6179 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7783 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7799 ** [SQLITE_ABORT] is also a [result code].
7804 /* #define SQLITE_ABORT
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 457 milliseconds