|
Lightweight 0.20250904.0
|
This is the complete list of members for Lightweight::SqlQueryFormatter, including all inherited members.
| AlterTable(std::string_view tableName, std::vector< SqlAlterTableCommand > const &commands) const =0 | Lightweight::SqlQueryFormatter | pure virtual |
| BooleanLiteral(bool value) const noexcept=0 | Lightweight::SqlQueryFormatter | pure virtual |
| ColumnType(SqlColumnTypeDefinition const &type) const =0 | Lightweight::SqlQueryFormatter | pure virtual |
| CreateTable(std::string_view tableName, std::vector< SqlColumnDeclaration > const &columns) const =0 | Lightweight::SqlQueryFormatter | pure virtual |
| Delete(std::string_view fromTable, std::string_view fromTableAlias, std::string_view tableJoins, std::string_view whereCondition) const =0 | Lightweight::SqlQueryFormatter | pure virtual |
| DropTable(std::string_view const &tableName) const =0 | Lightweight::SqlQueryFormatter | pure virtual |
| Get(SqlServerType serverType) noexcept | Lightweight::SqlQueryFormatter | static |
| Insert(std::string_view intoTable, std::string_view fields, std::string_view values) const =0 | Lightweight::SqlQueryFormatter | pure virtual |
| operator=(SqlQueryFormatter &&)=default (defined in Lightweight::SqlQueryFormatter) | Lightweight::SqlQueryFormatter | |
| operator=(SqlQueryFormatter const &)=default (defined in Lightweight::SqlQueryFormatter) | Lightweight::SqlQueryFormatter | |
| OracleSQL() | Lightweight::SqlQueryFormatter | static |
| PostgrSQL() | Lightweight::SqlQueryFormatter | static |
| QueryLastInsertId(std::string_view tableName) const =0 | Lightweight::SqlQueryFormatter | pure virtual |
| SelectAll(bool distinct, std::string_view fields, std::string_view fromTable, std::string_view fromTableAlias, std::string_view tableJoins, std::string_view whereCondition, std::string_view orderBy, std::string_view groupBy) const =0 | Lightweight::SqlQueryFormatter | pure virtual |
| SelectCount(bool distinct, std::string_view fromTable, std::string_view fromTableAlias, std::string_view tableJoins, std::string_view whereCondition) const =0 | Lightweight::SqlQueryFormatter | pure virtual |
| SelectFirst(bool distinct, std::string_view fields, std::string_view fromTable, std::string_view fromTableAlias, std::string_view tableJoins, std::string_view whereCondition, std::string_view orderBy, size_t count) const =0 | Lightweight::SqlQueryFormatter | pure virtual |
| SelectRange(bool distinct, std::string_view fields, std::string_view fromTable, std::string_view fromTableAlias, std::string_view tableJoins, std::string_view whereCondition, std::string_view orderBy, std::string_view groupBy, std::size_t offset, std::size_t limit) const =0 | Lightweight::SqlQueryFormatter | pure virtual |
| Sqlite() | Lightweight::SqlQueryFormatter | static |
| SqlQueryFormatter()=default (defined in Lightweight::SqlQueryFormatter) | Lightweight::SqlQueryFormatter | |
| SqlQueryFormatter(SqlQueryFormatter &&)=default (defined in Lightweight::SqlQueryFormatter) | Lightweight::SqlQueryFormatter | |
| SqlQueryFormatter(SqlQueryFormatter const &)=default (defined in Lightweight::SqlQueryFormatter) | Lightweight::SqlQueryFormatter | |
| SqlServer() | Lightweight::SqlQueryFormatter | static |
| StringList typedef (defined in Lightweight::SqlQueryFormatter) | Lightweight::SqlQueryFormatter | |
| StringLiteral(std::string_view value) const noexcept=0 | Lightweight::SqlQueryFormatter | pure virtual |
| StringLiteral(char value) const noexcept=0 | Lightweight::SqlQueryFormatter | pure virtual |
| Update(std::string_view table, std::string_view tableAlias, std::string_view setFields, std::string_view whereCondition) const =0 | Lightweight::SqlQueryFormatter | pure virtual |
| ~SqlQueryFormatter()=default (defined in Lightweight::SqlQueryFormatter) | Lightweight::SqlQueryFormatter | virtual |