public class OracleSelectUnPivot extends OracleSelectPivotBase
Modifier and Type | Class and Description |
---|---|
static class |
OracleSelectUnPivot.NullsIncludeType |
Constructor and Description |
---|
OracleSelectUnPivot() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
void |
addItem(SQLExpr item) |
List<SQLExpr> |
getItems() |
OracleSelectUnPivot.NullsIncludeType |
getNullsIncludeType() |
List<OracleSelectPivot.Item> |
getPivotIn() |
void |
setNullsIncludeType(OracleSelectUnPivot.NullsIncludeType nullsIncludeType) |
clone, getPivotFor
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 void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
public List<OracleSelectPivot.Item> getPivotIn()
public void addItem(SQLExpr item)
public OracleSelectUnPivot.NullsIncludeType getNullsIncludeType()
public void setNullsIncludeType(OracleSelectUnPivot.NullsIncludeType nullsIncludeType)
Copyright © 2013–2017 Alibaba Group. All rights reserved.