JDatabase::stderr
Return the most recent error message for the database connector.
Signature
public function stderr([boolean
$showSQL = false] )
Parameters
-
$showSQL
- True to display the SQL statement sent to the database as well as the error.
Returns
- string
- The error message for the most recent query.