org.sqlproc.engine.plugin
Class SqlFromToPlugin.LimitType

java.lang.Object
  extended by 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().


Field Summary
 boolean afterSql
           
 boolean alsoFirst
           
 boolean maxBeforeFirst
           
 boolean rowidBasedMax
           
 boolean zeroBasedFirst
           
 
Constructor Summary
SqlFromToPlugin.LimitType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alsoFirst

public boolean alsoFirst

afterSql

public boolean afterSql

maxBeforeFirst

public boolean maxBeforeFirst

zeroBasedFirst

public boolean zeroBasedFirst

rowidBasedMax

public boolean rowidBasedMax
Constructor Detail

SqlFromToPlugin.LimitType

public SqlFromToPlugin.LimitType()


Copyright © 2014. All rights reserved.