php man page for odbc_procedures

Query: odbc_procedures

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ODBC_PROCEDURES(3)							 1							ODBC_PROCEDURES(3)

odbc_procedures - Get the list of procedures stored in a specific data source

SYNOPSIS
resource odbc_procedures (resource $connection_id)
DESCRIPTION
resource odbc_procedures (resource $connection_id, string $qualifier, string $owner, string $name) Lists all procedures in the requested range.
PARAMETERS
o $connection_id -The ODBC connection identifier, see odbc_connect(3) for details. o $qualifier - The qualifier. o $owner - The owner. This parameter accepts the following search patterns: "%" to match zero or more characters, and "_" to match a single character. o $name - The name. This parameter accepts the following search patterns: "%" to match zero or more characters, and "_" to match a single character.
RETURN VALUES
Returns an ODBC result identifier containing the information or FALSE on failure. The result set has the following columns: oPROCEDURE_QUALIFIER oPROCEDURE_OWNER oPROCEDURE_NAME oNUM_INPUT_PARAMS oNUM_OUTPUT_PARAMS oNUM_RESULT_SETS oREMARKS oPROCEDURE_TYPE PHP Documentation Group ODBC_PROCEDURES(3)
Related Man Pages
db2_table_privileges(3) - php
odbc_foreignkeys(3) - php
odbc_setoption(3) - php
odbc_specialcolumns(3) - php
odbc_tables(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch