API17

JDatabaseQueryElementSQLAzure: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
 
m preparing for archive only
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
=={{JVer|11.1}} JDatabaseQueryElementSQLAzure==
=={{JVer|11.1}} JDatabaseQueryElementSQLAzure==
===Description===
===Description===
{{Description:JDatabaseQueryElementSQLAzure}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseQueryElementSQLAzure|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Methods===
===Methods===
{| class="wikitable sortable"
{| class="wikitable sortable"
Line 14: Line 12:
|-
|-
|public  
|public  
|[[JDatabaseQueryElementSQLAzure::__construct/11.1|__construct]]
|[[API17:JDatabaseQueryElementSQLAzure::__construct|__construct]]
|Constructor.  
|Constructor.  
|-
|-
|}
|}
* '''Defined in''' libraries/joomla/database/database/sqlazurequery.php
* '''Defined in''' libraries/joomla/database/database/sqlazurequery.php
* '''Extends''' [[JDatabaseQueryElement/11.1|JDatabaseQueryElement]]
* '''Extends''' [[API17:JDatabaseQueryElement|JDatabaseQueryElement]]
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.database.database.sqlazurequery' );</source>
<source lang="php">jimport( 'joomla.database.database.sqlazurequery' );</source>
===See also===
===See also===
* {{JVer|11.1}} '''JDatabaseQueryElementSQLAzure source code''' on [[jplatform:database/database/sqlazurequery.php|BitBucket]]
* {{JVer|11.1}} '''JDatabaseQueryElementSQLAzure source code''' on [[jplatform:database/database/sqlazurequery.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[JDatabaseQueryElementSQLAzure|Other versions of JDatabaseQueryElementSQLAzure]]
* [[API17:JDatabaseQueryElementSQLAzure|Other versions of JDatabaseQueryElementSQLAzure]]
{{SeeAlso:JDatabaseQueryElementSQLAzure}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseQueryElementSQLAzure|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseQueryElementSQLAzure
category=JDatabaseQueryElementSQLAzure
category=CodeExample
namespace=CodeExample
category=ClassExample
category=ClassExample
include=*
include=*
Line 41: Line 37:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDatabaseQueryElementSQLAzure]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 02:43, 25 March 2017

Joomla 11.1 JDatabaseQueryElementSQLAzure

Description

Methods

Visibility Method name Description
public __construct Constructor.

Importing

jimport( 'joomla.database.database.sqlazurequery' );

See also


User contributed notes

Code Examples