JDatabaseQueryElementSQLAzure: Difference between revisions
From Joomla! Documentation
m JoomlaWikiBot moved page JDatabaseQueryElementSQLAzure/11.1 to API17:JDatabaseQueryElementSQLAzure without leaving a redirect: Robot: Moved page |
m preparing for archive only |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JDatabaseQueryElementSQLAzure== | =={{JVer|11.1}} JDatabaseQueryElementSQLAzure== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
| Line 14: | Line 12: | ||
|- | |- | ||
|public | |public | ||
|[[JDatabaseQueryElementSQLAzure::__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 | * '''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 | * {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]] | ||
* [[JDatabaseQueryElementSQLAzure|Other versions of JDatabaseQueryElementSQLAzure]] | * [[API17:JDatabaseQueryElementSQLAzure|Other versions of JDatabaseQueryElementSQLAzure]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseQueryElementSQLAzure | category=JDatabaseQueryElementSQLAzure | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| Line 41: | Line 37: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude> | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:43, 25 March 2017
JDatabaseQueryElementSQLAzure
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
- Defined in libraries/joomla/database/database/sqlazurequery.php
- Extends JDatabaseQueryElement
Importing
jimport( 'joomla.database.database.sqlazurequery' );
See also
JDatabaseQueryElementSQLAzure source code on BitBucket
Subpackage Database- Other versions of JDatabaseQueryElementSQLAzure
User contributed notes
Code Examples