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 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

      public void executeQuery​(String[] templ, String query) throws SQLException
      Internal executor of queries.
      Parameters:
      templ - the template to fill in
      query - query to execute
      Throws:
      SQLException - if a database error occurs