public class SnowflakeResultSetConstraintsExtractor extends ResultSetCacheSnowflake.SingleResultSetExtractor
| Constructor and Description |
|---|
SnowflakeResultSetConstraintsExtractor(DatabaseSnapshot databaseSnapshot,
String catalogName,
String schemaName,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bulkContainsSchema(String schemaKey) |
List<CachedRow> |
bulkFetchQuery() |
List<CachedRow> |
fastFetchQuery() |
ResultSetCacheSnowflake.RowData |
rowKeyParameters(CachedRow row) |
ResultSetCacheSnowflake.RowData |
wantedKeyParameters() |
executeAndExtract, executeAndExtract, shouldBulkSelectbulkFetch, fastFetchequals, equals, extract, extract, getSchemaKeypublic SnowflakeResultSetConstraintsExtractor(DatabaseSnapshot databaseSnapshot, String catalogName, String schemaName, String tableName)
public boolean bulkContainsSchema(String schemaKey)
bulkContainsSchema in class ResultSetCache.ResultSetExtractorpublic ResultSetCacheSnowflake.RowData rowKeyParameters(CachedRow row)
rowKeyParameters in class ResultSetCache.ResultSetExtractorpublic ResultSetCacheSnowflake.RowData wantedKeyParameters()
wantedKeyParameters in class ResultSetCache.ResultSetExtractorpublic List<CachedRow> fastFetchQuery() throws SQLException, DatabaseException
fastFetchQuery in class ResultSetCache.SingleResultSetExtractorSQLExceptionDatabaseExceptionpublic List<CachedRow> bulkFetchQuery() throws SQLException, DatabaseException
bulkFetchQuery in class ResultSetCache.SingleResultSetExtractorSQLExceptionDatabaseExceptionCopyright © 2022 Liquibase.org. All rights reserved.