Uses of Interface
org.jooq.SimpleSelectLimitStep

Packages that use SimpleSelectLimitStep
org.jooq   
 

Uses of SimpleSelectLimitStep in org.jooq
 

Subinterfaces of SimpleSelectLimitStep in org.jooq
 interface SimpleSelectConditionStep<R extends Record>
          This type is used for the Select's DSL API when selecting specific Record types.
 interface SimpleSelectOrderByStep<R extends Record>
          This type is used for the Select's DSL API when selecting specific Record types.
 interface SimpleSelectWhereStep<R extends Record>
          This type is used for the Select's DSL API when selecting specific Record types.
 

Methods in org.jooq that return SimpleSelectLimitStep
 SimpleSelectLimitStep<R> SimpleSelectOrderByStep.orderBy(Collection<SortField<?>> fields)
          Add an ORDER BY clause to the query
 SimpleSelectLimitStep<R> SimpleSelectOrderByStep.orderBy(Field<?>... fields)
          Add an ORDER BY clause to the query
 SimpleSelectLimitStep<R> SimpleSelectOrderByStep.orderBy(int... fieldIndexes)
          Add an ORDER BY clause to the query Indexes start at 1 in SQL!
 SimpleSelectLimitStep<R> SimpleSelectOrderByStep.orderBy(SortField<?>... fields)
          Add an ORDER BY clause to the query
 



Copyright © 2012. All Rights Reserved.