public function DbServerHandlerInterface::listTables in DB Maintenance 7.2
Same name and namespace in other branches
- 8 src/Module/Db/DbServer/DbServerHandlerInterface.php \Drupal\db_maintenance\Module\Db\DbServer\DbServerHandlerInterface::listTables()
- 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\DbServerCode
public function listTables();