EasyConnectString
in package
FinalYes
Represents an Oracle Easy Connect string
Tags
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
$string
private
string
$string
Methods
__toString()
public
__toString() : string
Return values
stringfromArray()
Creates the object from an array representation
public
static fromArray(array<string|int, mixed> $params) : self
Parameters
- $params : array<string|int, mixed>
Return values
selffromConnectionParameters()
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
stringrenderValue()
private
static renderValue(mixed $value) : string
Parameters
- $value : mixed