public interface SqlControl
For more info please see the Tutorials.
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getFeatures()
Returns the optional features.
|
int |
getFirstResult()
Returns the first SQL execution output row to be returned in the case we need to skip some rows in the result
set.
|
int |
getMaxResults()
Returns the max number of SQL execution output rows, which can be returned in the result list.
|
int |
getMaxTimeout()
Returns the max SQL execution time.
|
Map<String,Class<?>> |
getMoreResultClasses()
Returns more result classes used for the return values, like the collections classes or the collections items.
|
SqlOrder |
getOrder()
Returns the ordering directive list.
|
Object |
getStaticInputValues()
Returns the object used for the SQL statement static input values.
|
Object getStaticInputValues()
int getMaxTimeout()
int getFirstResult()
int getMaxResults()
SqlOrder getOrder()
Map<String,Class<?>> getMoreResultClasses()
Copyright © 2014. All Rights Reserved.