Home
last modified time | relevance | path

Searched refs:STATEMENT_DELETE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.h54 STATEMENT_INVALID, STATEMENT_INSERT, STATEMENT_DELETE, enumerator
Dcursor.c71 return STATEMENT_DELETE; in detect_statement_type()
602 case STATEMENT_DELETE: in _pysqlite_query_execute()
731 case STATEMENT_DELETE: in _pysqlite_query_execute()