Poco::Data

namespace SQLite

Overview

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

Types Aliases: TransactionType

Classes

class AuthorizationDeniedException

 more...

class Binder

Binds placeholders in the sql query to the provided values. more...

class CantOpenDBFileException

 more...

class Connector

Connector instantiates SqLite SessionImpl objects. more...

class ConstraintViolationException

 more...

class CorruptImageException

 more...

class DBAccessDeniedException

 more...

class DBLockedException

 more...

class DataTypeMismatchException

 more...

class DatabaseFullException

 more...

class ExecutionAbortedException

 more...

class Extractor

Extracts and converts data values form the result row returned by SQLitemore...

class IOErrorException

 more...

class InternalDBErrorException

 more...

class InterruptException

 more...

class InvalidLibraryUseException

 more...

class InvalidSQLStatementException

 more...

class LockProtocolException

 more...

class NoMemoryException

 more...

class Notifier

Notifier is a wrapper for SQLite callback calls. more...

class OSFeaturesMissingException

 more...

class ParameterCountMismatchException

 more...

class ReadOnlyException

 more...

class RowTooBigException

 more...

class SQLiteException

 more...

class SQLiteStatementImpl

Implements statement functionality needed for SQLite more...

class SchemaDiffersException

 more...

class SessionImpl

Implements SessionImpl interface. more...

class TableLockedException

 more...

class TableNotFoundException

 more...

class TransactionException

 more...

class Utility

Various utility functions for SQLitemore...

Types Aliases

TransactionType

using TransactionType = Utility::TransactionType;