public class OracleSelectPivot extends OracleSelectPivotBase
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OracleSelectPivot.Item |
| 构造器和说明 |
|---|
OracleSelectPivot() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic List<OracleSelectPivot.Item> getPivotIn()
public List<SQLExpr> getPivotFor()
getPivotFor 在类中 OracleSelectPivotBasepublic boolean isXml()
public List<OracleSelectPivot.Item> getItems()
public void addItem(OracleSelectPivot.Item item)
public void setXml(boolean xml)
Copyright © 2013–2016 Alibaba Group. All rights reserved.