Module SQLite3
In: lib/sqlite3/constants.rb
lib/sqlite3/database.rb
lib/sqlite3/driver/dl/api.rb
lib/sqlite3/driver/dl/driver.rb
lib/sqlite3/driver/native/driver.rb
lib/sqlite3/errors.rb
lib/sqlite3/pragmas.rb
lib/sqlite3/resultset.rb
lib/sqlite3/statement.rb
lib/sqlite3/translator.rb
lib/sqlite3/value.rb
lib/sqlite3/version.rb

Classes and Modules

Module SQLite3::Constants
Module SQLite3::Driver
Module SQLite3::Error
Module SQLite3::Pragmas
Module SQLite3::Version
Class SQLite3::AbortException
Class SQLite3::AuthorizationException
Class SQLite3::Blob
Class SQLite3::BusyException
Class SQLite3::CantOpenException
Class SQLite3::ConstraintException
Class SQLite3::CorruptException
Class SQLite3::Database
Class SQLite3::EmptyException
Class SQLite3::Exception
Class SQLite3::FormatException
Class SQLite3::FullException
Class SQLite3::IOException
Class SQLite3::InternalException
Class SQLite3::InterruptException
Class SQLite3::LockedException
Class SQLite3::MemoryException
Class SQLite3::MismatchException
Class SQLite3::MisuseException
Class SQLite3::NotADatabaseException
Class SQLite3::NotFoundException
Class SQLite3::PermissionException
Class SQLite3::ProtocolException
Class SQLite3::RangeException
Class SQLite3::ReadOnlyException
Class SQLite3::ResultSet
Class SQLite3::SQLException
Class SQLite3::SchemaChangedException
Class SQLite3::Statement
Class SQLite3::TooBigException
Class SQLite3::Translator
Class SQLite3::UnsupportedException
Class SQLite3::Value

Constants

EXCEPTIONS = [ nil, SQLException, InternalException, PermissionException, AbortException, BusyException, LockedException, MemoryException, ReadOnlyException, InterruptException, IOException, CorruptException, NotFoundException, FullException, CantOpenException, ProtocolException, EmptyException, SchemaChangedException, TooBigException, ConstraintException, MismatchException, MisuseException, UnsupportedException, AuthorizationException, FormatException, RangeException, NotADatabaseException

[Validate]