SQLSubPartitionByRange

Undocumented in source.

Constructors

this
this()
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
SQLSubPartitionByRange clone()
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.

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