DateFromTicks(ticks) |
|
TimeFromTicks(ticks) |
|
TimestampFromTicks(ticks) |
|
adapt((obj, protocol, ...) |
|
complete_statement(sql) |
Checks if a string contains a complete SQL statement. |
connect(database[, timeout, isolation_level, ...) |
Opens a connection to the SQLite database file database. |
enable_callback_tracebacks(flag) |
Enable or disable callback functions throwing errors to stderr. |
enable_shared_cache(do_enable) |
Enable or disable shared cache mode for the calling thread. |
register_adapter(type, callable) |
Registers an adapter with pysqlite’s adapter registry. |
register_converter(typename, callable) |
Registers a converter with pysqlite. |