getIdentifierSeparator()
getName()
getQuoteIdentifierSymbol()
getQuoteValueSymbol()
quoteIdentifier()
quoteIdentifierChain()
quoteIdentifierInFragment()
quoteTrustedValue()
quoteValue()
quoteValueList()
$quoteIdentifier
$quoteIdentifierTo
$quoteIdentifiers
getIdentifierSeparator() : string
stringgetName() : string
| inherited_from | \Zend\Db\Adapter\Platform\PlatformInterface::getName() | 
|---|
stringgetQuoteIdentifierSymbol() : string
stringgetQuoteValueSymbol() : string
stringquoteIdentifier(string $identifier) : string
string
stringquoteIdentifierChain(string | string[] $identifierChain) : string
stringstring[]
stringquoteIdentifierInFragment(string $identifier, array $safeWords) : string
string
stringquoteTrustedValue($value) : mixed
The ability to quote values without notices
mixedquoteValue(string $value) : string
Will throw a notice when used in a workflow that can be considered "unsafe"
string
stringquoteValueList(string | string[] $valueList) : string
stringstring[]
string$quoteIdentifier : string[]
$quoteIdentifierTo : string
$quoteIdentifiers : bool