释义 |
UDF高 基本例句 =UHF Direction Finder 超高频测向器¹⁰⁰ A brief word on UDF: UDF means being able to drop files directly onto the disk. 对 UDF的一点简单说明: UDF意味着能够直接将文件放入盘。 ibm A User Defined Function UDF may be used instead. 可以改用用户定义函数 UDF。 ibm A UDF can be defined as receiving a generic row. UDF可以定义为接收一个泛型行。 ibm The code in Figure3 defines the table- valued CLR UDF. 图3中的代码定义了表值 CLR UDF。 blog.sina.com.cn The compatibility mode removes the intermediate user defined features UDF that were previously created by MTK to provide the missing functionality, thereby improving MTK performance. 兼容性模式消除了中间用户定义的特性 UDF,这些特性是 MTK为了提供缺失的功能而创建的,因此提高了 MTK性能。 ibm The quality of the UDF and procedure migrations depend on the complexity of the source code. UDF和过程的迁移质量依赖于源代码的复杂性。 ibm The singleton provides us with the means to store another object that is used for the aggregation done in each UDF in the SQL statement. 单件为我们提供了一种可以将 SQL语句中每一个 UDF进行聚集计算时需要的数据存储在另外的对象当中的方式。 ibm The solution for aggregation of timestamp durations is to use TIMESTAMPDIFF, a built-in UDF user defined function that is included with DB2 UDB, as shown in the following example. 解决持续时间的聚合问题可以使用 TIMESTAMPDIFF,如下面的样本实例中所显示,它是使用 DB2 UDB实现的嵌入式 UDF用户定义的功能。 ibm The UDF in the article is used to write the script in the file. 文中所述的 UDF用于在文件中编写脚本。 ibm A point to note here is that if this approach is followed, the calls to the original UDF will have to be modified so that they now execute the stored procedure, and supply an extra OUT parameter. 这里要注意一点:如果采用这种方法,就必须修改对原 UDF的调用,改为执行存储过程并提供一个额外的 OUT参数。 ibm All these UDFs can be placed into a single schema like a MIG schema, and the SQL function path can be set in such a way that this migration schema is searched first for UDF calls. 可以把所有这些 UDF放在一个模式中,比如 MIG模式,通过设置 SQL函数路径让数据库在执行 UDF调用时首先搜索这个模式。 ibm And writing a simple SQL User Defined Function UDF that uses dynamic SQL to convert the formula passed in the string and calculate the value. 并编写一个简单使用动态 SQL的 SQL用户定义函数 UDF,转换字符串中传入的公式并计算值。 ibm At this point, I therefore introduce a user defined function UDF. 这里,我引入了一个用户定义函数 UDF。 ibm Connect to the link on how to install and use the UDF. 请访问如何安装和使用 UDF的链接。 ibm Convert the UDF to a stored procedure. 把 UDF转换为存储过程。 ibm Creating an external UDF should be used as a last resort. 创建外部 UDF应该作为最后的手段。 ibm Developers who have written C- UDF or C Stored Procedures in DB2 have learned to check the SQLCA after each EXEC SQL statement in their code. 在 DB2中编写 C- UDF或 C存储过程的开发人员已经学会在其代码的每条 EXEC SQL语句之后检查 SQLCA。 ibm File name: The name of the file used by the UDF for writing the script. 文件名:由 UDF用于编写脚本的文件的名称。 ibm For people who cannot easily convert from integer to binary in their heads, the following UDF, which converts integer to binary, may be helpful. 对于无法在头脑中轻易将整型数字转换成二进制数字的人们来说,下列将整型转换成二进制的 UDF也许对他们很有帮助。 ibm If you write the function in an application program instead of a UDF, then users of SQL query tools such as CLP will not be able to access your function. 如果是在应用程序中编写这个函数,而不是将其定义为 UDF,那么 SQL查询工具例如 CLP的用户将不能访问这个函数。 ibm If you have many programs that implement the same set of logic, a UDF will allow you to standardize the logic and have all the programs using the same implementation. 如果您有很多实现相同逻辑的程序,那么可以通过 UDF标准化该逻辑,并让所有这些程序使用相同的实现。 ibm In the final step, the user- defined function UDF itself is evaluated to filter out all false positive candidates, in other words, remove all non- equal strings. 在最后一步,对用户定义函数 UDF本身求值,以过滤掉所有误判的候选者,即去掉所有不相等的字符串。 ibm Listing1 shows a simple UDF for handling cases where baseline data for an object does not exist, or where counter rollover has occurredan unlikely scenario, but it is handled. 清单1给出一个简单的 UDF,它处理对象的基线数据不存在或者发生计数器翻转的情况这种情况不太可能出现,但是能够处理。 ibm Now we get the aggregation information for the current group or start a new group and combine that group information with the parameters that were passed in to the UDF. 现在,我们可从当前分组或一个新开始的分组中获得聚集信息,并将分组信息和传递给 UDF的参数结合起来。 ibm Running a non- thread- safe SP or UDF in a multi-threaded process could cause unpredictable problems. 在一个多线程的进程中运行一个非线程安全的 SP或 UDF会导致不可预测的问题。 ibm The second UDF performs conversion with substitution escape character replacement. 第二个 UDF执行转换操作,进行换码符替换。 ibm The UDF will return0 if a cycle is detected. 如果检测到循环,该 UDF将返回0。 ibm To map this feature to DB2, I will once more introduce a UDF. 为了将该特性映射到 DB2,我将再次引入一个 UDF。 ibm When a UDF receives a ROW as argument, it can find out the number of columns that are defined, their names, their types and their content. 当一个 UDF接收一个 ROW参数时,它可以查明已定义的列数、列名、列类型、以及它们的内容。 ibm |