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

getBinaryMaxLength() public method

public getBinaryMaxLength ( )
    public function getBinaryMaxLength()
    {
        return 8000;
    }
SQLServerPlatform