Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dconnection.h56 const char* begin_statement; member
Dconnection.c96 self->begin_statement = NULL; in pysqlite_connection_init()
415 rc = sqlite3_prepare_v2(self->db, self->begin_statement, -1, &statement, in _pysqlite_connection_begin()
1331 self->begin_statement = NULL; in pysqlite_connection_set_isolation_level()
1360 self->begin_statement = *candidate; in pysqlite_connection_set_isolation_level()
Dcursor.c521 if (self->connection->begin_statement && self->statement->is_dml) { in _pysqlite_query_execute()