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

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

    youdao

  • 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),转换字符串中传入的公式并计算值。

    youdao

  • 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,如下面的样本实例中所显示,它是使用DB2UDB 实现的嵌入式 UDF(用户定义的功能)。

    youdao

  • This function accepts a pointer to a user space buffer, a pointer to a kernel buffer, and a length defined in bytes.

    该函数接受一个指向用户空间缓冲区的指针、一个指向内存缓冲区的指针、以及一个以字节定义的长度。

    youdao

  • The conversion of geometries to their SVG representation is performed by the DB2 database server with the help of a new user-defined function.

    将几何图形转换成其相应的SVG表示,这是由DB 2数据在一个新的用户定义函数帮助下完成的。

    youdao

  • In order to specify the command that the new task should run, enter multiple SQL statements separated by semicolons or a user-defined function here which is executed at every task run time.

    为了指定新任务应该运行的命令,在这里输入在每次运行任务时执行的多个sql语句(以分号分隔)或一个用户定义函数。

    youdao

  • An operation can be a relational operator, a system - or user-defined function, or an SQL operator, such as GROUP BY, ORDER BY, and so on.

    操作可以是一个关系运算符,或者系统或用户定义的函数,也可以是一个sql操作符,例如GROUPBY、ORDER BY等。

    youdao

  • This variable specifies the size (in 4 KB pages) of the pool used for fenced routine invocations, such as stored procedure or user-defined function calls.

    这个变量指定防护例程调用(比如存储过程或用户定义函数调用)所使用的池的大小(以4KB页为单位)。

    youdao

  • To write a user-defined function for INET_ATON() could be error prone or tedious.

    为 INET_ATON()编写一个用户定义函数很容易出错,并且过程很繁琐。

    youdao

  • 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)本身求值,以过滤掉所有误判的候选者,即去掉所有不相等的字符串。

    youdao

  • If, however, a creative and mischievous soul edits a bad file name in his browser's address bar, the error404 function (defined above) will inform the user of it.

    然而,如果在浏览器的地址栏编辑了一个错误的文件名,那么error404函数(在前面定义)将向用户通知这一错误。

    youdao

  • Alternatively, you might implement the input (collection resolver) as a user defined XPath 2.0 extension function that was more specific like.

    另外,也可以将输入(集合解析器)实现为一个用户定义的、更特定的XPath 2.0扩展函数,如下所示。

    youdao

  • Listing 4 illustrates a very simple invocation of the user-defined function that transforms JSON into JSONx.

    清单4显示了一个非常简单的将JSON转换成JSONx的用户定义函数。

    youdao

  • In addition, you can create a user-defined trace by sending a string to the soltrace.out file by using the writetrace function in the procedure: writetrace (string VARCHAR).

    此外,可以通过在过程中使用writetrace函数,向soltrace . out文件发送一个字符串,从而创建一个用户定义的跟踪:writetrace (string VARCHAR)。

    youdao

  • This article has shown you how to implement re-queuing using using new function in WebSphere Message Broker V6, including timeout processing and user-defined properties.

    本文说明了如何利用WebSphereMessageBrokerV6 中的新功能来实现重排队,包括超时处理和用户定义的属性。

    youdao

  • Listing 7 demonstrates how this works with a user-defined function named contains.

    清单7用一个名为contains的用户定义函数演示了其中的原理。

    youdao

  • When you use DB2 v9.7 to run the JSONx bundle, you use two other new features to produce the output: indexing on the view and an XML user-defined function.

    当使用DB 2V9.7运行JSON x包时,您将使用另外两个新特性生成输出:视图索引和XML用户定义函数。

    youdao

  • The clear_user function is used to zero a block of memory in user space. This function takes a pointer in user space and a size to zero, which is defined in bytes.

    clear_user函数被用于将用户空间的内存块清零。

    youdao

  • Another function, sendStockAlert, sends a message to an E-mail address (both are user-defined).

    另外一个函数sendstockalert会向某个e -mail地址发送消息(e - mail地址和发送的消息都可以由用户定义)。

    youdao

  • In order to do this, the basic idea is to create a combined user-defined function that first invokes the model creation process and that then extracts the rules and returns them as a result set.

    以此为目的,基本的想法是创建一个用户定义组合函数,此函数首先调用模型创建过程,之后再提取规则并将这些规则作为结果集返回。

    youdao

  • In such cases, it's usually a good idea to refactor the code out into a user-defined function, which the key-mapping can then call.

    在这种情况下,通常最好将代码重构为一个用户定义的函数,键映射随后就可以调用该函数。

    youdao

  • This namespace declaration is required for any application that USES the library since the user-defined function has to be in a certain namespace.

    任何使用该库的应用程序都需要这个名称空间声明,因为用户定义的函数必须存在某个名称空间中。

    youdao

  • A function template is like an extension to a user-defined function.

    函数模板就像是用户定义函数的一个扩展。

    youdao

  • The federated procedure is called in a trigger or a user-defined function.

    在触发器或用户定义函数中调用联邦过程。

    youdao

  • We provided a user-defined function ST_AsSVG for that, which you can install in your DB2 system and use for such tasks.

    为此,我们提供了一个用户定义函数 ST_AsSVG,可以将该函数安装到DB2系统中,并用于上述任务。

    youdao

  • I4GL_FUNCTION Unique user-defined function name containing the auto-generated code to consume a Web service.

    I4GL_FUNCTION用户定义的惟一的函数名,函数包含为消费Web服务自动生成的代码。

    youdao

  • Finally, if used outside of the use-when attribute, it can also detect if a user-defined stylesheet function is supported.

    最后,如果在use - when属性之外使用,还可以检查是否支持用户定义的样式表函数。

    youdao

  • The user-defined predicate is associated to the function equalString, as shown in italics in Listing 5.

    用户定义谓词被关联到函数equalString,如清单 5中的斜体 部分所示。

    youdao

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

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

    youdao

  • User-defined function to convert geometries to SVG.

    用于将几何图形转换为SVG的用户定义函数。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定