Methods
Get identifier separator
getIdentifierSeparator() : string
Inherited
inherited_from |
\Zend\Db\Adapter\Platform\AbstractPlatform::getIdentifierSeparator() |
Returns
string
Get name
getName() : string
Get quote identifier symbol
getQuoteIdentifierSymbol() : 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[]
$quoteIdentifierTo
$quoteIdentifierTo : string
$quoteIdentifiers
$quoteIdentifiers : bool
Inherited
inherited_from |
\Zend\Db\Adapter\Platform\AbstractPlatform::$$quoteIdentifiers |
$resource
$resource : resource | \PDO