Doctrine\DBAL\Platforms\MySqlPlatform::getListTablesSQL PHP Method

getListTablesSQL() public method

{@inheritDoc}
public getListTablesSQL ( )
    public function getListTablesSQL()
    {
        return "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'";
    }
MySqlPlatform