Uses of Class
org.sqlproc.engine.impl.SqlStandardControl
Packages that use SqlStandardControl
-
Uses of SqlStandardControl in org.sqlproc.engine.impl
Methods in org.sqlproc.engine.impl that return SqlStandardControlModifier and TypeMethodDescriptionSqlStandardControl.setAscOrder
(int order) Sets the ordering directive list.SqlStandardControl.setAscOrder
(String order) Sets the ordering directive list.SqlStandardControl.setAscOrderNullsLast
(int order) Sets the ordering directive list.SqlStandardControl.setAscOrderNullsLast
(String order) Sets the ordering directive list.SqlStandardControl.setDescOrder
(int order) Sets the ordering directive list.SqlStandardControl.setDescOrder
(String order) Sets the ordering directive list.SqlStandardControl.setDescOrderNullsFirst
(int order) Sets the ordering directive list.SqlStandardControl.setDescOrderNullsFirst
(String order) Sets the ordering directive list.SqlStandardControl.setDynamicUpdateValues
(Object dynamicUpdateValues) Sets the object used for the SQL update statement dynamic input values.SqlStandardControl.setFeature
(String name, Object value) Sets the optional feature in the stament's execution scope.SqlStandardControl.setFeatures
(Map<String, Object> features) Sets the optional features.SqlStandardControl.setFetchSize
(Integer fetchSize) Sets the fetch size of SQL execution output rows, which can be returned in one SQL statement.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.setLowLevelSqlCallback
(SqlControl.LowLevelSqlCallback lowLevelSqlCallback) Sets the low level SQL callback handler.SqlStandardControl.setMaxResults
(Integer maxResults) Sets the max number of SQL execution output rows, which can be returned in the result list.SqlStandardControl.setMaxTimeout
(Integer maxTimeout) Sets the max SQL execution time.SqlStandardControl.setMoreResultClasses
(Map<String, Class<?>> moreResultClasses) Sets more result classes used for the return values, like the collections classes or the collections items.Sets the ordering directive list.SqlStandardControl.setProcessingId
(String processingId) Sets the unique ID of the executed statement based on input values combination.SqlStandardControl.setSqlExecutionCallback
(SqlControl.SqlExecutionCallback sqlExecutionCallback) Sets the SQL command execution callback handler.SqlStandardControl.setSqlName
(String sqlName) Sets the name of the required SQL Query Engine instanceSqlStandardControl.setStaticInputValues
(Object staticInputValues) Sets the object used for the SQL statement static input values.SqlStandardControl.unsetFeatures
(Set<String> names) Clears the optional features in the stament's or execution scope.