|
db2_proceduresReturns a result set listing the stored procedures registered in a database Description
resource db2_procedures
( resource
$connection
, string $qualifier
, string $schema
, string $procedure
)Returns a result set listing the stored procedures registered in a database. Parameters
Return ValuesReturns a statement resource with a result set containing rows describing the stored procedures matching the specified parameters. The rows are composed of the following columns:
See Also
|