|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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)
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||