API17:JDatabaseQuerySQLAzure::select
From Joomla! Documentation
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

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