Home | History | Annotate | Download | only in orig

Lines Matching defs:SQLITE_DETACH

2887 #define SQLITE_DETACH               25   /* Database Name   NULL            */
92172 ** SELECT sqlite_detach(x)
92224 ** sqlite_detach() or sqlite_attach() SQL user functions.
92228 int type, /* Either SQLITE_ATTACH or SQLITE_DETACH */
92308 "sqlite_detach", /* zName */
92312 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname);