Module
SQLite3
In:
lib/sqlite3/constants.rb
lib/sqlite3/database.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
ext/sqlite3/sqlite3.c
ext/sqlite3/backup.c
ext/sqlite3/database.c
call-seq: db.encoding
Fetch the encoding set on this database
Methods
const_missing
Classes and Modules
Module
SQLite3::Constants
Module
SQLite3::Pragmas
Module
SQLite3::VersionProxy
Class
SQLite3::AbortException
Class
SQLite3::AuthorizationException
Class
SQLite3::Backup
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
VERSION
=
'1.3.4'
SQLITE_VERSION
=
rb_str_new2(SQLITE_VERSION)
SQLITE_VERSION_NUMBER
=
INT2FIX(SQLITE_VERSION_NUMBER)
Public Class methods
const_missing
(name)
[Validate]