public class MonetConnection.ResponseList extends Object
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
Closes this ResponseList by closing all the Responses in this ResponseList.
|
void |
executeQuery(String[] templ,
String query) |
Internal executor of queries.
|
int |
getCachesize() |
|
int |
getMaxrows() |
|
int |
getRsconcur() |
|
int |
getRstype() |
public int getCachesize()
public int getRstype()
public int getRsconcur()
public int getMaxrows()
public void close()
public void executeQuery(String[] templ, String query) throws SQLException
templ - the template to fill inquery - the query to executeSQLException - if a database error occursCopyright © 2018. All rights reserved.