Checks whether a field is part of the identifier/primary key field(s).
public isIdentifier ( string $fieldName ) : boolean | ||
$fieldName | string | The field name |
return | boolean | TRUE if the field is part of the table identifier/primary key field(s), FALSE otherwise. |