JDatabaseQuerySQLAzure::showTables: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
<source lang="php"> | <source lang="php"> | ||
| Line 30: | Line 30: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[API17:JDatabaseQuerySQLAzure::showTables|Other versions of JDatabaseQuerySQLAzure::showTables]] | * [[API17:JDatabaseQuerySQLAzure::showTables|Other versions of JDatabaseQuerySQLAzure::showTables]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseQuerySQLAzure::showTables | category=JDatabaseQuerySQLAzure::showTables | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:46, 25 March 2017
JDatabaseQuerySQLAzure::showTables
Description
public function showTables ($name)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | A string |
- Returns Show table query syntax
- Defined on line 304 of libraries/joomla/database/database/sqlazurequery.php
- Since

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