cTableDescriptionEntry::KeyIsMultiple() - rstoetter/libsqlphp GitHub Wiki
Method KeyIsMultiple( )
public boolean rstoetter\libsqlphp\cTableDescriptionEntry::KeyIsMultiple()
- Namespace : rstoetter\libsqlphp
- Class name: cTableDescriptionEntry
- This method is defined by rstoetter\libsqlphp\cTableDescriptionEntry
The method KeyIsMultiple( ) returns true, if Key is MUL. Then 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 column key is multiple