cTableConstraints::GetFullPrimaryKey() - rstoetter/libsqlphp GitHub Wiki
Method GetFullPrimaryKey( )
public mixed rstoetter\libsqlphp\cTableConstraints::GetFullPrimaryKey(array $a_keys)
- Namespace : rstoetter\libsqlphp
- Class name: cTableConstraints
- This method is defined by rstoetter\libsqlphp\cTableConstraints
The method GetFullPrimaryKey( ) returns in an array $a_keys the column names of the primary key
Example:
Arguments
- $a_keys array - <p>an array out of strings with the names of the columns, which are part of the primary key</p>