可以改用用户定义函数(UDF)。
不支持存储过程或用户定义函数。
There is no support for stored procedures or user-defined functions.
创建和删除用户定义函数。
通过用户定义函数提高应用程序灵活性。
Understanding user-defined functions for application flexibility.
在触发器或用户定义函数中调用联邦过程。
The federated procedure is called in a trigger or a user-defined function.
函数模板就像是用户定义函数的一个扩展。
A function template is like an extension to a user-defined function.
用于将几何图形转换为SVG的用户定义函数。
它们是新数据类型ROW和用户定义函数(UDF)。
They are the new data type ROW and the user-defined functions (UDFs).
用户定义函数(或流程)可以接受row类型参数。
User-defined functions (or procedures) can accept row types as arguments. Here is an example of formatting the each row returned in XML format.
开发和部署存储过程、用户定义函数(UDF)、例程和脚本。
Develop and deploy stored procedures, user defined functions (UDFs), routines, and scripts.
这其中包括视图、存储过程、用户定义函数(UDF)和触发器。
This includes views, stored procedures, user-defined functions (UDFs), and triggers.
触发器和用户定义函数(UDF)增加了SQLPL支持。
Triggers and user-defined functions (UDFs) now have enhanced SQL PL support.
作为用户定义函数,函数名有一个为解释器认可的类型值。
The value of the function name has a type that is recognized by the interpreter as a user-defined function.
清单7用一个名为contains的用户定义函数演示了其中的原理。
Listing 7 demonstrates how this works with a user-defined function named contains.
将Siebel存储过程和用户定义函数的执行权限授权给PUBLIC。
Grant execute privilege on Siebel stored procedures and user-defined functions to PUBLIC.
指定存储过程,触发器,用户定义函数和视图的加密和模型绑定。
Specify schema binding and encryption for stored procedures, triggers, user-defined functions, and views.
清单4显示了一个非常简单的将JSON转换成JSONx的用户定义函数。
Listing 4 illustrates a very simple invocation of the user-defined function that transforms JSON into JSONx.
下面两个简短示例说明创建和调用使用XML数据的用户定义函数是多么容易。
Two short examples illustrate how simple it is to create and invoke user-defined functions that work with XML data.
实现在存储过程,事务处理,触发器和用户定义函数中的错误处理。
Pass and return parameters to and from stored procedures and user-defined functions.
Vimscript是一种严肃的编程语言,因此它天生就支持创建用户定义函数。
Vimscript is a serious programming language, so it naturally supports the creation of user-defined functions.
为 INET_ATON()编写一个用户定义函数很容易出错,并且过程很繁琐。
To write a user-defined function for INET_ATON() could be error prone or tedious.
事实上,它确实提供了比scheme、c或perl更加优秀的用户定义函数支持。
Indeed, it arguably has better support for user-defined functions than Scheme, c, or Perl.
通过使用存储过程,事务处理,触发器,用户定义函数和视图来进行数据操作。
Manage data manipulation by using stored procedures, transactions, triggers, user-defined functions, and views.
DataWebServices还允许将存储过程或用户定义函数公布为Web服务。
Data Web Services also allow stored procedures or user-defined functions to be exposed as Web Services.
目前,存储过程和用户定义函数不支持XML作为参数,但是很容易作为CLOB传递XML。
At present, stored procedures and user-defined functions do not have support for XML as a parameter, but they can easily be passed as CLOBs.
现在您有了一个用于DB2用户定义函数的Application Developer项目。
Now you have an Application Developer project for DB2 user defined functions.
将几何图形转换成其相应的SVG表示,这是由DB 2数据在一个新的用户定义函数帮助下完成的。
The conversion of geometries to their SVG representation is performed by the DB2 database server with the help of a new user-defined function.
并编写一个简单使用动态sql的SQL用户定义函数(UDF),转换字符串中传入的公式并计算值。
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.
在DB 2 9.7中,增加了更多xml特性,比如支持在用户定义函数中使用xml类型。
In DB2 9.7 additional XML features were included such as support for the XML type in User Defined Funcions.
要确保应用程序依赖的任何对象(比如存储过程、触发器、视图和用户定义函数)被正确地定义并可访问。
Ensure that any application-dependant objects, such as stored procedures, triggers, views, and user-defined functions, are properly defined and accessible.
应用推荐