odbc_procedurecolumns

int odbc_procedurecolumns(resource conn, string catalog, string owner, 
 string procedure, string column) 

Displays column information.

Returns:

Result identifier; FALSE on error

Description:

Retrieves information about individual columns or all columns in a procedure.A percent sign (%) can be used as a wildcard or an underscore (_) used to match a single character. The columns returned are PROCEDURE_CAT, PROCEDURE_SCHEM, PROCEDURE_NAME, COLUMN_NAME, COLUMN_TYPE, DATA_TYPE, TYPE_NAME, COLUMN_SIZE, BUFFER_LENGTH, DECIMAL_DIGITS, NUM_PREC_RADIX, NULLABLEREMARKS, COLUMN_DEF, SQL_DATA_TYPE, SQL_DATETIME_SUB, CHAR_OCTET_LENGTH, ORDINAL_POSITION, IS_NULLABLE, and SS_DATA_TYPE.

Version:

Existing since version 4.0

Example:

Display ...

Get PHP Functions Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.