Package liquibase.snapshot
Class ResultSetCache.SingleResultSetExtractor
java.lang.Object
liquibase.snapshot.ResultSetCache.ResultSetExtractor
liquibase.snapshot.ResultSetCache.SingleResultSetExtractor
- Direct Known Subclasses:
ResultSetCacheSnowflake.SingleResultSetExtractor
- Enclosing class:
- ResultSetCache
public abstract static class ResultSetCache.SingleResultSetExtractor
extends ResultSetCache.ResultSetExtractor
-
Constructor Summary
-
Method Summary
Methods inherited from class liquibase.snapshot.ResultSetCache.ResultSetExtractor
bulkContainsSchema, equals, equals, executeAndExtract, executeAndExtract, executeAndExtract, extract, extract, getSchemaKey, rowKeyParameters, shouldBulkSelect, wantedKeyParameters
-
Constructor Details
-
SingleResultSetExtractor
-
-
Method Details
-
fastFetchQuery
- Throws:
SQLException
DatabaseException
-
bulkFetchQuery
- Throws:
SQLException
DatabaseException
-
fastFetch
- Specified by:
fastFetch
in classResultSetCache.ResultSetExtractor
- Throws:
SQLException
DatabaseException
-
bulkFetch
- Specified by:
bulkFetch
in classResultSetCache.ResultSetExtractor
- Throws:
SQLException
DatabaseException
-