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