|
db2_proceduresReturns a result set listing the stored procedures registered in a database Beschreibung
resource db2_procedures
( resource
$connection
, string $qualifier
, string $schema
, string $procedure
)Returns a result set listing the stored procedures registered in a database. Parameter-Liste
RückgabewerteReturns 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:
Siehe auch
|