getIdentifierSeparator()
getName()
getQuoteIdentifierSymbol()
getQuoteValueSymbol()
quoteIdentifier()
quoteIdentifierChain()
quoteIdentifierInFragment()
quoteTrustedValue()
quoteValue()
quoteValueList()
getIdentifierSeparator() : string
stringgetName() : string
stringgetQuoteIdentifierSymbol() : string
stringgetQuoteValueSymbol() : string
stringquoteIdentifier(string $identifier) : string
string
stringquoteIdentifierChain(string | string[] $identifierChain) : string
stringstring[]
stringquoteIdentifierInFragment(string $identifier, array $additionalSafeWords) : string
string
array
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