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