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, fastFetchQuery
bulkContainsSchema, equals, equals, extract, extract, getSchemaKey, rowKeyParameters, shouldBulkSelect, wantedKeyParameters
public 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.ResultSetExtractor
DatabaseException
SQLException
public List<CachedRow> executeAndExtract(String sql, Database database, boolean informixTrimHint) throws DatabaseException, SQLException
executeAndExtract
in class ResultSetCache.ResultSetExtractor
DatabaseException
SQLException
Copyright © 2023 Liquibase.org. All rights reserved.