Documentation

MsSQLKeywords extends SQLServerKeywords
in package

MsSQL Keywordlist

Tags
license

BSD http://www.opensource.org/licenses/bsd-license.php

link
www.doctrine-project.com
since
2.0
author

Benjamin Eberlei kontakt@beberlei.de

author

David Coallier davidc@php.net

author

Steve Müller st.mueller@dzh-online.de

deprecated

Use SQLServerKeywords class instead.

Table of Contents

$keywords  : array<string|int, mixed>|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, mixed>
Returns the list of keywords.
initializeKeywords()  : void

Properties

$keywords

private array<string|int, mixed>|null $keywords = null

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

initializeKeywords()

protected initializeKeywords() : void
Return values
void

Search results