Package liquibase.snapshot
Class ResultSetCacheSnowflake.SingleResultSetExtractor
- java.lang.Object
-
- liquibase.snapshot.ResultSetCache.ResultSetExtractor
-
- liquibase.snapshot.ResultSetCache.SingleResultSetExtractor
-
- liquibase.snapshot.ResultSetCacheSnowflake.SingleResultSetExtractor
-
- Direct Known Subclasses:
SnowflakeResultSetConstraintsExtractor
- Enclosing class:
- ResultSetCacheSnowflake
public abstract static class ResultSetCacheSnowflake.SingleResultSetExtractor extends ResultSetCache.SingleResultSetExtractor
-
-
Constructor Summary
Constructors Constructor Description SingleResultSetExtractor(Database database)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CachedRow>executeAndExtract(String sql, Database database)List<CachedRow>executeAndExtract(String sql, Database database, boolean informixTrimHint)protected booleanshouldBulkSelect(String schemaKey, ResultSetCacheSnowflake resultSetCache)-
Methods inherited from class liquibase.snapshot.ResultSetCache.SingleResultSetExtractor
bulkFetch, bulkFetchQuery, fastFetch, fastFetchQuery
-
Methods inherited from class liquibase.snapshot.ResultSetCache.ResultSetExtractor
bulkContainsSchema, equals, equals, executeAndExtract, executeAndExtract, extract, extract, getSchemaKey, rowKeyParameters, shouldBulkSelect, wantedKeyParameters
-
-
-
-
Constructor Detail
-
SingleResultSetExtractor
public SingleResultSetExtractor(Database database)
-
-
Method Detail
-
shouldBulkSelect
protected boolean shouldBulkSelect(String schemaKey, ResultSetCacheSnowflake resultSetCache)
-
executeAndExtract
public List<CachedRow> executeAndExtract(String sql, Database database) throws DatabaseException, SQLException
- Overrides:
executeAndExtractin classResultSetCache.ResultSetExtractor- Throws:
DatabaseExceptionSQLException
-
executeAndExtract
public List<CachedRow> executeAndExtract(String sql, Database database, boolean informixTrimHint) throws DatabaseException, SQLException
- Overrides:
executeAndExtractin classResultSetCache.ResultSetExtractor- Throws:
DatabaseExceptionSQLException
-
-