| Package | Description |
|---|---|
| com.amazon.redshift.jdbc |
| Modifier and Type | Method and Description |
|---|---|
protected List<MetadataAPIHelper.ShowFunctionsInfo> |
MetadataServerProxy.callShowFunctions(String catalog,
String schema,
String functionNamePattern,
boolean fullResult)
Helper function to get a ResultSet for SHOW FUNCTIONS
|
protected List<MetadataAPIHelper.ShowFunctionsInfo> |
MetadataServerProxy.getFunctions(String catalog,
String schemaPattern,
String functionNamePattern,
boolean isSingleDatabaseMetaData)
Returns a list of intermediate result set for SHOW FUNCTIONS
|
| Modifier and Type | Method and Description |
|---|---|
protected ResultSet |
MetadataAPIPostProcessor.getFunctionsPostProcessing(List<MetadataAPIHelper.ShowFunctionsInfo> serverResultSets) |
Copyright © 2025 Amazon.com Inc.. All rights reserved.