JDatabaseQuerySQLAzure::join: Difference between revisions
From Joomla! Documentation
m moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
{{Description:JDatabaseQuerySQLAzure::join}} | {{subst:Description:JDatabaseQuerySQLAzure::join}} | ||
<source lang="php"> | <source lang="php"> | ||
public function join ( | public function join ( | ||
| Line 45: | Line 43: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[API17:JDatabaseQuerySQLAzure::join|Other versions of JDatabaseQuerySQLAzure::join]] | * [[API17:JDatabaseQuerySQLAzure::join|Other versions of JDatabaseQuerySQLAzure::join]] | ||
{{SeeAlso:JDatabaseQuerySQLAzure::join}} | {{subst:SeeAlso:JDatabaseQuerySQLAzure::join}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:12, 24 March 2017
JDatabaseQuerySQLAzure::join
Description
{{subst:Description:JDatabaseQuerySQLAzure::join}}
public function join (
$type
$conditions
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | ||
| $conditions | string | $conditions |
- Returns Returns this object to allow chaining.
- Defined on line 140 of libraries/joomla/database/database/sqlazurequery.php
- Since

- Referenced by
See also
JDatabaseQuerySQLAzure::join source code on BitBucket
Class JDatabaseQuerySQLAzure
Subpackage Database- Other versions of JDatabaseQuerySQLAzure::join
{{subst:SeeAlso:JDatabaseQuerySQLAzure::join}}
User contributed notes
<CodeExamplesForm />