1345. Class

1345.1. Zend\Db\Adapter\Driver\Oci8\Oci8

1345.1.1. Methods

1345.1.1.1. __construct

__construct()

@param array|Connection|oci8 $connection

Parameters:
  • null|Statement
  • null|Result
  • array

1345.1.1.2. setProfiler

setProfiler()

@param ProfilerProfilerInterface $profiler

Return type:Oci8

1345.1.1.3. getProfiler

getProfiler()

@return null|ProfilerProfilerInterface

1345.1.1.4. registerConnection

registerConnection()

Register connection

Parameters:Connection
Return type:Oci8

1345.1.1.5. registerStatementPrototype

registerStatementPrototype()

Register statement prototype

Parameters:Statement

1345.1.1.6. getStatementPrototype

getStatementPrototype()

@return null|Statement

1345.1.1.7. registerResultPrototype

registerResultPrototype()

Register result prototype

Parameters:Result

1345.1.1.8. getResultPrototype

getResultPrototype()

@return null|Result

1345.1.1.9. getDatabasePlatformName

getDatabasePlatformName()

Get database platform name

Parameters:string
Return type:string

1345.1.1.10. checkEnvironment

checkEnvironment()

Check environment

1345.1.1.11. getConnection

getConnection()

@return Connection

1345.1.1.12. createStatement

createStatement()

@param string $sqlOrResource

Return type:Statement

1345.1.1.13. createResult

createResult()

@param resource $resource

Return type:Result

1345.1.1.14. getPrepareType

getPrepareType()

@return array

1345.1.1.15. formatParameterName

formatParameterName()

@param string $name

Parameters:mixed
Return type:string

1345.1.1.16. getLastGeneratedValue

getLastGeneratedValue()

@return mixed