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) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
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 List<SQLExpr> getPivotFor()
getPivotFor
in class OracleSelectPivotBase
public boolean isXml()
public List<OracleSelectPivot.Item> getItems()
public void addItem(OracleSelectPivot.Item item)
public void setXml(boolean xml)
Copyright © 2013–2017 Alibaba Group. All rights reserved.