HomeSort by relevance Sort by last modified time
    Searched defs:SQLITE_OPEN_DELETEONCLOSE (Results 1 - 3 of 3) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Constants.java 49 public static final int SQLITE_OPEN_DELETEONCLOSE = 0x00000008; /* VFS only */
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 470 #define SQLITE_OPEN_DELETEONCLOSE 0x00000008 /* VFS only */
    [all...]
sqlite3.c     [all...]

Completed in 401 milliseconds