查询
1 词典释义:
udf
时间: 2025-08-19 17:31:13
英 [ˌjuː diː ˈef]
美 [ˌjuː diː ˈef]

abbr. 南非民主统一战线(United Democratic Front); 通用磁盘格式(Universal Disk Format)

双语例句
  • Convert the UDF to a stored procedure.

    把udf转换为存储过程。

  • A UDF is an extension to DB2's capabilities.

    UDF是DB 2功能的一个扩展。

  • The UDF will return 0 if a cycle is detected.

    如果检测到循环,该 UDF 将返回 0。

  • A User Defined Function (UDF) may be used instead.

    可以改用用户定义函数(UDF)。

  • The following UDF implements the above operations.

    下列udf将实现以上运算。

  • UDF to calculate the Formula passed as string.

    使用UDF计算以字符串形式传递的公式。

  • A UDF can be defined as receiving a generic row.

    UDF可以定义为接收一个泛型行。

  • The new table UDF and view for compression information

    用于压缩信息的新的表 UDF 和视图

  • Creating an external UDF should be used as a last resort.

    创建外部UDF应该作为最后的手段。

  • Create a Managed-Code UDF Project in Visual Studio 2005.

    在Visual Studio 2005中创建一个托管代码的UDF项目。

  • To map this feature to DB2, I will once more introduce a UDF.

    为了将该特性映射到DB2,我将再次引入一个UDF。

  • Typically, the UDF is used in the select list of a SQL query.

    通常,这个UDF被用在SQL查询的select列表中。

  • The calls to the UDF will have to be modified accordingly.

    必须相应地修改对udf的调用。

  • The UDF in the article is used to write the script in the file.

    文中所述的 UDF 用于在文件中编写脚本。

  • File name: the name of the file used by the UDF for writing the script.

    文件名:由udf用于编写脚本的文件的名称。

  • The second UDF performs conversion with substitution escape character replacement.

    第二个 UDF 执行转换操作,进行换码符替换。

  • A brief word on UDF: UDF means being able to drop files directly onto the disk.

    对udf的一点简单说明:UDF意味着能够直接将文件放入盘。

  • Can the RUNSTATS command be issued from within an SQL routine (procedure, UDF, method)?

    可以在SQL例程(过程、UDF和方法)中发出RUNSTATS命令吗?

  • The quality of the UDF and procedure migrations depend on the complexity of the source code.

    UDF 和过程的迁移质量依赖于源代码的复杂性。

  • With the registration of the UDF I will also introduce a cycle into the management chain.

    注册了该udf之后,我还将在管理链中引入一个循环。

  • The first option that you should try is to create it as an SQL UDF in DB2 by modifying the code.

    应该首先尝试通过修改代码创建 DB2 内部的 SQL UDF。

  • Please note that this function utilizes BIT_OR UDF we wrote to operate on bit-like data type parameters.

    注意,该函数使用了我们编写的BIT _ OR UDF对类似于位数据类型的参数进行运算。

  • The following SQL script contains the source code for creating the Calculate user-defined function (UDF).

    下列的sql脚本包含用来创建Calculate user - defined function (udf)的源代码。

  • The DB2 SOAP UDF program uses these input parameters to launch a SOAP/HTTP request on behalf of the SQL client.

    DB2 SOAP UDF 程序使用这些输入参数代表 SQL 客户机发出一个 SOAP/HTTP 请求。

  • Here is an example of how to use the UDF to obtain the compression statistics report for table rowcomp.mdc.

    下面是关于如何使用该U DF获得表rowcomp . MDC的压缩统计信息报告的例子?

  • The next UDF performs EXLUSIVE OR operation between two given integer values as translated to binary expressions

    下一个 UDF 在给定的两个整数值之间执行 EXLUSIVE OR 运算,这两个值已经被转换成二进制形式

  • It is like using a view, but since a UDF can take input parameters, it is like creating the view "on the fly."

    这类似于使用视图,但由于UDF可以采用输入参数,因而更像是在“动态地”创建视图。

  • Once you define a UDF to DB2, you can use it in SQL statements just like you would use a built-in DB2 function.

    一旦在DB 2中定义好一个UDF,便可以像使用内置db2函数那样,在sql语句中使用这个UDF。

  • To resolve the problem, run UDF in an unfenced mode or reduce database Shared memory set to no more than 5 segments.

    要解决这个问题,可以在unfenced模式下运行udf,或者将数据库共享内存减少至不多于5个段。

  • Listing 14 is an example of a UDF that you can create to emulate MySQL's non-standard but commonly used NOW function.

    清单14这是一个UDF示例,您可以用它来模拟MySQL的非标准化但经常被使用的NOW函数。