Uses of Class
org.sqlproc.engine.plugin.SqlFromToPlugin.LimitType
Packages that use SqlFromToPlugin.LimitType
Package
Description
The adapters and proxies for the JDBC stack.
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.LimitTypeModifier and TypeMethodDescriptionprotected intJdbcQuery.setLimits(PreparedStatement ps, SqlFromToPlugin.LimitType limitType, int ix, boolean afterSql) Sets the limit related parameters.protected voidJdbcQuery.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.LimitTypeModifier and TypeMethodDescriptionprivate SqlFromToPlugin.LimitTypeDefaultSqlPlugins.limitQuery(String limitPattern, SqlFromToPlugin.LimitType limitType, String queryString, StringBuilder queryResult, Integer firstResult, Integer maxResults) DefaultSqlPlugins.limitQuery(SqlRuntimeContext runtimeCtx, String queryString, StringBuilder queryResult, Integer firstResult, Integer maxResults, boolean ordered) Used to construct the FROM-TO SQL.SqlFromToPlugin.limitQuery(SqlRuntimeContext runtimeCtx, 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.LimitTypeModifier and TypeMethodDescriptionprivate SqlFromToPlugin.LimitTypeDefaultSqlPlugins.limitQuery(String limitPattern, SqlFromToPlugin.LimitType limitType, String queryString, StringBuilder queryResult, Integer firstResult, Integer maxResults)