| Package | Description |
|---|---|
| com.amazon.redshift.jdbc |
| Modifier and Type | Method and Description |
|---|---|
protected List<MetadataAPIHelper.ShowForeignKeysInfo> |
MetadataServerProxy.callShowConstraintsForeignKey(String catalog,
String schema,
String table,
String sql)
Helper function to get a ResultSet for Show Constraint Foreign Key
|
protected List<MetadataAPIHelper.ShowForeignKeysInfo> |
MetadataServerProxy.getForeignKeys(String catalog,
String schema,
String table,
boolean isSingleDatabaseMetaData,
boolean isImported)
Returns a list of intermediate result set for SHOW CONSTRAINTS FOREIGN KEY
|
| Modifier and Type | Method and Description |
|---|---|
protected ResultSet |
MetadataAPIPostProcessor.getForeignKeysPostProcessing(List<MetadataAPIHelper.ShowForeignKeysInfo> serverResultSets,
boolean isImported) |
Copyright © 2025 Amazon.com Inc.. All rights reserved.