Methods

__construct()

__construct(array $options) 

Parameters

$options

array

Get identifier separator

getIdentifierSeparator() : string
Inherited

inherited_from \Zend\Db\Adapter\Platform\AbstractPlatform::getIdentifierSeparator()

Returns

string

Get name

getName() : string

Returns

string

Get quote identifier symbol

getQuoteIdentifierSymbol() : string
Inherited

inherited_from \Zend\Db\Adapter\Platform\AbstractPlatform::getQuoteIdentifierSymbol()

Returns

string

Get quote value symbol

getQuoteValueSymbol() : string
Inherited

inherited_from \Zend\Db\Adapter\Platform\AbstractPlatform::getQuoteValueSymbol()

Returns

string

Quote identifier

quoteIdentifier(string $identifier) : string
Inherited

inherited_from \Zend\Db\Adapter\Platform\AbstractPlatform::quoteIdentifier()

Parameters

$identifier

string

Returns

string

Quote identifier chain

quoteIdentifierChain(string | string[] $identifierChain) : string

Parameters

$identifierChain

stringstring[]

Returns

string

Quote identifier in fragment

quoteIdentifierInFragment(string $identifier, array $safeWords) : string
Inherited

inherited_from \Zend\Db\Adapter\Platform\AbstractPlatform::quoteIdentifierInFragment()

Parameters

$identifier

string

$safeWords

Returns

string

Quote Trusted Value

quoteTrustedValue($value) : mixed

The ability to quote values without notices

Parameters

$value

Returns

mixed

Quote value

quoteValue(string $value) : string

Will throw a notice when used in a workflow that can be considered "unsafe"

Parameters

$value

string

Returns

string

Quote value list

quoteValueList(string | string[] $valueList) : string
Inherited

inherited_from \Zend\Db\Adapter\Platform\AbstractPlatform::quoteValueList()

Parameters

$valueList

stringstring[]

Returns

string

 Properties

 

$quoteIdentifier

$quoteIdentifier : string[]
Inherited

inherited_from \Zend\Db\Adapter\Platform\AbstractPlatform::$$quoteIdentifier
 

$quoteIdentifierTo

$quoteIdentifierTo : string
Inherited

inherited_from \Zend\Db\Adapter\Platform\AbstractPlatform::$$quoteIdentifierTo
 

$quoteIdentifiers

$quoteIdentifiers : bool
Inherited

inherited_from \Zend\Db\Adapter\Platform\AbstractPlatform::$$quoteIdentifiers