Documentation

Driver extends AbstractOracleDriver
in package

FinalYes

A Doctrine DBAL driver for the Oracle OCI8 PHP extensions.

Table of Contents

Methods

connect()  : Connection
{@inheritDoc}
getDatabasePlatform()  : AbstractPlatform
Gets the DatabasePlatform instance that provides all the metadata about the platform this driver connects to.
getExceptionConverter()  : ExceptionConverter
Gets the ExceptionConverter that can be used to convert driver-level exceptions into DBAL exceptions.
getSchemaManager()  : AbstractSchemaManager
Gets the SchemaManager that can be used to inspect and change the underlying database schema of the platform this driver connects to.
getEasyConnectString()  : string
Returns an appropriate Easy Connect String for the given parameters.

Methods

connect()

{@inheritDoc}

public connect(array<string|int, mixed> $params) : Connection
Parameters
$params : array<string|int, mixed>
Return values
Connection

getEasyConnectString()

Returns an appropriate Easy Connect String for the given parameters.

protected getEasyConnectString(array<string, mixed> $params) : string
Parameters
$params : array<string, mixed>

The connection parameters to return the Easy Connect String for.

Return values
string

        
On this page

Search results