- subPartitionBy
SQLSubPartitionBy subPartitionBy;
Undocumented in source.
- partitionsCount
SQLExpr partitionsCount;
Undocumented in source.
- linear
bool linear;
Undocumented in source.
- partitions
List!SQLPartition partitions;
Undocumented in source.
- storeIn
List!SQLName storeIn;
Undocumented in source.
- columns
List!SQLExpr columns;
Undocumented in source.
- getPartitions
List!SQLPartition getPartitions()
Undocumented in source. Be warned that the author may not have intended to support it.
- addPartition
void addPartition(SQLPartition partition)
Undocumented in source. Be warned that the author may not have intended to support it.
- getSubPartitionBy
SQLSubPartitionBy getSubPartitionBy()
Undocumented in source. Be warned that the author may not have intended to support it.
- setSubPartitionBy
void setSubPartitionBy(SQLSubPartitionBy subPartitionBy)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPartitionsCount
SQLExpr getPartitionsCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- setPartitionsCount
void setPartitionsCount(SQLExpr partitionsCount)
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.
- getStoreIn
List!SQLName getStoreIn()
Undocumented in source. Be warned that the author may not have intended to support it.
- getColumns
List!SQLExpr getColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
- addColumn
void addColumn(SQLExpr column)
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneTo
void cloneTo(SQLPartitionBy x)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLPartitionBy clone()
Undocumented in source.