SQLPartitionBy

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

addColumn
void addColumn(SQLExpr column)
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.
clone
SQLPartitionBy clone()
Undocumented in source.
cloneTo
void cloneTo(SQLPartitionBy x)
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.
getPartitions
List!SQLPartition getPartitions()
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.
getStoreIn
List!SQLName getStoreIn()
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.
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.
setPartitionsCount
void setPartitionsCount(SQLExpr partitionsCount)
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.

Variables

columns
List!SQLExpr columns;
Undocumented in source.
linear
bool linear;
Undocumented in source.
partitions
List!SQLPartition partitions;
Undocumented in source.
partitionsCount
SQLExpr partitionsCount;
Undocumented in source.
storeIn
List!SQLName storeIn;
Undocumented in source.
subPartitionBy
SQLSubPartitionBy subPartitionBy;
Undocumented in source.

Inherited Members

From SQLObjectImpl

parent
SQLObject parent;
Undocumented in source.
attributes
Map!(string, Object) attributes;
Undocumented in source.
accept
void accept(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source.
acceptChild
void acceptChild(SQLASTVisitor visitor, List!(T) children)
Undocumented in source. Be warned that the author may not have intended to support it.
acceptChild
void acceptChild(SQLASTVisitor visitor, SQLObject child)
Undocumented in source. Be warned that the author may not have intended to support it.
output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
getParent
SQLObject getParent()
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
void setParent(SQLObject parent)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributes
Map!(string, Object) getAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
getAttribute
Object getAttribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
putAttribute
void putAttribute(string name, Object value)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributesDirect
Map!(string, Object) getAttributesDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
addBeforeComment
void addBeforeComment(string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
addBeforeComment
void addBeforeComment(List!string comments)
Undocumented in source. Be warned that the author may not have intended to support it.
getBeforeCommentsDirect
List!string getBeforeCommentsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
addAfterComment
void addAfterComment(string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
addAfterComment
void addAfterComment(List!string comments)
Undocumented in source. Be warned that the author may not have intended to support it.
getAfterCommentsDirect
List!string getAfterCommentsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
hasBeforeComment
bool hasBeforeComment()
Undocumented in source. Be warned that the author may not have intended to support it.
hasAfterComment
bool hasAfterComment()
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLObject clone()
Undocumented in source. Be warned that the author may not have intended to support it.
computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta