|
Lightweight 0.20260303.0
|
| ▼NLightweight | |
| ►NSqlAlterTableCommands | |
| ►NSqlBackup | |
| ►NSqlMigration | |
| ►NSqlSchema | |
| ►NZip | |
| CAliasedTableName | Name of table in a SQL query, where the table's name is aliased |
| CBelongsTo | Represents a one-to-one relationship |
| CDataMapper | Main API for mapping records to and from the database using high level C++ syntax |
| CDataMapperOptions | |
| CField | Represents a single column in a table |
| CHasMany | This HasMany<OtherRecord> represents a simple one-to-many relationship between two records |
| CHasManyThrough | This API represents a many-to-many relationship between two records through a third record |
| CHasOneThrough | Represents a one-to-one relationship through a join table |
| ►CPool | |
| CPoolConfig | |
| CSqlAllFieldsQueryBuilder | Represents a query builder that retrieves all fields of a record |
| CSqlAlterTablePlan | Represents a SQL ALTER TABLE plan on a given table |
| CSqlAlterTableQueryBuilder | Query builder for building ALTER TABLE queries |
| CSqlBinary | Represents a binary data type |
| CSqlColumnDeclaration | Represents a SQL column declaration |
| CSqlCompositeForeignKeyConstraint | Represents a composite foreign key constraint |
| CSqlConnection | Represents a connection to a SQL database |
| CSqlConnectionDataSource | Represents a connection data source as a DSN, username, password, and timeout |
| CSqlConnectionString | Represents an ODBC connection string |
| CSqlCoreDataMapperQueryBuilder | |
| CSqlCreateIndexPlan | Represents a SQL CREATE INDEX plan for migrations |
| CSqlCreateTableQueryBuilder | Query builder for building CREATE TABLE queries |
| CSqlDataBinderCallback | |
| CSqlDate | |
| CSqlDateTime | |
| CSqlDeleteDataPlan | Represents a SQL DELETE data plan for migrations |
| CSqlDeleteQueryBuilder | Query builder for building DELETE FROM ... queries |
| CSqlDropTablePlan | Represents a SQL DROP TABLE plan |
| CSqlDynamicBinary | |
| CSqlDynamicString | |
| CSqlErrorInfo | Represents an ODBC SQL error |
| CSqlFixedString | |
| CSqlForeignKeyReferenceDefinition | Represents a foreign key reference definition |
| CSqlGuid | |
| CSqlInsertDataPlan | Represents a SQL INSERT data plan for migrations |
| CSqlInsertQueryBuilder | Query builder for building INSERT INTO ... queries |
| CSqlJoinConditionBuilder | Query builder for building JOIN conditions |
| CSqlLogger | Represents a logger for SQL operations |
| CSqlMigrationDeleteBuilder | Query builder for building DELETE queries in migrations |
| CSqlMigrationInsertBuilder | Query builder for building INSERT queries in migrations |
| CSqlMigrationPlan | Represents a SQL migration plan |
| CSqlMigrationQueryBuilder | Query builder for building SQL migration queries |
| CSqlMigrationUpdateBuilder | Query builder for building UPDATE queries in migrations |
| CSqlNullType | |
| CSqlNumeric | |
| CSqlQualifiedTableColumnName | SqlQualifiedTableColumnName represents a column name qualified with a table name |
| CSqlQueryBuilder | API Entry point for building SQL queries |
| CSqlQueryFormatter | API to format SQL queries for different SQL dialects |
| CSqlRawColumn | A non-owning reference to a raw column data for batch processing |
| CSqlRawColumnMetadata | Metadata of a SQL column for use with highly optimized bulk insert operations |
| CSqlRawSqlPlan | Represents a raw SQL plan |
| CSqlRealName | Helper class, used to represent a real SQL column names as template arguments |
| CSqlRequireLoadedError | Represents an error when a record is required to be loaded but is not |
| CSqlResultCursor | API for reading an SQL query result set |
| CSqlRowIterator | SQL query result row iterator |
| CSqlScopedTimeLogger | |
| CSqlScopedTraceLogger | Enables protocol-level ODBC trace logging for the given connection |
| CSqlSelectQueryBuilder | Query builder for building SELECT ... queries |
| CSqlStatement | High level API for (prepared) raw SQL statements |
| CSqlText | |
| CSqlTime | |
| CSqlTransaction | |
| CSqlTransactionException | |
| CSqlUpdateDataPlan | Represents a SQL UPDATE data plan for migrations |
| CSqlVariant | Represents a value that can be any of the supported SQL data types |
| CSqlWhereClauseBuilder | |
| CSqlWildcardType | SqlWildcardType is a placeholder for an explicit wildcard input parameter in a SQL query |
| CThreadSafeQueue | |
| CUniqueNameBuilder | Maintains collisions to create unique names |