Home
last modified time | relevance | path

Searched refs:SQLITE_DETACH (Results 1 – 5 of 5) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DConstants.java129 public static final int SQLITE_DETACH = 25; /* Database Name NULL */ field in Constants
/external/sqlite/dist/
Dsqlite3.h2822 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
Dsqlite3.c3099 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
99003 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname);
/external/sqlite/dist/orig/
Dsqlite3.h2822 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
Dsqlite3.c3099 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
99003 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname);