Doctrine\DBAL\Platforms\PostgreSqlPlatform::supportsSchemas PHP Method

supportsSchemas() public method

{@inheritDoc}
public supportsSchemas ( )
    public function supportsSchemas()
    {
        return true;
    }
PostgreSqlPlatform