JDatabaseSQLAzure::select: Difference between revisions
From Joomla! Documentation
Updated to r1448:247ba8d88526 |
m JoomlaWikiBot moved page JDatabaseSQLAzure::select/11.1 to API17:JDatabaseSQLAzure::select without leaving a redirect: Robot: Moved page |
(No difference)
| |
Revision as of 21:48, 10 May 2013
JDatabaseSQLAzure::select
Description
Select a database for use.
Template:Description:JDatabaseSQLAzure::select [Edit Descripton]
public function select ($database)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $database |
- Returns bool True if the database was successfully selected.
- Defined on line 523 of libraries/joomla/database/database/sqlazure.php
- Since

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