Searched refs:pysqlite_statement_create (Results 1 – 4 of 4) sorted by relevance
46 int pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* …
54 int pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* … in pysqlite_statement_create() function
575 rc = pysqlite_statement_create(self->statement, self->connection, operation); in _pysqlite_query_execute()
1221 rc = pysqlite_statement_create(statement, self, sql); in pysqlite_connection_call()