cPrimaryKey::GetValuesField() - rstoetter/libsqlphp GitHub Wiki

Method GetValuesField( )

 public   array rstoetter\libsqlphp\cPrimaryKey::GetValuesField()

The method GetValuesField( ) returns an array of the keys for the primary key.

The returned array consits of the field names and the data part is null. ie: ( (f1, NULL), ( f2, NULL ) usw. )

Example:

Returns

array the array of the keys of the primary key

See also