API17

JDatabaseQuery: Difference between revisions

From Joomla! Documentation

m moving preparation
m clean up
Line 2: Line 2:
=={{JVer|11.1}} JDatabaseQuery==
=={{JVer|11.1}} JDatabaseQuery==
===Description===
===Description===
{{Description:JDatabaseQuery}}
{{subst:Description:JDatabaseQuery}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseQuery|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Methods===
===Methods===
{| class="wikitable sortable"
{| class="wikitable sortable"
Line 150: Line 148:
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[API17:JDatabaseQuery|Other versions of JDatabaseQuery]]
* [[API17:JDatabaseQuery|Other versions of JDatabaseQuery]]
{{SeeAlso:JDatabaseQuery}}
{{subst:SeeAlso:JDatabaseQuery}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseQuery|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:07, 24 March 2017

Joomla 11.1 JDatabaseQuery

Description

{{subst:Description:JDatabaseQuery}}

Methods

Visibility Method name Description
public __toString Magic function to convert the query to a string.
public auto_increment
public castToChar
public charLength
public clear Clear data from the query or a specific clause of the query.
public concat
public delete
public dropIfExists
public fields
public from
public group
public having
public innerJoin
public insert
public insertInto
public join
public leftJoin
public length
public lock Method to lock the database table for writing.
public now
public order
public outerJoin
public renameTable
public rightJoin
public select
public set
public showTables
public unlock Method to unlock the database table for writing.
public update
public values
public where

Importing

jimport( 'joomla.database.databasequery' );

See also

{{subst:SeeAlso:JDatabaseQuery}}

User contributed notes

<CodeExamplesForm />