public class SearchClause extends OracleSQLObjectImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SearchClause.Type |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SearchClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
void |
addItem(SQLSelectOrderByItem item) |
SearchClause |
clone() |
List<SQLSelectOrderByItem> |
getItems() |
SQLIdentifierExpr |
getOrderingColumn() |
SearchClause.Type |
getType() |
void |
setOrderingColumn(SQLIdentifierExpr orderingColumn) |
void |
setType(SearchClause.Type type) |
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 SearchClause.Type getType()
public void setType(SearchClause.Type type)
public List<SQLSelectOrderByItem> getItems()
public void addItem(SQLSelectOrderByItem item)
public SQLIdentifierExpr getOrderingColumn()
public void setOrderingColumn(SQLIdentifierExpr orderingColumn)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic SearchClause clone()
clone 在接口中 SQLObjectclone 在类中 OracleSQLObjectImplCopyright © 2013–2023. All rights reserved.