public abstract static class ResultSetCache.SingleResultSetExtractor extends ResultSetCache.ResultSetExtractor
| Constructor and Description |
|---|
SingleResultSetExtractor(Database database) |
| Modifier and Type | Method and Description |
|---|---|
List<CachedRow> |
bulkFetch() |
abstract List<CachedRow> |
bulkFetchQuery() |
List<CachedRow> |
fastFetch() |
abstract List<CachedRow> |
fastFetchQuery() |
bulkContainsSchema, equals, equals, executeAndExtract, executeAndExtract, extract, extract, getSchemaKey, rowKeyParameters, shouldBulkSelect, wantedKeyParameterspublic SingleResultSetExtractor(Database database)
public abstract List<CachedRow> fastFetchQuery() throws SQLException, DatabaseException
SQLExceptionDatabaseExceptionpublic abstract List<CachedRow> bulkFetchQuery() throws SQLException, DatabaseException
SQLExceptionDatabaseExceptionpublic List<CachedRow> fastFetch() throws SQLException, DatabaseException
fastFetch in class ResultSetCache.ResultSetExtractorSQLExceptionDatabaseExceptionpublic List<CachedRow> bulkFetch() throws SQLException, DatabaseException
bulkFetch in class ResultSetCache.ResultSetExtractorSQLExceptionDatabaseExceptionCopyright © 2022 Liquibase.org. All rights reserved.