| Package | Description |
|---|---|
| com.amazon.redshift.jdbc |
| Modifier and Type | Method and Description |
|---|---|
protected List<MetadataAPIHelper.ShowColumnsInfo> |
MetadataServerProxy.callShowColumns(String catalog,
String schema,
String table,
String columnNamePattern)
Helper function to get a ResultSet for SHOW COLUMNS
|
protected List<MetadataAPIHelper.ShowColumnsInfo> |
MetadataServerProxy.getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern,
boolean isSingleDatabaseMetaData)
Returns a list of intermediate result set for SHOW COLUMNS
|
List<MetadataAPIHelper.ShowColumnsInfo> |
MetadataAPIHelper.BestRowIdenData.getResultSet() |
| Modifier and Type | Method and Description |
|---|---|
protected ResultSet |
MetadataAPIPostProcessor.getColumnsPostProcessing(List<MetadataAPIHelper.ShowColumnsInfo> serverResultSets) |
| Constructor and Description |
|---|
BestRowIdenData(List<MetadataAPIHelper.ShowColumnsInfo> resultSet,
HashSet<String> pkColumnSet) |
Copyright © 2025 Amazon.com Inc.. All rights reserved.