Classes: AuthorizationDeniedException, Binder, CantOpenDBFileException, Connector, ConstraintViolationException, CorruptImageException, DBAccessDeniedException, DBLockedException, DataTypeMismatchException, DatabaseFullException, ExecutionAbortedException, Extractor, IOErrorException, InternalDBErrorException, InterruptException, InvalidLibraryUseException, InvalidSQLStatementException, LockProtocolException, NoMemoryException, Notifier, OSFeaturesMissingException, ParameterCountMismatchException, ReadOnlyException, RowTooBigException, SQLiteException, SQLiteStatementImpl, SchemaDiffersException, SessionImpl, TableLockedException, TableNotFoundException, TransactionException, Utility
Binds placeholders in the sql query to the provided values.
Connector instantiates SqLite SessionImpl objects.
Extracts and converts data values form the result row returned by SQLite.
Notifier is a wrapper for SQLite callback calls.
Implements statement functionality needed for SQLite
Implements SessionImpl interface.
Various utility functions for SQLite.