JDatabaseQuerySQLAzure::set: Difference between revisions
From Joomla! Documentation
m JoomlaWikiBot moved page JDatabaseQuerySQLAzure::set/11.1 to API17:JDatabaseQuerySQLAzure::set without leaving a redirect: Robot: Moved page |
m →User contributed notes: moving preparation |
||
| Line 56: | Line 56: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Revision as of 15:38, 11 May 2013
JDatabaseQuerySQLAzure::set
Description
Template:Description:JDatabaseQuerySQLAzure::set [Edit Descripton]
public function set (
$conditions
$glue='
'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $conditions | mixed | A string or array of conditions. | |
| $glue | string | ',' | $glue |
- Returns Returns this object to allow chaining.
- Defined on line 209 of libraries/joomla/database/database/sqlazurequery.php
- Since

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