Package org.sqlproc.engine.plugin
Class SqlFromToPlugin.LimitType
java.lang.Object
org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
- Enclosing interface:
SqlFromToPlugin
The characteristic of FROM and TO restrictions used in
SqlQuery.list(SqlRuntimeContext).-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
alsoFirst
public boolean alsoFirst -
afterSql
public boolean afterSql -
maxBeforeFirst
public boolean maxBeforeFirst -
zeroBasedFirst
public boolean zeroBasedFirst -
rowidBasedMax
public boolean rowidBasedMax
-
-
Constructor Details
-
LimitType
public LimitType()
-