API17

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/11.1|delete]]
** [[delete|delete]]
** [[showTables/11.1|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/11.1|JDatabaseQuerySQLAzure]]
* {{JVer|11.1}} Class [[API17:JDatabaseQuerySQLAzure|JDatabaseQuerySQLAzure]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|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

Joomla 11.1 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 Joomla 11.1
  • Referenced by

See also

Template:SeeAlso:JDatabaseQuerySQLAzure::from [Edit See Also]

User contributed notes

<CodeExamplesForm />