xale-db 1.0
minimal SQL engine, written in c++
Loading...
Searching...
No Matches
Xale::Query::CreateStatement Struct Reference

CREATE TABLE statement structure. More...

#include <Statement.h>

Inheritance diagram for Xale::Query::CreateStatement:
Inheritance graph
Collaboration diagram for Xale::Query::CreateStatement:
Collaboration graph

Public Member Functions

 CreateStatement ()
Public Member Functions inherited from Xale::Query::Statement
 Statement (StatementType t)
virtual ~Statement ()=default

Public Attributes

std::string tableName
std::vector< ColumnDefinitionStmtcolumns
Public Attributes inherited from Xale::Query::Statement
StatementType type

Detailed Description

CREATE TABLE statement structure.

Constructor & Destructor Documentation

◆ CreateStatement()

Xale::Query::CreateStatement::CreateStatement ( )
inline

Member Data Documentation

◆ columns

std::vector<ColumnDefinitionStmt> Xale::Query::CreateStatement::columns

◆ tableName

std::string Xale::Query::CreateStatement::tableName

The documentation for this struct was generated from the following file: