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

getListDatabasesSQL() public method

{@inheritDoc}
public getListDatabasesSQL ( )
    public function getListDatabasesSQL()
    {
        return 'SHOW DATABASES';
    }
MySqlPlatform