Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c463 int statement_type; in _pysqlite_query_execute() local
598 statement_type = detect_statement_type(operation_cstr); in _pysqlite_query_execute()
600 switch (statement_type) { in _pysqlite_query_execute()
689 if (rc == SQLITE_ROW || (rc == SQLITE_DONE && statement_type == STATEMENT_SELECT)) { in _pysqlite_query_execute()
729 switch (statement_type) { in _pysqlite_query_execute()
741 if (!multiple && statement_type == STATEMENT_INSERT) { in _pysqlite_query_execute()