MySqlSubPartitionByKey

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

cloneTo
alias cloneTo = SQLSubPartitionBy.cloneTo
Undocumented in source.

Functions

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(SQLName column)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
MySqlSubPartitionByKey clone()
Undocumented in source. Be warned that the author may not have intended to support it.
cloneTo
void cloneTo(MySqlSubPartitionByKey x)
Undocumented in source. Be warned that the author may not have intended to support it.
getAlgorithm
short getAlgorithm()
Undocumented in source. Be warned that the author may not have intended to support it.
getColumns
List!(SQLName) getColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
setAlgorithm
void setAlgorithm(short algorithm)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SQLSubPartitionBy

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.

From MySqlObject

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source.

Meta