org.sqlproc.engine.impl
Class SqlUtils.LimitType

java.lang.Object
  extended by org.sqlproc.engine.impl.SqlUtils.LimitType
Enclosing class:
SqlUtils

public static class SqlUtils.LimitType
extends Object


Field Summary
 boolean afterSql
           
 boolean alsoFirst
           
 boolean maxBeforeFirst
           
 boolean rowidBasedMax
           
 boolean zeroBasedFirst
           
 
Constructor Summary
SqlUtils.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

SqlUtils.LimitType

public SqlUtils.LimitType()


Copyright © 2011. All Rights Reserved.