API17

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:JDatabaseQuerySQLAzure]][[Category:JDatabaseQuerySQLAzure::set]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 15:38, 11 May 2013

Joomla 11.1 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 Joomla 11.1

See also

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

User contributed notes

<CodeExamplesForm />