odbc_gettypeinfo(3) php man page | unix.com

Man Page: odbc_gettypeinfo

Operating Environment: php

Section: 3

ODBC_GETTYPEINFO(3)							 1						       ODBC_GETTYPEINFO(3)

odbc_gettypeinfo - Retrieves information about data types supported by the data source

SYNOPSIS
resource odbc_gettypeinfo (resource $connection_id, [int $data_type])
DESCRIPTION
Retrieves information about data types supported by the data source.
PARAMETERS
o $connection_id -The ODBC connection identifier, see odbc_connect(3) for details. o $data_type - The data type, which can be used to restrict the information to a single data type.
RETURN VALUES
Returns an ODBC result identifier or FALSE on failure. The result set has the following columns: oTYPE_NAME oDATA_TYPE oPRECISION oLITERAL_PREFIX oLITERAL_SUFFIX oCREATE_PARAMS oNULLABLE oCASE_SENSITIVE oSEARCHABLE oUNSIGNED_ATTRIBUTE oMONEY oAUTO_INCREMENT oLOCAL_TYPE_NAME oMINIMUM_SCALE oMAXIMUM_SCALE The result set is ordered by DATA_TYPE and TYPE_NAME. PHP Documentation Group ODBC_GETTYPEINFO(3)
Related Man Pages
odbc_connect(3) - php
db2_field_type(3) - php
odbc_procedurecolumns(3) - php
odbc_specialcolumns(3) - php
sybase_fetch_row(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch