| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SqlFromToPlugin.LimitType |
SqlFromToPlugin.limitQuery(SqlRuntimeContext runtimeCtx,
String queryString,
StringBuilder queryResult,
Integer firstResult,
Integer maxResults,
boolean ordered)
Used to construct the FROM-TO SQL.
|
SqlFromToPlugin.LimitType |
DefaultSqlPlugins.limitQuery(SqlRuntimeContext runtimeCtx,
String queryString,
StringBuilder queryResult,
Integer firstResult,
Integer maxResults,
boolean ordered)
Used to construct the FROM-TO SQL.
|
private SqlFromToPlugin.LimitType |
DefaultSqlPlugins.limitQuery(String limitPattern,
SqlFromToPlugin.LimitType limitType,
String queryString,
StringBuilder queryResult,
Integer firstResult,
Integer maxResults) |
| Modifier and Type | Method and Description |
|---|---|
private SqlFromToPlugin.LimitType |
DefaultSqlPlugins.limitQuery(String limitPattern,
SqlFromToPlugin.LimitType limitType,
String queryString,
StringBuilder queryResult,
Integer firstResult,
Integer maxResults) |
Copyright © 2018. All rights reserved.