DriverException
class DriverException extends PDOException
Base class for all errors in the driver or SQL server.
Properties
$queryString | |||
$params |
Methods
static DriverException
int|string|null
getDriverCode()
No description
string|null
getSqlState()
No description
string|null
getQueryString()
No description
array|null
getParameters()
No description
Details
at line 22
static DriverException
from(PDOException $src)
No description
at line 41
int|string|null
getDriverCode()
No description
at line 47
string|null
getSqlState()
No description
at line 53
string|null
getQueryString()
No description
at line 59
array|null
getParameters()
No description