findTableNames() protected method
Returns all table names in the database.
protected array findTableNames ( $schema = '' ) | ||
---|---|---|
$schema | string |
The schema of the tables. Defaults to empty string, meaning the current or default schema. |
return | array |
All table names in the database. The names have NO schema name prefix. |
Please login to continue.