Searched defs:SQLITE_OPEN_READWRITE (Results 1 – 5 of 5) sorted by relevance
47 public static final int SQLITE_OPEN_READWRITE = 0x00000002; /* Ok for sqlite3_open_v2() */ field in Constants
537 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */ macro
814 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */ macro