Searched defs:SQLITE_ACCESS_READWRITE (Results 1 - 5 of 5) 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/sqlite/dist/orig/
H A Dsqlite3.h1125 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1216 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1220 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1229 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1332 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1423 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1427 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1436 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1125 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1216 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1220 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1229 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1332 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1423 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1427 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1436 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
[all...]

Completed in 336 milliseconds