Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dmodule.c307 ADD_INT(SQLITE_INSERT); in add_integer_constants()
/third_party/sqlite/include/
Dsqlite3.h3213 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
/third_party/sqlite/src/
Dshell.c10624 if( eOp==SQLITE_INSERT || eOp==SQLITE_UPDATE || eOp==SQLITE_DELETE ){ in idxAuthCallback()
10689 case SQLITE_INSERT: { in idxProcessOneTrigger()