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

supportsSchemas() public method

public supportsSchemas ( )
    public function supportsSchemas()
    {
        return true;
    }
SQLServerPlatform