Searched refs:SQLITE_DETACH (Results 1 – 3 of 3) sorted by relevance
3175 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
3481 #define SQLITE_DETACH 25 /* Database Name NULL */ macro112573 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname);
1146 case SQLITE_DETACH : zCode="SQLITE_DETACH"; break; in auth_callback()