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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java18 public static final int SQLITE_ERROR = 1; /* SQL error or missing database */ field in class:Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h315 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
2287 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
2715 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2736 ** [SQLITE_ERROR] means that a run-time error (such as a constraint
2748 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
2753 ** API always returns a generic error code, [SQLITE_ERROR], following any
3047 ** will result in [SQLITE_ERROR] being returned.
3391 ** the error code is SQLITE_ERROR. A subsequent call to sqlite3_result_error()
3392 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
3955 ** [SQLITE_OK] on success and [SQLITE_ERROR] i
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h383 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1353 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1367 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1383 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1482 ** return [SQLITE_ERROR].</dd>
1495 ** return [SQLITE_ERROR].</dd>
2937 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3409 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3430 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3442 ** previously returned [SQLITE_ERROR] o
[all...]
H A Dsqlite3.c933 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1903 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1917 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1933 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
2032 ** return [SQLITE_ERROR].</dd>
2045 ** return [SQLITE_ERROR].</dd>
3487 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3959 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3980 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3992 ** previously returned [SQLITE_ERROR] o
[all...]
/external/sqlite/dist/
H A Dsqlite3.h383 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1353 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1367 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1383 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1482 ** return [SQLITE_ERROR].</dd>
1495 ** return [SQLITE_ERROR].</dd>
2937 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3409 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3430 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3442 ** previously returned [SQLITE_ERROR] o
[all...]
H A Dsqlite3.c933 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1903 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1917 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1933 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
2032 ** return [SQLITE_ERROR].</dd>
2045 ** return [SQLITE_ERROR].</dd>
3487 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3959 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3980 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3992 ** previously returned [SQLITE_ERROR] o
[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 430 milliseconds