(PHP 4, PHP 5)
odbc_procedurecolumns — Retrieve information about parameters to procedures
Retrieve information about parameters to procedures.
ODBC 连接标识符,详见 odbc_connect()。
The qualifier.
The owner. 此参数接受下列查询模式:"%" 来匹配零到多个字符,"_" 来匹配单个字符。
The proc. 此参数接受下列查询模式:"%" 来匹配零到多个字符,"_" 来匹配单个字符。
The column. 此参数接受下列查询模式:"%" 来匹配零到多个字符,"_" 来匹配单个字符。
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 或者在失败时返回 FALSE.
The result set has the following columns:
The result set is ordered by PROCEDURE_QUALIFIER, PROCEDURE_OWNER, PROCEDURE_NAME and COLUMN_TYPE.