|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISqlQuery
| Method Summary | |
|---|---|
ISqlQuery |
setMaxRows(int maxRows)
Set the maximum number of rows to return in the query. |
ISqlQuery |
setQueryTimeout(int queryTimeout)
Set the query timeout for the query. |
| Methods inherited from interface com.googlecode.jpattern.orm.query.ICustomQuery |
|---|
find, findBigDecimal, findBoolean, findDouble, findFloat, findInt, findList, findLong, findString, findUnique |
| Methods inherited from interface com.googlecode.jpattern.orm.query.IQuery |
|---|
appendValues, getMaxRows, getQueryTimeout |
| Methods inherited from interface com.googlecode.jpattern.orm.query.IRenderableSqlObject |
|---|
renderSql, renderSql |
| Method Detail |
|---|
ISqlQuery setMaxRows(int maxRows)
throws OrmException
setMaxRows in interface IQuerymaxRows -
OrmExceptionISqlQuery setQueryTimeout(int queryTimeout)
setQueryTimeout in interface IQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||