Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_sqlite/
Dcursor.h58 } pysqlite_StatementKind; typedef
Dcursor.c33 static pysqlite_StatementKind detect_statement_type(char* statement) in detect_statement_type()