DataSourceName
in package
FinalYes
IBM DB2 DSN
Table of Contents
Properties
- $string : string
Methods
- fromArray() : self
- Creates the object from an array representation
- fromConnectionParameters() : self
- Creates the object from the given DBAL connection parameters.
- toString() : string
- __construct() : mixed
Properties
$string
private
string
$string
Methods
fromArray()
Creates the object from an array representation
public
static fromArray(array<string, mixed> $params) : self
Parameters
- $params : array<string, mixed>
Return values
selffromConnectionParameters()
Creates the object from the given DBAL connection parameters.
public
static fromConnectionParameters(array<string, mixed> $params) : self
Parameters
- $params : array<string, mixed>
Return values
selftoString()
public
toString() : string
Return values
string__construct()
private
__construct(string $string) : mixed
Parameters
- $string : string