Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_sqlite/
Dcursor.c451 int statement_type; in _pysqlite_query_execute() local
585 statement_type = detect_statement_type(operation_cstr); in _pysqlite_query_execute()
587 switch (statement_type) { in _pysqlite_query_execute()
676 if (rc == SQLITE_ROW || (rc == SQLITE_DONE && statement_type == STATEMENT_SELECT)) { in _pysqlite_query_execute()
715 switch (statement_type) { in _pysqlite_query_execute()
727 if (!multiple && statement_type == STATEMENT_INSERT) { in _pysqlite_query_execute()