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()
          Returns the limitValue
 
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder
buildString, buildString
 

Method Detail

getLimitValue

int getLimitValue()
Returns the limitValue