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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java86 public static final int SQLITE_ACCESS_READWRITE = 1; field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h872 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
963 ** With SQLITE_ACCESS_READWRITE, the xAccess method
967 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
976 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1415 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1506 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1510 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1519 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
23668 case SQLITE_ACCESS_READWRITE:
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1100 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1191 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1195 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1204 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1215 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1306 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1310 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1319 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1100 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1191 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1195 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1204 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1215 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1306 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1310 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1319 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
[all...]

Completed in 561 milliseconds