SQLSubPartitionByList

Undocumented in source.

Members

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLSubPartitionByList clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getColumn
SQLName getColumn()
Undocumented in source. Be warned that the author may not have intended to support it.
setColumn
void setColumn(SQLName column)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

column
SQLName column;
Undocumented in source.

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.

Meta