|
LiteSQL
0.3.10
|
| ▼Nlitesql | |
| CAnd | Connects two expressions with and-operator |
| ▼CBackend | An abstract base class for interfacing with relational databases |
| CCursor | An abstract base class for cursors that iterate result sets returned by relational database |
| CResult | |
| CBlob | |
| ▼CColumnDefinition | |
| CEqualName | |
| CConnective | Used to connect two expressions |
| CCursor | Used to iterate results of SQL statement, creates objects of type T from retrieved records |
| ▼CDatabase | A base class of databases |
| CSchemaItem | Intermediate representation of single entity in relational database, table, index or sequence |
| CDatabaseError | Exception thrown when database cannot be accessed |
| CDataSource | Template class which holds SelectQuery for selecting objects of type T |
| CDate | Holds date |
| CDateTime | Holds date and time of day |
| CEq | Equality operator |
| CExcept | Base class for exceptions |
| CExpr | A base class for expression in WHERE - clause |
| CField | Holds field value |
| CField< Blob > | |
| CField< std::string > | |
| CFieldType | |
| CGt | Greater than operator |
| CGtEq | Greater or equal operator |
| CIn | In operator |
| CInsertionError | Exception thrown when database (disk) is full |
| CInternalError | Exception thrown when backend produces internal error |
| CLike | Like operator |
| CLt | Less than operator |
| CLtEq | Less than or equal operator |
| CMemoryError | Exception thrown when backend cannot allocate memory |
| CNot | Negates expression |
| CNotEq | Inequality operator |
| CNotFound | Exception thrown when a record is not found |
| COper | Base class of operators in expressions |
| COr | Connects two expression with or-operator |
| CPersistent | An abstract base class of persistents objects |
| CRawExpr | Used to inject custom expression into WHERE-clause |
| CRecord | SQL data row wrapper |
| CRelationHandle | Base class of relation handles attached to Persistent objects |
| CSelectQuery | Class that helps creating SELECT-SQL statements |
| CSplit | Splits and joins strings |
| CSQLError | Exception thrown when SQL statement cannot be executed |
| CTime | Holds time of day |
| CTimeStruct | |
| CUnknownError | Exception thrown when none of other exceptions match |
| CUpdateQuery | |
| Ccounted_ptr |