1C-Bitrix 25.700.0
|
Открытые члены | |
__construct ($message="", $databaseMessage="", $query="", \Throwable $previous=null) | |
getQuery () | |
Открытые члены унаследованные от SqlException | |
__construct ($message="", $databaseMessage="", \Throwable $previous=null) | |
Открытые члены унаследованные от Exception | |
getDatabaseMessage () | |
Открытые члены унаследованные от SystemException | |
__construct ($message="", $code=0, $file="", $line=0, \Throwable $previous=null) |
Защищенные данные | |
$query = "" | |
Защищенные данные унаследованные от Exception | |
$databaseMessage |
Exception is thrown when database returns an error on query execution.
См. определение в файле sqlqueryexception.php строка 8
__construct | ( | $message = "", | |
$databaseMessage = "", | |||
$query = "", | |||
\Throwable | $previous = null ) |
string | $message | Application message. |
string | $databaseMessage | Database reason. |
string | $query | Sql query text. |
\Throwable | null | $previous | The previous exception used for the exception chaining. |
См. определение в файле sqlqueryexception.php строка 19
getQuery | ( | ) |
Returns text of the sql query.
См. определение в файле sqlqueryexception.php строка 30
|
protected |
См. определение в файле sqlqueryexception.php строка 11