Открытые члены | |
__construct ($message="", $databaseMessage="", $query="", \Exception $previous=null) | |
getQuery () | |
Открытые члены унаследованные от SqlException | |
__construct ($message="", $databaseMessage="", \Exception $previous=null) | |
Открытые члены унаследованные от Exception | |
getDatabaseMessage () | |
Открытые члены унаследованные от SystemException | |
__construct ($message="", $code=0, $file="", $line=0, \Exception $previous=null) | |
Защищенные данные | |
$query = "" | |
Защищенные данные унаследованные от Exception | |
$databaseMessage | |
Exception is thrown when database returns an error on query execution.
См. определение в файле sqlexception.php строка 23
__construct | ( | $message = "", | |
$databaseMessage = "", | |||
$query = "", | |||
\Exception | $previous = null ) |
string | $message | Application message. |
string | $databaseMessage | Database reason. |
string | $query | Sql query text. |
\Exception | null | $previous | The previous exception used for the exception chaining. |
См. определение в файле sqlexception.php строка 34
getQuery | ( | ) |
|
protected |
См. определение в файле sqlexception.php строка 26