Searched defs:SQLITE_ABORT (Results 1 - 8 of 8) 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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h331 ** routine returns SQLITE_ABORT without invoking the callback again and
385 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
4885 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
4930 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
4990 ** error code of [SQLITE_ABORT].
5024 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
H A Dsqlite3.c874 ** routine returns SQLITE_ABORT without invoking the callback again and
928 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
5428 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5473 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5533 ** error code of [SQLITE_ABORT].
5567 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h350 ** routine returns SQLITE_ABORT without invoking the callback again and
403 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
486 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5623 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5671 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5731 ** error code of [SQLITE_ABORT].
5765 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7341 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7357 ** [SQLITE_ABORT] is also a [result code].
7362 /* #define SQLITE_ABORT
[all...]
H A Dsqlite3.c465 ** routine returns SQLITE_ABORT without invoking the callback again and
518 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
601 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5738 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5786 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5846 ** error code of [SQLITE_ABORT].
5880 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7456 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7472 ** [SQLITE_ABORT] is also a [result code].
7477 /* #define SQLITE_ABORT
[all...]
/external/sqlite/dist/
H A Dsqlite3.h350 ** routine returns SQLITE_ABORT without invoking the callback again and
403 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
486 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5623 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5671 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5731 ** error code of [SQLITE_ABORT].
5765 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7341 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7357 ** [SQLITE_ABORT] is also a [result code].
7362 /* #define SQLITE_ABORT
[all...]
H A Dsqlite3.c465 ** routine returns SQLITE_ABORT without invoking the callback again and
518 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
601 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5738 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5786 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5846 ** error code of [SQLITE_ABORT].
5880 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7456 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7472 ** [SQLITE_ABORT] is also a [result code].
7477 /* #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 2193 milliseconds