Uses of Interface
org.jooq.SimpleSelectOffsetStep

Packages that use SimpleSelectOffsetStep
org.jooq   
 

Uses of SimpleSelectOffsetStep in org.jooq
 

Methods in org.jooq that return SimpleSelectOffsetStep
 SimpleSelectOffsetStep<R> SimpleSelectLimitStep.limit(int numberOfRows)
          Add a LIMIT clause to the query If there is no LIMIT or TOP clause in your RDBMS, this may be simulated with a ROW_NUMBER() window function and nested SELECT statements.
 SimpleSelectOffsetStep<R> SimpleSelectLimitStep.limit(Param<Integer> numberOfRows)
          Add a LIMIT clause to the query using named parameters Note that some dialects do not support bind values at all in LIMIT or TOP clauses!
 



Copyright © 2012. All Rights Reserved.