- accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- addColumn
void addColumn(SQLColumnDefinition column)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
MySqlSubPartitionByList clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneTo
void cloneTo(MySqlSubPartitionByList x)
Undocumented in source. Be warned that the author may not have intended to support it.
- getColumns
List!(SQLColumnDefinition) getColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
- getExpr
SQLExpr getExpr()
Undocumented in source. Be warned that the author may not have intended to support it.
- setExpr
void setExpr(SQLExpr expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- subPartitionsCount
SQLExpr subPartitionsCount;
Undocumented in source.
- linear
bool linear;
Undocumented in source.
- options
List!SQLAssignItem options;
Undocumented in source.
- subPartitionTemplate
List!SQLSubPartition subPartitionTemplate;
Undocumented in source.
- getSubPartitionsCount
SQLExpr getSubPartitionsCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- setSubPartitionsCount
void setSubPartitionsCount(SQLExpr subPartitionsCount)
Undocumented in source. Be warned that the author may not have intended to support it.
- isLinear
bool isLinear()
Undocumented in source. Be warned that the author may not have intended to support it.
- setLinear
void setLinear(bool linear)
Undocumented in source. Be warned that the author may not have intended to support it.
- getOptions
List!SQLAssignItem getOptions()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSubPartitionTemplate
List!SQLSubPartition getSubPartitionTemplate()
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneTo
void cloneTo(SQLSubPartitionBy x)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLSubPartitionBy clone()
Undocumented in source.