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) |
SearchClause |
clone() |
List<SQLSelectOrderByItem> |
getItems() |
SQLIdentifierExpr |
getOrderingColumn() |
SearchClause.Type |
getType() |
void |
setOrderingColumn(SQLIdentifierExpr orderingColumn) |
void |
setType(SearchClause.Type type) |
computeDataType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 OracleSQLObject
accept0
in class OracleSQLObjectImpl
public SearchClause clone()
clone
in interface SQLObject
clone
in class OracleSQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.