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

getForUpdateSQL() public method

{@inheritDoc}
public getForUpdateSQL ( )
    public function getForUpdateSQL()
    {
        return ' ';
    }
SQLServerPlatform