JDatabaseExceptionExecuting
class JDatabaseExceptionExecuting extends RuntimeException
Exception class defining an error executing a statement
Methods
__construct(
string $query,
string $message = '',
integer $code,
Exception $previous = null)
Construct the exception
string
getQuery()
Get the SQL statement that was executed
Details
__construct(
string $query,
string $message = '',
integer $code,
Exception $previous = null)
Construct the exception