getProcedures( catalog, schemaPattern, procedureNamePattern ) |
Gets a description of a set of stored procedures available in a catalog. The set of procedures returned is optionally restricted by criteria for catalog, schema and procedure names. The procedures are returned ordered by procedure schema and procedure name. Each procedure description has the the following columns:
Syntax getProcedures( string catalog, string schemaPattern, string procedureNamePattern )
Parameters
If catalog is "" (the empty string), only procedures without a catalog are returned. If catalog is the null value, catalog names are not part of the selection criteria. If schemaPattern is "" (the empty string), only procedures without a schema are returned. |