Class SqlFromToPlugin.LimitType

java.lang.Object
org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
Enclosing interface:
SqlFromToPlugin

public static class SqlFromToPlugin.LimitType extends Object
The characteristic of FROM and TO restrictions used in SqlQuery.list(SqlRuntimeContext).
  • 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()