public class ResultSetCacheSnowflake extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResultSetCache.ResultSetExtractor |
static class |
ResultSetCache.UnionResultSetExtractor |
static class |
ResultSetCacheSnowflake.RowData |
static class |
ResultSetCacheSnowflake.SingleResultSetExtractor |
| Constructor and Description |
|---|
ResultSetCacheSnowflake() |
| Modifier and Type | Method and Description |
|---|---|
List<CachedRow> |
get(ResultSetCache.ResultSetExtractor resultSetExtractor) |
<T> T |
getInfo(String key,
Class<T> type) |
void |
putInfo(String key,
Object value) |
void |
setBulkTracking(boolean bulkTracking)
Method to control bulk fetching.
|
public List<CachedRow> get(ResultSetCache.ResultSetExtractor resultSetExtractor) throws DatabaseException
DatabaseExceptionpublic void setBulkTracking(boolean bulkTracking)
bulkTracking - - boolean flag to control bulk operationCopyright © 2022 Liquibase.org. All rights reserved.