org.josql.internal
Class Limit

java.lang.Object
  extended by org.josql.internal.Limit

public class Limit
extends Object


Constructor Summary
Limit()
           
 
Method Summary
 List getSubList(List objs, Query q)
           
 void init(Query q)
           
 void setRowsCount(ValueExpression v)
           
 void setStart(ValueExpression v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Limit

public Limit()
Method Detail

init

public void init(Query q)
          throws QueryParseException
Throws:
QueryParseException

getSubList

public List getSubList(List objs,
                       Query q)
                throws QueryExecutionException
Throws:
QueryExecutionException

setStart

public void setStart(ValueExpression v)

setRowsCount

public void setRowsCount(ValueExpression v)


  Copyright © 2008 Gary Bentley. All Rights Reserved.