Documentation

EasyConnectString
in package

FinalYes

Represents an Oracle Easy Connect string

Tags
link
https://docs.oracle.com/database/121/NETAG/naming.htm

Table of Contents

Properties

$string  : string

Methods

__toString()  : string
fromArray()  : self
Creates the object from an array representation
fromConnectionParameters()  : self
Creates the object from the given DBAL connection parameters.
__construct()  : mixed
renderParams()  : string
renderValue()  : string

Properties

Methods

fromArray()

Creates the object from an array representation

public static fromArray(array<string|int, mixed> $params) : self
Parameters
$params : array<string|int, mixed>
Return values
self

fromConnectionParameters()

Creates the object from the given DBAL connection parameters.

public static fromConnectionParameters(array<string|int, mixed> $params) : self
Parameters
$params : array<string|int, mixed>
Return values
self

__construct()

private __construct(string $string) : mixed
Parameters
$string : string

renderParams()

private static renderParams(array<string|int, mixed> $params) : string
Parameters
$params : array<string|int, mixed>
Return values
string

renderValue()

private static renderValue(mixed $value) : string
Parameters
$value : mixed
Return values
string

        
On this page

Search results