public interface ConfigurableStatementFactory extends StatementFactory
StatementFactory| Modifier and Type | Method and Description |
|---|---|
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
|
create, createvoid setMaxRows(int max)
max - the new max rows limit; zero means there is no limitvoid setFetchSize(int size)
size - the number of rows to fetchCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.