API17:JDatabaseSQLSrv::getTableList
From Joomla! Documentation
JDatabaseSQLSrv::getTableList
Description
Method to get an array of all tables in the database.
public function getTableList ()
| Parameter | Type | Default | Description |
|---|---|---|---|
- Returns array An array of all the tables in the database.
- Defined on line 378 of libraries/joomla/database/database/sqlsrv.php
- Since

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