com.ibm.websphere.query.base
Interface ISelectQuery
- All Superinterfaces:
- IQuery, IRightOperand, IStringBuilder, ITable, java.io.Serializable
- All Known Implementing Classes:
- SelectQuery
public interface ISelectQuery
- extends IStringBuilder, ITable, IQuery, IRightOperand
The ISelectQuery interface is an object that represents a select query.
It extends the IQuery interface.
Instances of classes that implement this interface are used to represent select queries
that contain an order by clause in addition to the parts in the base query.
getOrderBy
IOrderBy getOrderBy()
setOrderBy
void setOrderBy(IOrderBy newOrderBy)
getLimit
ILimit getLimit()
setLimit
void setLimit(ILimit limit)
getSelect
ISelect getSelect()
setSelect
void setSelect(ISelect select)