public static class ModelClause.ModelColumnClause extends OracleSQLObjectImpl
| Constructor and Description |
|---|
ModelColumnClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
String |
getAlias() |
List<ModelClause.ModelColumn> |
getDimensionByColumns() |
List<ModelClause.ModelColumn> |
getMeasuresColumns() |
ModelClause.QueryPartitionClause |
getQueryPartitionClause() |
void |
setAlias(String alias) |
void |
setQueryPartitionClause(ModelClause.QueryPartitionClause queryPartitionClause) |
clone, computeDataType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic List<ModelClause.ModelColumn> getDimensionByColumns()
public List<ModelClause.ModelColumn> getMeasuresColumns()
public ModelClause.QueryPartitionClause getQueryPartitionClause()
public void setQueryPartitionClause(ModelClause.QueryPartitionClause queryPartitionClause)
public String getAlias()
public void setAlias(String alias)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.