Searched refs:pysqlite_connection_commit (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/ |
D | connection.h | 127 PyObject* pysqlite_connection_commit(pysqlite_Connection* self, PyObject* args);
|
D | connection.c | 459 PyObject* pysqlite_connection_commit(pysqlite_Connection* self, PyObject* args) in pysqlite_connection_commit() function 1152 res = pysqlite_connection_commit(self, NULL); in pysqlite_connection_set_isolation_level() 1593 {"commit", (PyCFunction)pysqlite_connection_commit, METH_NOARGS,
|
D | cursor.c | 603 result = pysqlite_connection_commit(self->connection, NULL); in _pysqlite_query_execute() 813 result = pysqlite_connection_commit(self->connection, NULL); in pysqlite_cursor_executescript()
|
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/ |
D | connection.c.h | 275 …{"commit", (PyCFunction)pysqlite_connection_commit, METH_NOARGS, pysqlite_connection_commit__doc__… 281 pysqlite_connection_commit(pysqlite_Connection *self, PyObject *Py_UNUSED(ignored)) in pysqlite_connection_commit() function
|