JDatabaseQueryElementSQLAzure: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m moving preparation |
||
| Line 14: | Line 14: | ||
|- | |- | ||
|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]] | ||
{{SeeAlso:JDatabaseQueryElementSQLAzure}} | {{SeeAlso:JDatabaseQueryElementSQLAzure}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 01:15, 12 May 2013
JDatabaseQueryElementSQLAzure
Description
Template:Description:JDatabaseQueryElementSQLAzure [Edit Descripton]
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
Template:SeeAlso:JDatabaseQueryElementSQLAzure [Edit See Also]
User contributed notes
<CodeExamplesForm />