API17:JDatabase::stderr
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabase::stderr
Description
Return the most recent error message for the database connector.
Description:JDatabase::stderr [Edit Descripton]
public function stderr ($showSQL=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $showSQL | bool | false | 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.
- Defined on line 1477 of libraries/joomla/database/database.php
- Since
See also
-
JDatabase::stderr source code on BitBucket
-
Class JDatabase
-
Subpackage Database
- Other versions of JDatabase::stderr
SeeAlso:JDatabase::stderr [Edit See Also]
User contributed notes
<CodeExamplesForm />
