-
[M]
__construct(
string $dsn,
string $username,
string $password,
array $options ) : void
-
[M]
connect(
string $dsn,
string $username,
string $password,
array $options ) : static
-
[M]
beginTransaction() : void
-
[M]
commit() : void
-
[M]
errorCode() : void
-
[M]
errorInfo() : void
-
[M]
exec(
string $statement ) : void
-
[M]
getAttribute(
int $attribute ) : void
-
[M]
getAvailableDrivers() : void
-
[M]
inTransaction() : void
-
[M]
lastInsertId(
string $name ) : void
-
[M]
prepare(
string $query,
array $options ) : void
-
[M]
query(
string $query,
int $fetchMode,
mixed $fetchModeArgs ) : void
-
[M]
quote(
string $string,
int $type ) : void
-
[M]
rollBack() : void
-
[M]
setAttribute(
int $attribute,
mixed $value ) : void