Fully Qualified Name: | Zend\Db\Adapter\Platform\PlatformInterface |
Name | Description | Defined By |
---|---|---|
getIdentifierSeparator() | Get identifier separator | PlatformInterface |
getName() | Get name | PlatformInterface |
getQuoteIdentifierSymbol() | Get quote identifier symbol | PlatformInterface |
getQuoteValueSymbol() | Get quote value symbol | PlatformInterface |
quoteIdentifier() | Quote identifier | PlatformInterface |
quoteIdentifierChain() | Quote identifier chain | PlatformInterface |
quoteIdentifierInFragment() | Quote identifier in fragment | PlatformInterface |
quoteTrustedValue() | Quote Trusted Value | PlatformInterface |
quoteValue() | Quote value | PlatformInterface |
quoteValueList() | Quote value list | PlatformInterface |
Get identifier separator
Returns: string
Get name
Returns: string
Get quote identifier symbol
Returns: string
Get quote value symbol
Returns: string
Quote identifier
Parameter Name | Type | Description |
---|---|---|
$identifier | string |
Returns: string
Quote identifier chain
Parameter Name | Type | Description |
---|---|---|
$identifierChain | string|string[] |
Returns: string
Quote identifier in fragment
Parameter Name | Type | Description |
---|---|---|
$identifier | string | |
$additionalSafeWords | array |
Returns: string
Quote Trusted Value
The ability to quote values without notices
Parameter Name | Type | Description |
---|---|---|
$value | ||
$value |
Returns: mixed
Quote value
Will throw a notice when used in a workflow that can be considered "unsafe"
Parameter Name | Type | Description |
---|---|---|
$value | string |
Returns: string
Quote value list
Parameter Name | Type | Description |
---|---|---|
$valueList | string|string[] |
Returns: string