Firebird
extends PDO
Table of Contents
Constants
-
ATTR_DATE_FORMAT
= \PDO::FB_ATTR_DATE_FORMAT
-
ATTR_TIME_FORMAT
= \PDO::FB_ATTR_TIME_FORMAT
-
ATTR_TIMESTAMP_FORMAT
= \PDO::FB_ATTR_TIMESTAMP_FORMAT
Methods
-
__construct()
: mixed
-
connect()
: self
public
mixed
ATTR_DATE_FORMAT
= \PDO::FB_ATTR_DATE_FORMAT
public
mixed
ATTR_TIME_FORMAT
= \PDO::FB_ATTR_TIME_FORMAT
public
mixed
ATTR_TIMESTAMP_FORMAT
= \PDO::FB_ATTR_TIMESTAMP_FORMAT
__construct()
public
__construct(string $dsn[, string|null $username = null ][, string|null $password = null ][, array<string|int, mixed>|null $options = null ]) : mixed
Parameters
-
$dsn
: string
-
-
$username
: string|null
= null
-
-
$password
: string|null
= null
-
-
$options
: array<string|int, mixed>|null
= null
-
connect()
public
static connect(string $dsn[, string|null $username = null ][, string|null $password = null ][, array<string|int, mixed>|null $options = null ]) : self
Parameters
-
$dsn
: string
-
-
$username
: string|null
= null
-
-
$password
: string|null
= null
-
-
$options
: array<string|int, mixed>|null
= null
-