Uses of Class
org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType

Packages that use SqlFromToPlugin.LimitType
org.sqlproc.engine.jdbc The adapters and proxies for the JDBC stack. 
org.sqlproc.engine.plugin The plugins are used to alter the behavior of the SQL Processor. 
 

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

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

Uses of SqlFromToPlugin.LimitType in org.sqlproc.engine.plugin
 

Methods in org.sqlproc.engine.plugin that return SqlFromToPlugin.LimitType
private  SqlFromToPlugin.LimitType DefaultSqlPlugins.limitQuery(String limitPattern, SqlFromToPlugin.LimitType limitType, String queryString, StringBuilder queryResult, Integer firstResult, Integer maxResults)
           
 SqlFromToPlugin.LimitType DefaultSqlPlugins.limitQuery(String queryString, StringBuilder queryResult, Integer firstResult, Integer maxResults, boolean ordered)
          Used to construct the FROM-TO SQL.
 SqlFromToPlugin.LimitType SqlFromToPlugin.limitQuery(String queryString, StringBuilder queryResult, Integer firstResult, Integer maxResults, boolean ordered)
          Used to construct the FROM-TO SQL.
 

Methods in org.sqlproc.engine.plugin with parameters of type SqlFromToPlugin.LimitType
private  SqlFromToPlugin.LimitType DefaultSqlPlugins.limitQuery(String limitPattern, SqlFromToPlugin.LimitType limitType, String queryString, StringBuilder queryResult, Integer firstResult, Integer maxResults)
           
 



Copyright © 2014. All Rights Reserved.