Uses of Class
org.josql.internal.Limit

Packages that use Limit
org.josql   
org.josql.parser   
 

Uses of Limit in org.josql
 

Methods in org.josql that return Limit
 Limit Query.getLimit()
          Get the object that represents the limit clause.
 

Methods in org.josql with parameters of type Limit
 void Query.setGroupByLimit(Limit g)
           
 void Query.setLimit(Limit l)
          Set the object that represents the limit clause.
 

Uses of Limit in org.josql.parser
 

Methods in org.josql.parser that return Limit
 Limit JoSQLParser.GroupLimit()
           
 Limit JoSQLParser.Limit()
           
 



  Copyright © 2008 Gary Bentley. All Rights Reserved.