SQLServerKeywords
extends KeywordList
in package
Microsoft SQL Server 2012 reserved keyword dictionary.
Reserved keywords list corresponding to the Microsoft SQL Server database platform of the oldest supported version.
Table of Contents
- $keywords : array<string|int, string>|null
- getName() : string
- Returns the name of this keyword list.
- isKeyword() : bool
- Checks if the given word is a keyword of this dialect/vendor platform.
- getKeywords() : array<string|int, string>
- Returns the list of keywords.
- initializeKeywords() : void
Properties
$keywords
private
array<string|int, string>|null
$keywords
Methods
getName()
Returns the name of this keyword list.
public
getName() : string
Return values
string —isKeyword()
Checks if the given word is a keyword of this dialect/vendor platform.
public
isKeyword(string $word) : bool
Parameters
- $word : string
Return values
bool —getKeywords()
Returns the list of keywords.
protected
getKeywords() : array<string|int, string>
Tags
Return values
array<string|int, string> —initializeKeywords()
protected
initializeKeywords() : void