JDatabaseQuerySQLAzure::concat: Difference between revisions
From Joomla! Documentation
Updated to r1448:247ba8d88526 |
m preparing for archive only |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
<source lang="php"> | <source lang="php"> | ||
public function concat ( | public function concat ( | ||
| Line 37: | Line 35: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JDatabaseQuerySQLAzure::concat source code''' on [[jplatform:database/database/sqlazurequery.php#cl-487|BitBucket]] | * {{JVer|11.1}} '''JDatabaseQuerySQLAzure::concat source code''' on [[jplatform:database/database/sqlazurequery.php#cl-487|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::concat|Other versions of JDatabaseQuerySQLAzure::concat]] | * [[API17:JDatabaseQuerySQLAzure::concat|Other versions of JDatabaseQuerySQLAzure::concat]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseQuerySQLAzure::concat | category=JDatabaseQuerySQLAzure::concat | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| Line 55: | Line 51: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:46, 25 March 2017
JDatabaseQuerySQLAzure::concat
Description
public function concat (
$fields
$separator=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $fields | array | $fields | |
| $separator | string | null | separator |
- Returns String concantenaation of all the fields
- Defined on line 495 of libraries/joomla/database/database/sqlazurequery.php
- Since

See also
JDatabaseQuerySQLAzure::concat source code on BitBucket
Class JDatabaseQuerySQLAzure
Subpackage Database- Other versions of JDatabaseQuerySQLAzure::concat
User contributed notes
Code Examples