Uses of Class
org.sqlproc.engine.impl.SqlStandardControl

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.setFirstResult(int 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(int maxResults)
          Sets the max number of SQL execution output rows, which can be returned in the result list.
 SqlStandardControl SqlStandardControl.setMaxTimeout(int 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.setStaticInputValues(Object staticInputValues)
          Sets the object used for the SQL statement static input values.
 



Copyright © 2013. All Rights Reserved.