You are here

public function DbServerHandlerInterface::listTables in DB Maintenance 8

Same name and namespace in other branches
  1. 7.2 src/Module/Db/DbServer/DbServerHandlerInterface.php \Drupal\db_maintenance\Module\Db\DbServer\DbServerHandlerInterface::listTables()
  2. 2.0.x src/Module/Db/DbServer/DbServerHandlerInterface.php \Drupal\db_maintenance\Module\Db\DbServer\DbServerHandlerInterface::listTables()

Returns list of tables in the active database.

2 methods override DbServerHandlerInterface::listTables()
MySqlHandler::listTables in src/Module/Db/DbServer/MySql/MySqlHandler.php
Returns list of tables in the active database.
PgSqlHandler::listTables in src/Module/Db/DbServer/PgSql/PgSqlHandler.php
Returns list of tables in the active database.

File

src/Module/Db/DbServer/DbServerHandlerInterface.php, line 18
DbServerHandler interface.

Class

DbServerHandlerInterface
DbServerHandler interface.

Namespace

Drupal\db_maintenance\Module\Db\DbServer

Code

public function listTables();