JDatabaseDriverOracle::getTableList
Method to get an array of all tables in the database (schema).
Signature
public function getTableList([string
$databaseName = null,
[boolean
$includeDatabaseName = false]] )
Parameters
-
$databaseName
- The database (schema) name
-
$includeDatabaseName
- Whether to include the schema name in the results
Returns
- array
- An array of all the tables in the database.