|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlStandardControl | |
|---|---|
| org.sqlproc.engine.impl | The private part of the SQL Processor implementation. |
| Uses of SqlStandardControl in org.sqlproc.engine.impl |
|---|
| Methods in org.sqlproc.engine.impl that return SqlStandardControl | |
|---|---|
SqlStandardControl |
SqlStandardControl.setAscOrder(int order)
Sets the ordering directive list. |
SqlStandardControl |
SqlStandardControl.setDescOrder(int order)
Sets the ordering directive list. |
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.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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||