API17:JDatabaseQuerySQLAzure::set
From Joomla! Documentation
JDatabaseQuerySQLAzure::set
Description
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
User contributed notes
Code Examples