Searched refs:pysqlite_InterfaceError (Results 1 – 6 of 6) sorted by relevance
34 extern PyObject* pysqlite_InterfaceError;
46 PyObject *pysqlite_InterfaceError = NULL; variable400 ADD_EXCEPTION(module, "InterfaceError", pysqlite_InterfaceError, pysqlite_Error); in PyInit__sqlite3()
290 …PyErr_Format(pysqlite_InterfaceError, "Error binding parameter %d - probably unsupported type.", i… in pysqlite_statement_bind_parameters()341 …PyErr_Format(pysqlite_InterfaceError, "Error binding parameter :%s - probably unsupported type.", … in pysqlite_statement_bind_parameters()
272 PyErr_SetString(pysqlite_InterfaceError, errmsg_fetch_across_rollback); in _pysqlite_fetch_one_row()783 PyErr_SetString(pysqlite_InterfaceError, errmsg_fetch_across_rollback); in pysqlite_cursor_iternext()
180 self->InterfaceError = pysqlite_InterfaceError; in pysqlite_connection_init()
61 Modules/_sqlite/module.c - pysqlite_InterfaceError -2390 Modules/_sqlite/module.h - pysqlite_InterfaceError -