Class | DBI::DBD::SQLite3::Database |
In: |
lib/dbd/sqlite3/database.rb
|
Parent: | DBI::BaseDatabase |
See DBI::BaseDatabase.
Constructor. Valid attributes:
The following attributes go directly to the low-level SQLite3 driver. Please consult it‘s documentation for more information.
See DBI::BaseDatabase#columns.
Additional Attributes:
See DBI::BaseDatabase#rollback.
If all statements were not closed before the rollback occurs, a DBI::Warning may be raised if the database encounters an error because of it.
This method will also raise DBI::ProgrammingError if not in a transaction.