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

getListDatabasesSQL() public method

{@inheritDoc}
public getListDatabasesSQL ( )
    public function getListDatabasesSQL()
    {
        return 'SELECT username FROM all_users';
    }
OraclePlatform