SQLCreateTableParser

Undocumented in source.

Constructors

this
this(string sql)
Undocumented in source.
this
this(SQLExprParser exprParser)
Undocumented in source.

Members

Functions

newCreateStatement
SQLCreateTableStatement newCreateStatement()
Undocumented in source. Be warned that the author may not have intended to support it.
parseCreateTable
SQLCreateTableStatement parseCreateTable(bool acceptCreate)
Undocumented in source. Be warned that the author may not have intended to support it.
parseCreateTable
SQLCreateTableStatement parseCreateTable()
Undocumented in source. Be warned that the author may not have intended to support it.
parseCreateTableSupplementalLogingProps
void parseCreateTableSupplementalLogingProps(SQLCreateTableStatement stmt)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SQLDDLParser

parseConstraint
SQLTableConstraint parseConstraint()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta