|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IQuery
| Method Summary | |
|---|---|
void |
appendValues(List<Object> values)
Append to the list all the values of the expression's elements |
int |
getMaxRows()
Return the max rows for this query. |
int |
getQueryTimeout()
Return the query timeout for the query. |
IQuery |
setMaxRows(int maxRows)
Set the maximum number of rows to return in the query. |
IQuery |
setQueryTimeout(int queryTimeout)
Set the query timeout for the query. |
| Methods inherited from interface com.googlecode.jpattern.orm.query.IRenderableSqlObject |
|---|
renderSql, renderSql |
| Method Detail |
|---|
int getMaxRows()
throws OrmException
OrmException
IQuery setMaxRows(int maxRows)
throws OrmException
maxRows -
OrmExceptionIQuery setQueryTimeout(int queryTimeout)
int getQueryTimeout()
void appendValues(List<Object> values)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||