| Package | Description |
|---|---|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SqlStandardControl |
SqlStandardControl.setAscOrder(int order)
Sets the ordering directive list.
|
SqlStandardControl |
SqlStandardControl.setAscOrder(String order)
Sets the ordering directive list.
|
SqlStandardControl |
SqlStandardControl.setAscOrderNullsLast(int order)
Sets the ordering directive list.
|
SqlStandardControl |
SqlStandardControl.setAscOrderNullsLast(String order)
Sets the ordering directive list.
|
SqlStandardControl |
SqlStandardControl.setDescOrder(int order)
Sets the ordering directive list.
|
SqlStandardControl |
SqlStandardControl.setDescOrder(String order)
Sets the ordering directive list.
|
SqlStandardControl |
SqlStandardControl.setDescOrderNullsFirst(int order)
Sets the ordering directive list.
|
SqlStandardControl |
SqlStandardControl.setDescOrderNullsFirst(String order)
Sets the ordering directive list.
|
SqlStandardControl |
SqlStandardControl.setDynamicUpdateValues(Object dynamicUpdateValues)
Sets the object used for the SQL update statement dynamic input values.
|
SqlStandardControl |
SqlStandardControl.setFeature(String name,
Object value)
Sets the optional feature in the stament's execution scope.
|
SqlStandardControl |
SqlStandardControl.setFeatures(Map<String,Object> features)
Sets the optional features.
|
SqlStandardControl |
SqlStandardControl.setFetchSize(Integer fetchSize)
Sets the fetch size of SQL execution output rows, which can be returned in one SQL statement.
|
SqlStandardControl |
SqlStandardControl.setFirstResult(Integer firstResult)
Sets the first SQL execution output row to be returned in the case we need to skip some rows in the result set.
|
SqlStandardControl |
SqlStandardControl.setLowLevelSqlCallback(SqlControl.LowLevelSqlCallback lowLevelSqlCallback)
Sets the low level SQL callback handler.
|
SqlStandardControl |
SqlStandardControl.setMaxResults(Integer maxResults)
Sets the max number of SQL execution output rows, which can be returned in the result list.
|
SqlStandardControl |
SqlStandardControl.setMaxTimeout(Integer maxTimeout)
Sets the max SQL execution time.
|
SqlStandardControl |
SqlStandardControl.setMoreResultClasses(Map<String,Class<?>> moreResultClasses)
Sets more result classes used for the return values, like the collections classes or the collections items.
|
SqlStandardControl |
SqlStandardControl.setOrder(SqlOrder order)
Sets the ordering directive list.
|
SqlStandardControl |
SqlStandardControl.setProcessingId(String processingId)
Sets the unique ID of the executed statement based on input values combination.
|
SqlStandardControl |
SqlStandardControl.setSqlExecutionCallback(SqlControl.SqlExecutionCallback sqlExecutionCallback)
Sets the SQL command execution callback handler.
|
SqlStandardControl |
SqlStandardControl.setSqlName(String sqlName)
Sets the name of the required SQL Query Engine instance
|
SqlStandardControl |
SqlStandardControl.setStaticInputValues(Object staticInputValues)
Sets the object used for the SQL statement static input values.
|
SqlStandardControl |
SqlStandardControl.unsetFeatures(Set<String> names)
Clears the optional features in the stament's or execution scope.
|
Copyright © 2018. All rights reserved.