Lightweight 0.1.0
Loading...
Searching...
No Matches
SqlQueryFormatter Member List

This is the complete list of members for SqlQueryFormatter, including all inherited members.

AlterTable(std::string_view tableName, std::vector< SqlAlterTableCommand > const &commands) const =0SqlQueryFormatterpure virtual
BooleanLiteral(bool value) const noexcept=0SqlQueryFormatterpure virtual
ColumnType(SqlColumnTypeDefinition const &type) const =0SqlQueryFormatterpure virtual
CreateTable(std::string_view tableName, std::vector< SqlColumnDeclaration > const &columns) const =0SqlQueryFormatterpure virtual
Delete(std::string_view fromTable, std::string_view fromTableAlias, std::string_view tableJoins, std::string_view whereCondition) const =0SqlQueryFormatterpure virtual
DropTable(std::string_view const &tableName) const =0SqlQueryFormatterpure virtual
Get(SqlServerType serverType) noexceptSqlQueryFormatterstatic
Insert(std::string_view intoTable, std::string_view fields, std::string_view values) const =0SqlQueryFormatterpure virtual
operator=(SqlQueryFormatter &&)=default (defined in SqlQueryFormatter)SqlQueryFormatter
operator=(SqlQueryFormatter const &)=default (defined in SqlQueryFormatter)SqlQueryFormatter
OracleSQL()SqlQueryFormatterstatic
PostgrSQL()SqlQueryFormatterstatic
QueryLastInsertId(std::string_view tableName) const =0SqlQueryFormatterpure 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 =0SqlQueryFormatterpure virtual
SelectCount(bool distinct, std::string_view fromTable, std::string_view fromTableAlias, std::string_view tableJoins, std::string_view whereCondition) const =0SqlQueryFormatterpure 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 =0SqlQueryFormatterpure 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 =0SqlQueryFormatterpure virtual
Sqlite()SqlQueryFormatterstatic
SqlQueryFormatter()=default (defined in SqlQueryFormatter)SqlQueryFormatter
SqlQueryFormatter(SqlQueryFormatter &&)=default (defined in SqlQueryFormatter)SqlQueryFormatter
SqlQueryFormatter(SqlQueryFormatter const &)=default (defined in SqlQueryFormatter)SqlQueryFormatter
SqlServer()SqlQueryFormatterstatic
StringList typedef (defined in SqlQueryFormatter)SqlQueryFormatter
StringLiteral(std::string_view value) const noexcept=0SqlQueryFormatterpure virtual
StringLiteral(char value) const noexcept=0SqlQueryFormatterpure virtual
Update(std::string_view table, std::string_view tableAlias, std::string_view setFields, std::string_view whereCondition) const =0SqlQueryFormatterpure virtual
~SqlQueryFormatter()=default (defined in SqlQueryFormatter)SqlQueryFormattervirtual