Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_DETACH

2887 #define SQLITE_DETACH               25   /* Database Name   NULL            */
92190 ** SELECT sqlite_detach(x)
92242 ** sqlite_detach() or sqlite_attach() SQL user functions.
92246 int type, /* Either SQLITE_ATTACH or SQLITE_DETACH */
92326 "sqlite_detach", /* zName */
92330 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname);