public class OracleSelectPivot extends OracleSelectPivotBase
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OracleSelectPivot.Item |
| 限定符和类型 | 字段和说明 |
|---|---|
private List<OracleSelectPivot.Item> |
items |
private List<SQLExpr> |
pivotFor |
private List<OracleSelectPivot.Item> |
pivotIn |
private boolean |
xml |
attributes, parent| 构造器和说明 |
|---|
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) |
cloneaccept0, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate boolean xml
private final List<OracleSelectPivot.Item> items
private final List<OracleSelectPivot.Item> pivotIn
public 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–2019 Alibaba Group. All rights reserved.