public class SearchClause extends OracleSQLObjectImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchClause.Type |
| Constructor and Description |
|---|
SearchClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
void |
addItem(SQLSelectOrderByItem item) |
List<SQLSelectOrderByItem> |
getItems() |
SQLIdentifierExpr |
getOrderingColumn() |
SearchClause.Type |
getType() |
void |
setOrderingColumn(SQLIdentifierExpr orderingColumn) |
void |
setType(SearchClause.Type type) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, 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 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplCopyright © 2013–2017 Alibaba Group. All rights reserved.