Documentation

PostgreSQL100Keywords extends PostgreSQL94Keywords
in package

PostgreSQL 10.0 reserved keywords list.

Tags
deprecated

Use instead.

Table of Contents

Properties

$keywords  : array<string|int, string>|null

Methods

getName()  : string
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 = null

Methods

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 abstract getKeywords() : array<string|int, string>
Return values
array<string|int, string>

initializeKeywords()

protected initializeKeywords() : void

        
On this page

Search results