cPrimaryKey::GetValuesField() - rstoetter/libsqlphp GitHub Wiki
Method GetValuesField( )
public array rstoetter\libsqlphp\cPrimaryKey::GetValuesField()
- Namespace : rstoetter\libsqlphp
- Class name: cPrimaryKey
- This method is defined by rstoetter\libsqlphp\cPrimaryKey
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