public static class MetadataAPIHelper.ShowProceduresInfo extends Object
This class represents information about stored procedures including their signature (name and argument list) and return type. Used by JDBC metadata methods like getProcedures() to provide structured access to procedure information.
| Constructor and Description |
|---|
ShowProceduresInfo(String procedureName,
String argumentList) |
ShowProceduresInfo(String databaseName,
String schemaName,
String procedureName,
String returnType,
String argumentList) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArgumentList() |
String |
getDatabaseName() |
String |
getProcedureName() |
String |
getReturnType() |
String |
getSchemaName() |
Copyright © 2026 Amazon.com Inc.. All rights reserved.