public class OracleSelectPivot extends OracleSelectPivotBase
| Modifier and Type | Class and Description |
|---|---|
static class |
OracleSelectPivot.Item |
| Constructor and Description |
|---|
OracleSelectPivot() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
void |
addItem(OracleSelectPivot.Item item) |
List<OracleSelectPivot.Item> |
getItems() |
List<SQLExpr> |
getPivotFor() |
List<OracleSelectPivot.Item> |
getPivotIn() |
boolean |
isXml() |
void |
setXml(boolean xml) |
clonecomputeDataType, 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 List<SQLExpr> getPivotFor()
getPivotFor in class OracleSelectPivotBasepublic boolean isXml()
public List<OracleSelectPivot.Item> getItems()
public void addItem(OracleSelectPivot.Item item)
public void setXml(boolean xml)
Copyright © 2013–2018 Alibaba Group. All rights reserved.