|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SqlControl
The compound parameters controlling the META SQL execution.
For more info please see the Tutorials.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Object getStaticInputValues()
int getMaxTimeout()
int getFirstResult()
int getMaxResults()
SqlOrder getOrder()
Map<String,Class<?>> getMoreResultClasses()
Map<String,Object> getFeatures()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |