API17

JDatabaseQuerySQLAzure::select: Difference between revisions

From Joomla! Documentation

m moving preparation
m preparing for archive only
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:




{{Description:JDatabaseQuerySQLAzure::select}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseQuerySQLAzure::select|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function select ($columns)
public function select ($columns)
Line 28: Line 26:
* '''Since''' {{JVer|11.1 }}
* '''Since''' {{JVer|11.1 }}
* '''Referenced by'''
* '''Referenced by'''
** [[showTables|showTables]]
** [[API17:JDatabaseQuerySQLAzure::showTables|showTables]]
 
===See also===
===See also===
* {{JVer|11.1}} '''JDatabaseQuerySQLAzure::select source code''' on [[jplatform:database/database/sqlazurequery.php#cl-47|BitBucket]]
* {{JVer|11.1}} '''JDatabaseQuerySQLAzure::select source code''' on [[jplatform:database/database/sqlazurequery.php#cl-47|BitBucket]]
Line 34: Line 33:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseQuerySQLAzure::select|Other versions of JDatabaseQuerySQLAzure::select]]
* [[API17:JDatabaseQuerySQLAzure::select|Other versions of JDatabaseQuerySQLAzure::select]]
{{SeeAlso:JDatabaseQuerySQLAzure::select}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseQuerySQLAzure::select|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseQuerySQLAzure::select
category=JDatabaseQuerySQLAzure::select
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:46, 25 March 2017

Joomla 11.1 JDatabaseQuerySQLAzure::select

Description

public function select ($columns)
Parameter Type Default Description
$columns mixed A string or an array of field names.
  • Returns Returns this object to allow chaining.
  • Defined on line 55 of libraries/joomla/database/database/sqlazurequery.php
  • Since Joomla 11.1
  • Referenced by

See also


User contributed notes

Code Examples