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

supportsCreateDropDatabase() public method

{@inheritDoc}
    public function supportsCreateDropDatabase()
    {
        return false;
    }
SQLServerPlatform