Searched refs:SQLITE_DETACH (Results 1 – 4 of 4) sorted by relevance
646 SQLITE_DETACH = 25, /** Database Name NULL */
3277 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
3590 #define SQLITE_DETACH 25 /* Database Name NULL */ macro120154 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname);
1165 case SQLITE_DETACH : zCode="SQLITE_DETACH"; break; in auth_callback()