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, getPivotForcomputeDataType, 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 void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic List<OracleSelectPivot.Item> getPivotIn()
public void addItem(SQLExpr item)
public OracleSelectUnPivot.NullsIncludeType getNullsIncludeType()
public void setNullsIncludeType(OracleSelectUnPivot.NullsIncludeType nullsIncludeType)
Copyright © 2013–2018 Alibaba Group. All rights reserved.