cTableConstraints::GetFullPrimaryKey() - rstoetter/libsqlphp GitHub Wiki

Method GetFullPrimaryKey( )

 public   mixed rstoetter\libsqlphp\cTableConstraints::GetFullPrimaryKey(array $a_keys)

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>