Uses of Class
org.hotrod.runtime.livesql.queries.select.SelectOffsetPhase
-
Packages that use SelectOffsetPhase Package Description org.hotrod.runtime.livesql.queries.select -
-
Uses of SelectOffsetPhase in org.hotrod.runtime.livesql.queries.select
Methods in org.hotrod.runtime.livesql.queries.select that return SelectOffsetPhase Modifier and Type Method Description SelectOffsetPhase<R>SelectFromPhase. offset(int offset)SelectOffsetPhase<R>SelectGroupByPhase. offset(int offset)SelectOffsetPhase<R>SelectHavingPhase. offset(int offset)SelectOffsetPhase<R>SelectOrderByPhase. offset(int offset)SelectOffsetPhase<R>SelectWherePhase. offset(int offset)
-