JDatabaseQuerySQLAzure::from: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m moving preparation |
||
| Line 28: | Line 28: | ||
* '''Since''' {{JVer|11.1 }} | * '''Since''' {{JVer|11.1 }} | ||
* '''Referenced by''' | * '''Referenced by''' | ||
** [[delete | ** [[delete|delete]] | ||
** [[showTables | ** [[showTables|showTables]] | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JDatabaseQuerySQLAzure::from source code''' on [[jplatform:database/database/sqlazurequery.php#cl-113|BitBucket]] | * {{JVer|11.1}} '''JDatabaseQuerySQLAzure::from source code''' on [[jplatform:database/database/sqlazurequery.php#cl-113|BitBucket]] | ||
* {{JVer|11.1}} Class [[JDatabaseQuerySQLAzure | * {{JVer|11.1}} Class [[API17:JDatabaseQuerySQLAzure|JDatabaseQuerySQLAzure]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Database | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[JDatabaseQuerySQLAzure::from|Other versions of JDatabaseQuerySQLAzure::from]] | * [[API17:JDatabaseQuerySQLAzure::from|Other versions of JDatabaseQuerySQLAzure::from]] | ||
{{SeeAlso:JDatabaseQuerySQLAzure::from}} | {{SeeAlso:JDatabaseQuerySQLAzure::from}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 01:19, 12 May 2013
JDatabaseQuerySQLAzure::from
Description
Template:Description:JDatabaseQuerySQLAzure::from [Edit Descripton]
public function from ($tables)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $tables | mixed | A string or array of table names. |
- Returns Returns this object to allow chaining.
- Defined on line 121 of libraries/joomla/database/database/sqlazurequery.php
- Since

- Referenced by
See also
JDatabaseQuerySQLAzure::from source code on BitBucket
Class JDatabaseQuerySQLAzure
Subpackage Database- Other versions of JDatabaseQuerySQLAzure::from
Template:SeeAlso:JDatabaseQuerySQLAzure::from [Edit See Also]
User contributed notes
<CodeExamplesForm />