public static class MetadataAPIHelper.ShowFunctionsInfo extends Object
This class represents information about user-defined functions including their signature (name and argument list) and return type. Used by JDBC metadata methods like getFunctions() to provide structured access to function information.
| Constructor and Description |
|---|
ShowFunctionsInfo(String functionName,
String argumentList) |
ShowFunctionsInfo(String databaseName,
String schemaName,
String functionName,
String returnType,
String argumentList) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArgumentList() |
String |
getDatabaseName() |
String |
getFunctionName() |
String |
getReturnType() |
String |
getSchemaName() |
Copyright © 2026 Amazon.com Inc.. All rights reserved.