(PHP 4, PHP 5, PHP 7)
odbc_procedurecolumns — Retrieve information about parameters to procedures
$connection_id
) : resource$connection_id
, string $qualifier
, string $owner
, string $proc
, string $column
) : resourceRetrieve information about parameters to procedures.
connection_id
ODBC ���ӱ�ʶ������� odbc_connect()��
qualifier
The qualifier.
owner
The owner. �˲����������в�ѯģʽ��"%" ��ƥ���㵽����ַ���"_" ��ƥ�䵥���ַ���
proc
The proc. �˲����������в�ѯģʽ��"%" ��ƥ���㵽����ַ���"_" ��ƥ�䵥���ַ���
column
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.