Query: odbc_primarykeys
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ODBC_PRIMARYKEYS(3) 1 ODBC_PRIMARYKEYS(3) odbc_primarykeys - Gets the primary keys for a tableSYNOPSISresource odbc_primarykeys (resource $connection_id, string $qualifier, string $owner, string $table)DESCRIPTIONReturns a result identifier that can be used to fetch the column names that comprise the primary key for a table.PARAMETERSo $connection_id -The ODBC connection identifier, see odbc_connect(3) for details. o $qualifier - o $owner - o $table -RETURN VALUESReturns an ODBC result identifier or FALSE on failure. The result set has the following columns: oTABLE_QUALIFIER oTABLE_OWNER oTABLE_NAME oCOLUMN_NAME oKEY_SEQ oPK_NAME PHP Documentation Group ODBC_PRIMARYKEYS(3)
| Related Man Pages |
|---|
| odbc_connect(3) - php |
| db2_column_privileges(3) - php |
| db2_columns(3) - php |
| db2_foreign_keys(3) - php |
| db2_primary_keys(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Simple rules of the UNIX.COM forums: |
| Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
| Please Welcome Don Cragun as Lead Moderator |
| Status of UNIX.COM Forum Transformation |