abstract
Abstract interface for a SQL reserved keyword dictionary.
public
isKeyword(string $word): bool
Checks if the given word is a keyword of this dialect/vendor platform.
abstract public
getName(): string
Returns the name of this keyword list.