Searched refs:SQLITE_DETACH (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | sqlite.w32.h | 561 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
|
H A D | attach.c | 161 if( sqliteAuthCheck(pParse,SQLITE_DETACH,db->aDb[i].zName,0,0)!=SQLITE_OK ){ in sqliteDetach()
|
H A D | sqlite.h.in | 604 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.h | 2283 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
|
H A D | sqlite3.c | 2830 #define SQLITE_DETACH 25 /* Database Name NULL */ macro 76920 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname);
|
Completed in 389 milliseconds