public class OracleSelectPivot extends OracleSelectPivotBase
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OracleSelectPivot.Item |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
OracleSelectPivot() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
void |
addItem(OracleSelectPivot.Item item) |
OracleSelectPivot |
clone() |
List<OracleSelectPivot.Item> |
getItems() |
List<SQLExpr> |
getPivotFor() |
List<OracleSelectPivot.Item> |
getPivotIn() |
boolean |
isXml() |
void |
setXml(boolean xml) |
accept0, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, 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)
public OracleSelectPivot clone()
clone 在接口中 SQLObjectclone 在类中 OracleSelectPivotBaseCopyright © 2013–2023. All rights reserved.