class SQLite3::Connection
- SQLite3::Connection
- DB::Connection
- Reference
- Object
Defined in:
sqlite3/connection.crConstructors
Class Method Summary
Instance Method Summary
-
#build_prepared_statement(query) : Statement
:nodoc:
-
#build_unprepared_statement(query) : Statement
:nodoc:
-
#do_close
Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.
-
#dump(to : SQLite3::Connection)
Dump the database to another SQLite3 database.
-
#enable_extension_load(onoff : Bool)
Enable or disable the loading of dynamic extensions in the current SQLite3 Connection
-
#load_extension(filename : String)
Load a dynamic extension from file in the current SQLite3 Connection
- #to_unsafe : LibSQLite3::SQLite3
Constructor Detail
Class Method Detail
Instance Method Detail
:nodoc:
:nodoc:
Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.
Dump the database to another SQLite3 database. This can be used for backing up a SQLite3 Database to disk or the opposite
Enable or disable the loading of dynamic extensions in the current SQLite3 Connection
Load a dynamic extension from file in the current SQLite3 Connection