|
xale-db 1.0
minimal SQL engine, written in c++
|
Column definition for CREATE TABLE statement structure. More...
#include <Statement.h>

Public Member Functions | |
| ColumnDefinitionStmt () | |
| ColumnDefinitionStmt (std::string n, std::string t, bool pk=false) | |
Public Attributes | |
| std::string | name |
| std::string | type |
| bool | isPrimaryKey |
Column definition for CREATE TABLE statement structure.
|
inline |
|
inline |
| bool Xale::Query::ColumnDefinitionStmt::isPrimaryKey |
| std::string Xale::Query::ColumnDefinitionStmt::name |
| std::string Xale::Query::ColumnDefinitionStmt::type |