Lightweight 0.20250904.0
Loading...
Searching...
No Matches
Lightweight::SqlQueryFormatter Member List

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