DataSourceName
in package
IBM DB2 DSN
Table of Contents
- $string : string
- 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
self —fromConnectionParameters()
Creates the object from the given DBAL connection parameters.
public
static fromConnectionParameters(array<string, mixed> $params) : self
Parameters
- $params : array<string, mixed>
Return values
self —toString()
public
toString() : string
Return values
string —__construct()
private
__construct(string $string) : mixed
Parameters
- $string : string