Class ResultSetCache

java.lang.Object
liquibase.snapshot.ResultSetCache
Direct Known Subclasses:
ResultSetCacheSnowflake

public class ResultSetCache extends Object
  • Constructor Details

    • ResultSetCache

      public ResultSetCache()
  • Method Details

    • get

      public List<CachedRow> get(ResultSetCache.ResultSetExtractor resultSetExtractor) throws DatabaseException
      Throws:
      DatabaseException
    • 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