Home
last modified time | relevance | path

Searched refs:SQLITE_DROP_TABLE (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/_sqlite/
Dmodule.c300 ADD_INT(SQLITE_DROP_TABLE); in add_integer_constants()
/third_party/sqlite/include/
Dsqlite3.h3161 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */ macro
/third_party/sqlite/src/
Dsqlite3.c3474 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */ macro
116982 code = SQLITE_DROP_TABLE;