Zend Framework  3.0
Public Member Functions | Protected Attributes | List of all members
Oracle Class Reference

Public Member Functions

 __construct ($options=[], $driver=null)
 
 setDriver ($driver)
 
 getDriver ()
 
 getName ()
 Get name.
Returns
string

 
 quoteIdentifierChain ($identifierChain)
 Quote identifier chain.
Parameters
string|string[]$identifierChain
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

 
- 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

 

Protected Attributes

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

Constructor & Destructor Documentation

__construct (   $options = [],
  $driver = null 
)
Parameters
array$options
null | Oci8 | Pdo$driver

Member Function Documentation

getDriver ( )
Returns
null|Pdo|Oci8
getName ( )

Get name.

Returns
string

Implements PlatformInterface.

quoteIdentifierChain (   $identifierChain)

Quote identifier chain.

Parameters
string|string[]$identifierChain
Returns
string

Implements PlatformInterface.

quoteTrustedValue (   $value)

Quote Trusted Value.The ability to quote values without notices

Parameters
$value
Returns
mixed

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.

setDriver (   $driver)
Parameters
Pdo | Oci8$driver
Exceptions
InvalidArgumentException
Returns
$this

Member Data Documentation

$resource = null
protected