MySqlCreateTableParser

Undocumented in source.

Constructors

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

Members

Functions

getExprParser
MySqlExprParser getExprParser()
Undocumented in source. Be warned that the author may not have intended to support it.
parseConstraint
SQLTableConstraint parseConstraint()
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.
parseCreateTable
MySqlCreateTableStatement parseCreateTable(bool acceptCreate)
Undocumented in source. Be warned that the author may not have intended to support it.
partitionByRange
SQLPartitionByRange partitionByRange()
Undocumented in source. Be warned that the author may not have intended to support it.
partitionClauseRest
void partitionClauseRest(SQLPartitionBy clause)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta