Previous Topic: Get Stored Procedure OperatorNext Topic: Output Parameters


Input Parameters

Catalog Name

Must match the same catalog name as it is stored in the database. The values "" and null indicate that the catalog name should not be used to narrow the search.

Schema Pattern

Must match the same schema name as it is stored in the database. The values "" and null indicate that the schema name should not be used to narrow the search. The pattern should be a regular expression.

Procedure Name Pattern

Must match the same procedure name as it is stored in the database. The pattern should be a database-supported regular expression.