Fields
Name | Description | |
---|---|---|
![]() | data |
The returned data set for the given query execution.
Null if there was a query execution error.
|
![]() | error |
Returns true if there was an error executing a query.
|
![]() | message |
Database server message if there was a query execution error.
|
![]() | queryTime |
Time it took to execute the query.
|
![]() | sql |
Sql of the query that was executed.
|
![]() | stacktrace |
Stack trace of the query execution error.
|
See Also