Package nl.cwi.monetdb.jdbc
Class MonetConnection.ResponseList
java.lang.Object
nl.cwi.monetdb.jdbc.MonetConnection.ResponseList
- Enclosing class:
- MonetConnection
public class MonetConnection.ResponseList extends Object
A list of Response objects. Responses are added to this list.
Methods of this class are not synchronized. This is left as
responsibility to the caller to prevent concurrent access.
-
Method Summary
Modifier and Type Method Description voidclose()Closes this ResponseList by closing all the Responses in this ResponseList.voidexecuteQuery(String[] templ, String query)Internal executor of queries.intgetCachesize()intgetMaxrows()intgetRsconcur()intgetRstype()
-
Method Details
-
getCachesize
public int getCachesize() -
getRstype
public int getRstype() -
getRsconcur
public int getRsconcur() -
getMaxrows
public int getMaxrows() -
close
public void close()Closes this ResponseList by closing all the Responses in this ResponseList. -
executeQuery
Internal executor of queries.- Parameters:
templ- the template to fill inquery- query to execute- Throws:
SQLException- if a database error occurs
-