Package liquibase.snapshot
Class ResultSetCache
java.lang.Object
liquibase.snapshot.ResultSetCache
- Direct Known Subclasses:
ResultSetCacheSnowflake
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ResultSetCache
public ResultSetCache()
-
-
Method Details
-
get
public List<CachedRow> get(ResultSetCache.ResultSetExtractor resultSetExtractor) throws DatabaseException - Throws:
DatabaseException
-
getInfo
-
putInfo
-
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
-