Documentation

Driver extends AbstractDriverMiddleware
in package

FinalYes

Table of Contents

Properties

$logger  : LoggerInterface
$wrappedDriver  : Driver

Methods

__construct()  : mixed
connect()  : mixed
{@inheritDoc}
createDatabasePlatformForVersion()  : AbstractPlatform
Factory method for creating the appropriate platform instance for the given version.
getDatabasePlatform()  : mixed
{@inheritDoc}
getExceptionConverter()  : ExceptionConverter
getSchemaManager()  : mixed
{@inheritDoc}
maskPassword()  : array<string, mixed>

Properties

Methods

connect()

{@inheritDoc}

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

createDatabasePlatformForVersion()

Factory method for creating the appropriate platform instance for the given version.

public createDatabasePlatformForVersion(mixed $version) : AbstractPlatform
Parameters
$version : mixed

The platform/server version string to evaluate. This should be given in the notation the underlying database vendor uses.

Return values
AbstractPlatform

maskPassword()

private maskPassword(array<string, mixed> $params) : array<string, mixed>
Parameters
$params : array<string, mixed>

Connection parameters

Return values
array<string, mixed>

        
On this page

Search results