|
db2_primary_keysReturns a result set listing primary keys for a table Description
resource db2_primary_keys
( resource
$connection
, string $qualifier
, string $schema
, string $table-name
)Returns a result set listing the primary keys for a table. Parameters
Return ValuesReturns a statement resource with a result set containing rows describing the primary keys for the specified table. The result set is composed of the following columns:
See Also
|