Uses of Class
org.sqlproc.engine.impl.SqlUtils.LimitType

Packages that use SqlUtils.LimitType
org.sqlproc.engine.impl The private part of the SQL Processor implementation. 
org.sqlproc.engine.jdbc The adapters and proxies for the JDBC stack. 
 

Uses of SqlUtils.LimitType in org.sqlproc.engine.impl
 

Methods in org.sqlproc.engine.impl that return SqlUtils.LimitType
static SqlUtils.LimitType SqlUtils.limitQuery(String limitPattern, SqlUtils.LimitType limitType, String queryString, StringBuilder queryResult, Integer firstResult, Integer maxResults)
           
static SqlUtils.LimitType SqlUtils.limitQuery(String queryString, StringBuilder queryResult, Integer firstResult, Integer maxResults)
           
 

Methods in org.sqlproc.engine.impl with parameters of type SqlUtils.LimitType
static SqlUtils.LimitType SqlUtils.limitQuery(String limitPattern, SqlUtils.LimitType limitType, String queryString, StringBuilder queryResult, Integer firstResult, Integer maxResults)
           
 

Uses of SqlUtils.LimitType in org.sqlproc.engine.jdbc
 

Methods in org.sqlproc.engine.jdbc with parameters of type SqlUtils.LimitType
protected  int JdbcQuery.setLimits(PreparedStatement ps, SqlUtils.LimitType limitType, int ix, boolean afterSql)
          Sets the limit related parameters.
protected  void JdbcQuery.setParameters(PreparedStatement ps, SqlUtils.LimitType limitType)
          Sets the value of the designated parameters.
 



Copyright © 2011. All Rights Reserved.