Class ResultSetCache

    • Constructor Detail

      • ResultSetCache

        public ResultSetCache()
    • Method Detail

      • getInfo

        public <T> T getInfo​(String key,
                             Class<T> type)
      • putInfo

        public void putInfo​(String key,
                            Object value)
      • setBulkTracking

        public void setBulkTracking​(boolean bulkTracking)
        Method to control bulk fetching. By default it is true. Mostly this flag is used when the database supports multi catalog/schema
        Parameters:
        bulkTracking - - boolean flag to control bulk operation