Methods

__construct()

__construct(null | \Zend\Db\Adapter\Driver\Pdo\Pdo | \PDO $driver) 

Parameters

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
Inherited

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

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

setDriver()

setDriver(\Zend\Db\Adapter\Driver\Pdo\Pdo | \PDO $driver) : \Zend\Db\Adapter\Platform\self

Parameters

Exceptions

\Zend\Db\Adapter\Exception\InvalidArgumentException

Returns

\Zend\Db\Adapter\Platform\self

 Properties

 

$quoteIdentifier

$quoteIdentifier : string[]

 

$quoteIdentifierTo

$quoteIdentifierTo : string

 

$quoteIdentifiers

$quoteIdentifiers : bool
Inherited

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

$resource

$resource : \PDO