API16:JDatabaseQuery
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JDatabaseQuery}}
===Define...) |
|||
| Line 64: | Line 64: | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.databasequery' );</source> | <source lang="php">jimport( 'joomla.database.databasequery' );</source> | ||
Revision as of 05:04, 30 March 2010
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.
[Edit Descripton] Description:JDatabaseQuery
Contents |
Defined in
libraries/joomla/database/databasequery.php
Methods
| Method name | Description |
|---|---|
| clear | Clear data from the query or a specific clause of the query. |
| select | |
| delete | |
| insert | |
| update | |
| from | |
| join | |
| innerJoin | |
| outerJoin | |
| leftJoin | |
| rightJoin | |
| set | |
| where | |
| group | |
| having | |
| order | |
| __toString | string The completed query |
Importing
jimport( 'joomla.database.databasequery' );
[Edit See Also] SeeAlso:JDatabaseQuery
Examples
<CodeExamplesForm />
