cTableColumnsEntry::KeyIsMultiple() - rstoetter/libsqlphp GitHub Wiki
Method KeyIsMultiple( )
public boolean rstoetter\libsqlphp\cTableColumnsEntry::KeyIsMultiple()
- Namespace : rstoetter\libsqlphp
- Class name: cTableColumnsEntry
- This method is defined by rstoetter\libsqlphp\cTableColumnsEntry
The method KeyIsMultiple( ) returns true, if the field has a MUL-Key
If Key is MUL, the column is the first column of a nonunique index in which multiple occurrences of a given value are permitted within the column.
Example:
Returns
boolean true, if the field has a MUL-Key