Class QDatabaseExceptionBase
Class to handle exceptions related to database querying
-
Exception
-
QCallerException
-
QDatabaseExceptionBase
Methods summary
public
array|integer|mixed
|
#
__get( string $strName )
PHP magic function to get property values
PHP magic function to get property values
Parameters
Returns
array|integer|mixed
Overrides
|
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
Properties summary
protected
integer
|
$intErrorNumber
|
|
protected
string
|
$strQuery
Query which produced the error
Query which produced the error
|
|
Properties inherited from Exception
$code,
$file,
$line,
$message
|
Magic properties summary
public read-only
integer
|
$ErrorNumber
The number of error provided by the SQL server
|
public read-only
string
|
$Query
The query caused the error
|