public abstract static class ResultSetCacheSnowflake.SingleResultSetExtractor extends ResultSetCache.SingleResultSetExtractor
| Constructor and Description |
|---|
SingleResultSetExtractor(Database database) |
| Modifier and Type | Method and Description |
|---|---|
List<CachedRow> |
executeAndExtract(String sql,
Database database) |
List<CachedRow> |
executeAndExtract(String sql,
Database database,
boolean informixTrimHint) |
protected boolean |
shouldBulkSelect(String schemaKey,
ResultSetCacheSnowflake resultSetCache) |
bulkFetch, bulkFetchQuery, fastFetch, fastFetchQuerybulkContainsSchema, equals, equals, extract, extract, getSchemaKey, rowKeyParameters, shouldBulkSelect, wantedKeyParameterspublic SingleResultSetExtractor(Database database)
protected boolean shouldBulkSelect(String schemaKey, ResultSetCacheSnowflake resultSetCache)
public List<CachedRow> executeAndExtract(String sql, Database database) throws DatabaseException, SQLException
executeAndExtract in class ResultSetCache.ResultSetExtractorDatabaseExceptionSQLExceptionpublic List<CachedRow> executeAndExtract(String sql, Database database, boolean informixTrimHint) throws DatabaseException, SQLException
executeAndExtract in class ResultSetCache.ResultSetExtractorDatabaseExceptionSQLExceptionCopyright © 2023 Liquibase.org. All rights reserved.