Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_DETACH

2740 #define SQLITE_DETACH               25   /* Database Name   NULL            */
74297 ** SELECT sqlite_detach(x)
74349 ** sqlite_detach() or sqlite_attach() SQL user functions.
74353 int type, /* Either SQLITE_ATTACH or SQLITE_DETACH */
74433 "sqlite_detach", /* zName */
74437 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname);