public static class ModelObject.ModelColumnClauses extends AbstractSQLFragment
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupportCOMMA, DEFAULT_SEPARATOR, EMPTY, EMPTY_ARRAY, INDENT, NEWLINE, SPACE| Constructor and Description |
|---|
ModelObject.ModelColumnClauses() |
| Modifier and Type | Method and Description |
|---|---|
SQLFragment |
getDimensionByExpressionList() |
SQLFragment |
getMeasuresExpressionList() |
SQLFragment |
getPartitionByExpressionList() |
java.lang.String |
getSQLText()
Return the SQL for this fragment.
|
void |
setDimensionByExpressionList(SQLFragment expressionList) |
void |
setMeasuresExpressionList(SQLFragment expressionList) |
void |
setPartitionByExpressionList(SQLFragment expressionList) |
appendToBuffer, argsToString, getStartOffset, getTextOrNull, getTextOrNull, getType, setStartOffset, surroundWithBrackets, surroundWithBrackets, toStringsetParentcheckInit, checkInit, copyToImpl, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitializationaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParent, setParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setNamegetProperty, getProperty, setProperties, setPropertypublic void setPartitionByExpressionList(SQLFragment expressionList)
public SQLFragment getPartitionByExpressionList()
public void setDimensionByExpressionList(SQLFragment expressionList)
public SQLFragment getDimensionByExpressionList()
public void setMeasuresExpressionList(SQLFragment expressionList)
public SQLFragment getMeasuresExpressionList()
public java.lang.String getSQLText()
SQLFragment