|
xale-db 1.0
minimal SQL engine, written in c++
|
SELECT statement structure. More...
#include <Statement.h>


Public Member Functions | |
| SelectStatement () | |
| Public Member Functions inherited from Xale::Query::Statement | |
| Statement (StatementType t) | |
| virtual | ~Statement ()=default |
Public Attributes | |
| std::vector< Expression > | columns |
| std::string | tableName |
| std::unique_ptr< WhereClause > | where |
| Public Attributes inherited from Xale::Query::Statement | |
| StatementType | type |
SELECT statement structure.
|
inline |
| std::vector<Expression> Xale::Query::SelectStatement::columns |
| std::string Xale::Query::SelectStatement::tableName |
| std::unique_ptr<WhereClause> Xale::Query::SelectStatement::where |