API17:JDatabaseQueryElement
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JDatabaseQueryElement== | ||
| + | ===Description=== | ||
| + | {{Description:JDatabaseQueryElement}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JDatabaseQueryElement|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDatabaseQueryElement|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JDatabaseQueryElement::__construct/11.1|__construct]] | |[[JDatabaseQueryElement::__construct/11.1|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
| + | |public | ||
|[[JDatabaseQueryElement::__toString/11.1|__toString]] | |[[JDatabaseQueryElement::__toString/11.1|__toString]] | ||
|Magic function to convert the query element to a string. | |Magic function to convert the query element to a string. | ||
|- | |- | ||
| + | |public | ||
|[[JDatabaseQueryElement::append/11.1|append]] | |[[JDatabaseQueryElement::append/11.1|append]] | ||
|Appends element parts to the internal list. | |Appends element parts to the internal list. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/database/databasequery.php | ||
| + | * '''Extended by''' | ||
| + | ** [[JDatabaseQueryElementMySQL/11.1|JDatabaseQueryElementMySQL]] | ||
| + | ** [[JDatabaseQueryElementMySQLi/11.1|JDatabaseQueryElementMySQLi]] | ||
| + | ** [[JDatabaseQueryElementSQLAzure/11.1|JDatabaseQueryElementSQLAzure]] | ||
| + | ** [[JDatabaseQueryElementSQLSrv/11.1|JDatabaseQueryElementSQLSrv]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.databasequery' );</source> | <source lang="php">jimport( 'joomla.database.databasequery' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JDatabaseQueryElement source code | + | * {{JVer|11.1}} '''JDatabaseQueryElement source code''' on [[jplatform:database/databasequery.php|BitBucket]] |
| − | * [[JDatabaseQueryElement|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]] |
| + | * [[JDatabaseQueryElement|Other versions of JDatabaseQueryElement]] | ||
{{SeeAlso:JDatabaseQueryElement}} | {{SeeAlso:JDatabaseQueryElement}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDatabaseQueryElement|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDatabaseQueryElement|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 44: | Line 50: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDatabaseQueryElement]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDatabaseQueryElement]]</noinclude> | ||
Revision as of 17:58, 27 April 2011
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.
JDatabaseQueryElement
Description
Description:JDatabaseQueryElement [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | __toString | Magic function to convert the query element to a string. |
| public | append | Appends element parts to the internal list. |
- Defined in libraries/joomla/database/databasequery.php
- Extended by
Importing
jimport( 'joomla.database.databasequery' );
See also
-
JDatabaseQueryElement source code on BitBucket
-
Subpackage Database
- Other versions of JDatabaseQueryElement
SeeAlso:JDatabaseQueryElement [Edit See Also]
User contributed notes
<CodeExamplesForm />
