odbc_primarykeys(3) php man page | unix.com

Man Page: odbc_primarykeys

Operating Environment: php

Section: 3

ODBC_PRIMARYKEYS(3)							 1						       ODBC_PRIMARYKEYS(3)

odbc_primarykeys - Gets the primary keys for a table

SYNOPSIS
resource odbc_primarykeys (resource $connection_id, string $qualifier, string $owner, string $table)
DESCRIPTION
Returns a result identifier that can be used to fetch the column names that comprise the primary key for a table.
PARAMETERS
o $connection_id -The ODBC connection identifier, see odbc_connect(3) for details. o $qualifier - o $owner - o $table -
RETURN VALUES
Returns 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
db2_column_privileges(3) - php
db2_primary_keys(3) - php
db2_special_columns(3) - php
odbc_procedurecolumns(3) - php
odbc_tables(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!