category |
Zend |
package |
Zend_Db |
subpackage |
Adapter |
Methods
Get identifier separator
getIdentifierSeparator() : string
Get name
getName() : string
Get quote identifier symbol
getQuoteIdentifierSymbol() : string
Get quote value symbol
getQuoteValueSymbol() : string
Quote identifier
quoteIdentifier(string $identifier) : string
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 $additionalSafeWords) : string
Parameters
$identifier
string
$additionalSafeWords
Returns
string
Quote value
quoteValue(string $value) : string
Parameters
$value
string
Returns
string
Quote value list
quoteValueList(string | string[] $valueList) : string
Parameters
$valueList
stringstring[]
Returns
string