|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurableStatementFactory
Provides extra customization to a StatementFactory
| Method Summary | |
|---|---|
void |
setFetchSize(int size)
Indicates how many rows should fetched from the database any time more rows are requested on any resultSet returned by a statement created by this factory |
void |
setMaxRows(int max)
Sets the maximum numbers of rows that will be returned by any resultSet returned by a statement created by this factory |
| Methods inherited from interface org.mule.module.db.internal.domain.statement.StatementFactory |
|---|
create, create |
| Method Detail |
|---|
void setMaxRows(int max)
max - the new max rows limit; zero means there is no limitvoid setFetchSize(int size)
size - the number of rows to fetch
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||