Zend Framework  3.0
Public Member Functions | List of all members
Sql92 Class Reference

Public Member Functions

 getName ()
 Get name.
Returns
string

 
 quoteValue ($value)
 Quote value.Will throw a notice when used in a workflow that can be considered "unsafe"
Parameters
string$value
Returns
string

 
- Public Member Functions inherited from AbstractPlatform
 quoteIdentifierInFragment ($identifier, array $safeWords=[])
 Quote identifier in fragment.
Parameters
string$identifier
array$additionalSafeWords
Returns
string

 
 quoteIdentifier ($identifier)
 Quote identifier.
Parameters
string$identifier
Returns
string

 
 quoteIdentifierChain ($identifierChain)
 Quote identifier chain.
Parameters
string|string[]$identifierChain
Returns
string

 
 getQuoteIdentifierSymbol ()
 Get quote identifier symbol.
Returns
string

 
 getQuoteValueSymbol ()
 Get quote value symbol.
Returns
string

 
 quoteValue ($value)
 Quote value.Will throw a notice when used in a workflow that can be considered "unsafe"
Parameters
string$value
Returns
string

 
 quoteTrustedValue ($value)
 Quote Trusted Value.The ability to quote values without notices
Parameters
$value
Returns
mixed

 
 quoteValueList ($valueList)
 Quote value list.
Parameters
string|string[]$valueList
Returns
string

 
 getIdentifierSeparator ()
 Get identifier separator.
Returns
string

 

Additional Inherited Members

- Protected Attributes inherited from AbstractPlatform
 $quoteIdentifier = ['"', '"']
 
 $quoteIdentifierTo = '\''
 
 $quoteIdentifiers = true
 

Member Function Documentation

getName ( )

Get name.

Returns
string

Implements PlatformInterface.

quoteValue (   $value)

Quote value.Will throw a notice when used in a workflow that can be considered "unsafe"

Parameters
string$value
Returns
string

Implements PlatformInterface.