+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.websphere.query.base
Interface ILimit

All Superinterfaces:
IStringBuilder, java.io.Serializable
All Known Implementing Classes:
Limit
public interface ILimit
extends IStringBuilder

The ILimit interface is an object that represents the limiting part in a query.

It extends the IStringBuilder interface.

Instances of classes that implement this interface are used to represent the limit clause.

Method Summary
 int getLimitValue()
          Return the limitValue
 
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder
buildString, buildString
 

Method Detail

getLimitValue

int getLimitValue()
Returns the limitValue

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD