- catalog
- a catalog name. null is used to imply no narrowing of the search by catalog name. Otherwise, the name must match a catalog name held in the database, with "" used to retrieve those without a catalog name.
- schemaPattern
- a schema name pattern. null is used to imply no narrowing of the search by schema name. Otherwise, the name must match a schema name in the database, with "" used to retrieve those without a schema name.
- procedureNamePattern
- a pattern that must match the name of the procedure stored in the database.
- columnNamePattern
- a column name pattern. The name must match the column name stored in the database.
Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException a database error occurred.
Returns a list of parameter and result columns for the stored procedures belonging to a specified catalog.
The list is returned as a ResultSet with one row for each parameter or result column. The data is ordered by PROCEDURE_SCHEM and PROCEDURE_NAME, while for each procedure, the return value (if any) is first, followed by the parameters in the order they appear in the stored procedure call, followed by ResultSet columns in column number order. Each row has the following structure: