php man page for odbc_procedurecolumns

Query: odbc_procedurecolumns

OS: php

Section: 3

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

ODBC_PROCEDURECOLUMNS(3)						 1						  ODBC_PROCEDURECOLUMNS(3)

odbc_procedurecolumns - Retrieve information about parameters to procedures

SYNOPSIS
resource odbc_procedurecolumns (resource $connection_id)
DESCRIPTION
resource odbc_procedurecolumns (resource $connection_id, string $qualifier, string $owner, string $proc, string $column) Retrieve information about parameters to procedures.
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 $proc - The proc. This parameter accepts the following search patterns: "%" to match zero or more characters, and "_" to match a single character. o $column - The column. This parameter accepts the following search patterns: "%" to match zero or more characters, and "_" to match a sin- gle character.
RETURN VALUES
Returns the list of input and output parameters, as well as the columns that make up the result set for the specified procedures. Returns an ODBC result identifier or FALSE on failure. The result set has the following columns: oPROCEDURE_QUALIFIER oPROCEDURE_OWNER oPROCEDURE_NAME oCOLUMN_NAME oCOLUMN_TYPE oDATA_TYPE oTYPE_NAME oPRECISION oLENGTH oSCALE oRADIX oNULLABLE oREMARKS The result set is ordered by PROCEDURE_QUALIFIER, PROCEDURE_OWNER, PROCEDURE_NAME and COLUMN_TYPE. PHP Documentation Group ODBC_PROCEDURECOLUMNS(3)
Related Man Pages
db2_procedure_columns(3) - php
db2_columns(3) - php
db2_tables(3) - php
db2_field_name(3) - php
odbc_prepare(3) - php
Similar Topics in the Unix Linux Community
connecting search patterns in awk with AND
Need help in retrieving log from a UNIX file using the search patterns
Retrieve lines that match any occurence in a list of patterns
Awk: single quote match in If