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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 OracleSQLObject
accept0
in class OracleSQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.