public class ResultSetCache extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResultSetCache.ResultSetExtractor |
static class |
ResultSetCache.RowData |
static class |
ResultSetCache.SingleResultSetExtractor |
static class |
ResultSetCache.UnionResultSetExtractor |
Constructor and Description |
---|
ResultSetCache() |
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
DatabaseException
public void setBulkTracking(boolean bulkTracking)
bulkTracking
- - boolean flag to control bulk operationCopyright © 2023 Liquibase.org. All rights reserved.