pdb_get_procedures

Description

Returns a list of all procedures in the current database at the primary database server.

Syntax

pdb_get_procedures [ownername, procname]

Parameters

ownername

The name of the owner of the procedure specified in the procname parameter. This parameter can be delimited with quote characters to specify character case.

procname

The name of the procedure in the current database for which information is returned. This parameter can be delimited with quote characters to specify character case.

Usage

See also

pdb_get_columns, pdb_get_databases, pdb_get_primary_keys, pdb_get_procedure_parms, pdb_get_tables