LiteSQL
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Clitesql::BackendAn abstract base class for interfacing with relational databases
 Clitesql::Blob
 Clitesql::ColumnDefinition
 Ccounted_ptr< X >
 Clitesql::Backend::CursorAn abstract base class for cursors that iterate result sets returned by relational database
 Clitesql::Cursor< T >Used to iterate results of SQL statement, creates objects of type T from retrieved records
 Clitesql::DatabaseA base class of databases
 Clitesql::DataSource< T >Template class which holds SelectQuery for selecting objects of type T
 Clitesql::DateHolds date
 Clitesql::DateTimeHolds date and time of day
 Clitesql::ColumnDefinition::EqualName
 Cstd::exception
 Clitesql::ExceptBase class for exceptions
 Clitesql::ConstraintError
 Clitesql::DatabaseErrorException thrown when database cannot be accessed
 Clitesql::InsertionErrorException thrown when database (disk) is full
 Clitesql::InternalErrorException thrown when backend produces internal error
 Clitesql::MemoryErrorException thrown when backend cannot allocate memory
 Clitesql::NotFoundException thrown when a record is not found
 Clitesql::SQLErrorException thrown when SQL statement cannot be executed
 Clitesql::UnknownErrorException thrown when none of other exceptions match
 Clitesql::ExprA base class for expression in WHERE - clause
 Clitesql::ConnectiveUsed to connect two expressions
 Clitesql::AndConnects two expressions with and-operator
 Clitesql::OrConnects two expression with or-operator
 Clitesql::NotNegates expression
 Clitesql::OperBase class of operators in expressions
 Clitesql::EqEquality operator
 Clitesql::GtGreater than operator
 Clitesql::GtEqGreater or equal operator
 Clitesql::InIn operator
 Clitesql::LikeLike operator
 Clitesql::LtLess than operator
 Clitesql::LtEqLess than or equal operator
 Clitesql::NotEqInequality operator
 Clitesql::RawExprUsed to inject custom expression into WHERE-clause
 Clitesql::Field< T >Holds field value
 Clitesql::Field< Blob >
 Clitesql::Field< std::string >
 Clitesql::FieldType
 Clitesql::Logger
 Clitesql::PersistentAn abstract base class of persistents objects
 Clitesql::Plugin
 Clitesql::RelationHandle< T >Base class of relation handles attached to Persistent objects
 Clitesql::Backend::Result
 Clitesql::Database::SchemaItemIntermediate representation of single entity in relational database, table, index or sequence
 Clitesql::SelectQueryClass that helps creating SELECT-SQL statements
 CSharedLibraryAbility to load symbols from shared Libraries on *NIX and OSX or dynamic link Libraries on windows
 Clitesql::TimeStruct
 Clitesql::UpdateQueryClass that helps creating UPDATE-SQL statements
 Cstd::vector
 Clitesql::RecordSQL data row wrapper

SourceForge.net Logo