单词 | user-defined functions | ||||||||||||
释义 | user-defined functions
更多释义 收起释义 例句释义: 用户自定义函数,使用者定义的函式,用户自定义函数模块 1. This section provides the information necessary to understand, design, and implement user-defined functions. 本主题提供理解、设计和实现用户定义函数所必需的信息。 msdn2.microsoft.com 2. Plain XQuery does not allow you to call SQL user defined functions (UDFs) or external UDFs written in C or Java. 普通XQuery不允许您调用SQL用户定义的函数(UDF)或者用C语言或Java编写的外部UDF。 www.ibm.com 3. Drops and re-creates the stored procedures and user-defined functions used for data access at the client. 删除并重新创建用于在客户端进行数据访问的存储过程和用户定义函数。 msdn2.microsoft.com 4. You are also able to specify data types for variables, input parameters, return values from functions, user-defined functions and templates. 你可以可以为变量指明数据类型,输入参数,来自函数的返回值,用户自定义函数以及模板。 www.infoq.com 5. For Transact-SQL user-defined functions, the system verifies the definition and prevents the definition of nondeterministic functions. 对于Transact-SQL用户定义的函数,系统将验证定义并防止定义非确定性函数。 technet.microsoft.com 6. Troubleshoot and optimize programming objects. Objects include stored procedures, transactions, triggers, user-defined functions, and views. 优化规划对象和疑难解答。对象包括存储过程、事务处理、触发器、用户定义函数和视图。 www.bvtc.cn 7. User-defined functions cannot be used to perform actions that modify the database state. 用户定义函数不能用于执行修改数据库状态的操作。 technet.microsoft.com 8. For more information and examples of stored procedures and user-defined functions, see the documentation for your database server. 有关存储过程和用户定义的函数的更多信息和示例,请参见数据库服务器的文档。 msdn2.microsoft.com 9. The following nondeterministic built-in functions cannot be used in Transact-SQL user-defined functions. 下列不确定性内置函数不能在Transact-SQL用户定义函数中使用。 technet.microsoft.com 10. Java modules can be converted into SQL extensions known as user-defined functions (UDFs). 可以将Java模块转换成称为用户定义的函数(UDF)的SQL扩展。 www.ibm.com 1. After an HTTP endpoint is established, stored procedures or user-defined functions can be added or made available to endpoint users. 建立HTTP端点后,可以添加存储过程或用户定义函数,或者使其可用于端点用户。 msdn2.microsoft.com 2. These queries can be executed directly or executed from within stored procedures and user-defined functions. 这些查询可以直接执行,也可以从存储过程和用户定义函数中执行。 technet.microsoft.com 3. User-defined functions can be modified independently of the program source code. 用户定义函数可以独立于程序源代码进行修改。 msdn2.microsoft.com 4. User-defined functions are expensive in terms of CPU and memory resources. 在使用CPU和内存资源方面,用户定义的函数非常昂贵。 www.ibm.com 5. The Data Studio tool can be used to easily create, build, debug and deploy DB2 stored procedures and user-defined functions. 可以使用DataStudio工具轻松地创建、构建、调试和部署DB2存储过程和用户定义函数。 www.ibm.com 6. Sql_variant can be used in columns, parameters, variables, and the return values of user-defined functions. sql_variant可以用在列、参数、变量和用户定义函数的返回值中。 technet.microsoft.com 7. Another new feature is the support of the XML datatype in user-defined functions allowing the manipulation of XML documents. 另一个新特性是,在用户定义函数中支持XML数据类型允许操作XML文档。 www.ibm.com 8. Support for XML in user-defined functions and global declared temporary tables offer new application development advantages. 支持在用户定义函数和全局声明临时表中使用XML,这有助于开发应用程序。 www.ibm.com 9. Implement error handling in stored procedures, transactions, triggers, and user-defined functions. 实现在存储过程、事务处理、触发器和用户定义函数中的错误处理。 www.bvtc.cn 10. SQL user-defined functions can simplify query coding for batch as well as online transactional programs. SQL用户定义函数可以简化批处理程序以及在线交易程序的编码工作。 www.ibm.com 1. EXECUTE AS cannot be specified for inline user-defined functions. 不能为内联用户定义函数指定EXECUTEAS。 msdn2.microsoft.com 2. These include user-defined type variables or functions and user-defined functions, but cannot reference a Transact-SQL statement. 其中包括用户定义类型变量或函数以及用户定义函数,但不能引用Transact-SQL语句。 technet.microsoft.com 3. All user-defined functions have the same two-part structure: a header and a body. 所有用户定义函数都具有相同的由两部分组成的结构:标题和正文。 msdn2.microsoft.com 4. Stored Procedures and User-Defined Functions Supports both the CREATE PROCEDURE and CREATE FUNCTION statements. 存储过程和用户定义函数支持CREATEPROCEDURE和CREATEFUNCTION语句。 www.ibm.com 5. User-defined functions can be defined in the query or in a separate library. 用户自定义函数可以在查询语句或独立库中进行定义。 www.w3pop.com 6. Provides links to procedural topics about using stored procedures and user-defined functions with Visual Database Tools. 提供指向有关在可视化数据库工具中使用存储过程和用户定义函数的过程主题的链接。 msdn2.microsoft.com 7. User-defined functions must be referenced by two-part names, schema. Function. 必须使用两部分名称schema.function来引用用户定义函数。 technet.microsoft.com 8. Specify schema binding and encryption for stored procedures, triggers, user-defined functions, and views. 指定存储过程,触发器,用户定义函数和视图的加密和模型绑定。 docbeta.com 9. Manage data manipulation by using stored procedures, transactions, triggers, user-defined functions, and views. 通过使用存储过程、事务处理、触发器、用户定义函数和视图来进行数据操作。 www.atalearning.com 10. You can include user-defined functions returning a scalar value in an expression. 可以在表达式中包含返回标量值的用户定义函数。 www.showxiu.com 1. Typically, you use this string version of the Dimensions function with user-defined functions. 通常情况下,这个字符串版本的Dimensions函数与用户定义的函数一起使用。 msdn2.microsoft.com 2. User-defined functions referenced in the view must have been created with the SCHEMABINDING option. 必须已使用SCHEMABINDING选项创建了视图引用的用户定义函数。 technet.microsoft.com 3. User-defined functions cannot include nondeterministic built-in system functions. 用户定义函数不能包含不确定性内置系统函数。 technet.microsoft.com 4. The control-of-flow statements cannot span multiple batches, user-defined functions, or stored procedures. 控制流语句不能跨多个批处理、用户定义函数或存储过程。 msdn2.microsoft.com 5. Using Visual Database Tools, you can easily create, view, modify, and test stored procedures and user-defined functions. 使用可视化数据库工具,可以方便地创建、查看、修改和测试存储过程和用户定义的函数。 msdn2.microsoft.com 6. Changes to stored procedures and user-defined functions are committed to the database only when you explicitly save them. 只有当您显式保存对存储过程和用户定义函数的更改时,这些更改才会提交到数据库。 msdn2.microsoft.com 7. Stored procedures replace user-defined functions in earlier versions of Analysis Services. 存储过程代替了早期版本的AnalysisServices中的用户定义函数。 msdn2.microsoft.com 8. Tables, views, indices, RI constraints, user-defined functions (UDFs), and some procedures can be migrated by this tool. 表、视图、索引、RI约束、用户定义的函数(UDF)以及一些过程都可以通过此工具迁移。 www.ibm.com 9. Tables and user-defined functions must be referenced by two-part names in the view. 表和用户定义函数必须由视图中由两部分组成的名称引用。 technet.microsoft.com 10. You can add stored procedures, aggregates, triggers, user-defined functions, and user-defined types. 您可以加入预存程序、汇总、触发程序、使用者定义函式和使用定义型别。 technet.microsoft.com 1. The palette tool also supports creating views, stored procedures, and user-defined functions. 面板工具也支持创建视图、存储过程和用户自定义函数。 www.ibm.com 2. You can run stored procedures and user-defined functions against your database and display the results in the Output window. 可以对数据库运行存储过程和用户定义的函数,并在“输出”窗口中显示其结果。 207.46.16.251 3. Describes the user-defined functions that are included in AdventureWorks. 说明AdventureWorks包含的用户定义函数。 technet.microsoft.com 4. Provides guidelines on when to rewrite existing stored procedure logic as user-defined functions. 提供有关何时将现有存储过程逻辑重写为用户定义函数的指导。 technet.microsoft.com 5. Statements inside the bodies of stored procedures, triggers, or user-defined functions. 存储过程、触发器、或用户定义函数中包含的语句。 msdn2.microsoft.com 6. Two short examples illustrate how simple it is to create and invoke user-defined functions that work with XML data. 下面两个简短示例说明创建和调用使用XML数据的用户定义函数是多么容易。 www.ibm.com 7. User-defined functions written in either Transact-SQL or. NET Framework can return both scalar and table values. 使用Transact-SQL或.NETFramework编写的用户定义函数可以同时返回标量值和表值。 technet.microsoft.com 8. Example SQL statements, which formulates some SQL queries using DB2 Java user-defined functions that are discussed in this article. 示例SQL语句,使用本文中所讨论的DB2Java用户定义函数规定一些SQL查询。 www.ibm.com 9. Are constant expressions that can reference variables and functions. These include user-defined type variables and user-defined functions. 为常量表达式,可以引用变量和函数,其中包括用户定义类型变量和用户定义函数。 msdn2.microsoft.com 10. The DWB is a one-stop center for creating, editing, debugging, deploying, and testing DB2 stored procedures and user-defined functions. DWB是用于创建、编辑、调试、部署和测试DB2存储过程和用户定义函数的一站式中心。 www.ibm.com 1. Grant execute privilege on Siebel stored procedures and user-defined functions to PUBLIC. 将Siebel存储过程和用户定义函数的执行权限授权给PUBLIC。 www.ibm.com 2. This includes user-defined type variables, or functions and user-defined functions. 这包括用户定义类型变量,或函数以及用户定义函数。 msdn2.microsoft.com 3. This section provides information on creating, executing, and viewing Transact-SQL and CLR user-defined functions. 本节提供了有关创建、执行和查看Transact-SQL用户定义函数及CLR用户定义函数的信息。 technet.microsoft.com 4. Control data access by using stored procedures, triggers, user-defined functions, and views. 通过使用存储过程、触发器、用户订约函数和视图来控制数据访问。 www.atalearning.com 5. Indexed view definitions can also now contain scalar aggregate and user-defined functions with certain restrictions. 现在,索引视图定义也可以包含带有一定限制的标量聚合函数和用户定义函数。 msdn2.microsoft.com 6. How do I find all the user-defined functions in a database? 如何找到数据库中的所有用户定义函数? msdn2.microsoft.com 7. Indeed, it arguably has better support for user-defined functions than Scheme, C, or Perl. 事实上,它确实提供了比Scheme、C或Perl更加优秀的用户定义函数支持。 www.ibm.com 8. Filter data by using stored procedures, triggers, user-defined functions, and views. 使用存储过程、触发器、用户定义函数和视图来过滤数据。 www.bvtc.cn 9. The first article on user-defined functions [ 1] gave a detailed introduction on how you can implement user-defined aggregates. 用户自定义函数[1]方面的第一篇文章详细介绍了如何实现用户自定义的聚集函数。 www.ibm.com 10. User-Defined Functions can be written in SQL (SQL PL), C, Java. 用户定义函数可以用SQL(SQLPL)、C和Java编写。 www.ibm.com 1. This includes views, stored procedures, user-defined functions (UDFs), and triggers. 这其中包括视图、存储过程、用户定义函数(UDF)和触发器。 www.ibm.com 2. Compares inline user-defined functions to parameterized views and provides examples. 比较内联用户定义函数与参数化视图,并提供示例。 technet.microsoft.com 3. User-defined functions are modified by using ALTER FUNCTION and dropped by using DROP FUNCTION. 用户定义函数可使用ALTERFUNCTION修改,使用DROPFUNCTION删除。 technet.microsoft.com 4. It also supports embedded SQL for Java (SQLJ), Java user-defined functions (UDFs), and Java stored procedures. 它还支持嵌入式SQLforJava(SQLJ)、Java用户定义的函数(UDF)和Java存储过程。 www.ibm.com 5. User-defined functions that consume, process, and return XML data. 用户定义函数,它们可以使用、处理和返回XML数据。 www.ibm.com 6. Expose stored procedures or user-defined functions as Web methods. 将存储过程或用户定义函数公开为Web方法。 msdn2.microsoft.com 7. 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. 目前,存储过程和用户定义函数不支持XML作为参数,但是很容易作为CLOB传递XML。 www.ibm.com 8. Much like previous versions of Microsoft Office Excel, Microsoft Office Excel 2007 provides support for user-defined functions (UDFs). MSOfficeExcel2007与上一版的Excel一样,都提供了对用户定义函数(UDF)的支持。 www.cnblogs.com 9. You can build and deploy SQL user-defined functions that can be used in SQL statements. 您可以构建和部署SQL用户定义函数,这些函数可以在SQL语句中使用。 www-128.ibm.com 10. Please note that only DB2 express database and DB2 universal database support creating stored procedures and user-defined functions. 请注意,只有DB2express和DB2universal数据库支持创建存储过程和用户自定义函数。 www.ibm.com 1. You can run selected text in stored procedures and user-defined functions. 可以在存储过程和用户定义的函数中运行选定的文本。 msdn2.microsoft.com 2. You can open stored procedures and user-defined functions to view or edit the SQL text. 可以打开存储过程和用户定义的函数以查看或编辑SQL文本。 msdn2.microsoft.com 3. User-defined functions are routines that can take parameters, perform calculations or other actions, and return a result. 用户定义函数是可以使用参数、执行计算或其他操作并返回结果的例程。 msdn2.microsoft.com 4. Create or modify joins between tables, views, user-defined functions, or subqueries. 创建或修改表、视图、用户定义函数或子查询间的联接。 office.microsoft.com 5. This section provides the information you need to design user-defined functions. 本节介绍设计用户定义函数所需的信息。 technet.microsoft.com 6. User-defined functions can be nested; that is, one user-defined function can call another. 用户定义函数可以嵌套;也就是说,用户定义函数可相互调用。 msdn2.microsoft.com 7. Both stored procedures and user-defined functions are precompiled and ready for later use. 存储过程和用户定义的函数均被预编译,以便以后使用。 technet.microsoft.com 8. It is responsible for executing fenced stored procedures and user-defined functions outside the firewall. 用于在防火墙之外执行受防护的存储过程和用户定义的函数。 www.ibm.com 9. User-defined functions can create temporary user objects, such as global or local tables and their indexes, variables, or parameters. 用户定义函数可以创建临时用户对象,例如全局临时表或局部临时表及其索引、变量或参数。 msdn2.microsoft.com 10. User-defined functions must be created by using the WITH SCHEMABINDING option. 必须使用WITHSCHEMABINDING选项创建用户定义函数。 msdn2.microsoft.com 1. Codes and tests database logic objects such as stored procedures, triggers, user-defined functions, and user-defined types. 对数据库逻辑对象(例如存储过程、触发器、用户定义函数和用户定义类型)进行编码和测试。 msdn2.microsoft.com 2. Included in the download are two DB2 user-defined functions that convert between JSON and JSONx and vice-versa. 下载文件中包含了两个用户定义的DB2函数,用于在JSON和JSONx之间实现转换。 www.ibm.com 3. Cost estimates for user-defined functions (UDFs). 用户定义的函数(UDF)的成本估计。 www.ibm.com 4. If you have performance-critical unfenced, external stored procedures (SPs) or user-defined functions (UDFs), ensure they are thread-safe. 如果有性能关键型、非隔离的(unfenced)外部存储过程(SP)或用户定义函数(UDF),那么应确保它们是线程安全的。 www.ibm.com 5. XQuery with embedded SQL is good because the embedded SQL statement may contain calls to user-defined functions (UDFs). 嵌入了SQL的XQuery比较出色,因为嵌入式SQL语句可包含对用户定义的函数(UDF)的调用。 www.ibm.com 6. Rational Data Architect provides the IDE required for DB2 object development such as stored procedures and user-defined functions. RationalDataArchitect提供开发DB2对象(比如存储过程和用户自定义函数)所需的IDE。 www.ibm.com 7. By using variables and user-defined functions we can encapsulate applications and algorithms. 通过变量和用户自定义函数的使用,我们可以封装应用程序和算法。 www.codebasin.com 8. In fact, it can come from views, queries, synonyms, or user-defined functions that return a table. 其实,原始资料可以来自检视表、查询、同义资料表或会传回资料表的使用者定义函式。 msdn.microsoft.com 9. Describes how to use EXECUTE AS inside modules such as stored procedures, triggers, queues, and user-defined functions. 说明如何在模块(例如存储过程、触发器、队列和用户定义函数)内使用EXECUTEAS。 technet.microsoft.com 10. Several database objects may be involved, such as triggers, user-defined functions, and so on. 这里可能会涉及到几种数据库对象,如触发器、用户定义的函数等。 msdn2.microsoft.com 1. CLR user-defined functions are simply static methods (shared functions in Visual Basic) defined within a . NET assembly. CLR用户定义函数只是在.NET程序集中定义的静态方法(VisualBasic中的共享函数)。 blog.sina.com.cn 2. For example, two concurrent queries, Q1 and Q2, execute as user-defined functions that acquire 10MB and 20MB of memory respectively. 例如,两个并发查询(Q1和Q2)作为用户定义函数执行,分别获取10MB和20MB的内存。 msdn2.microsoft.com 3. How the Database Engine handles parallelized user- defined functions , aggregates, and user- defined type (UDT) methods . 数据库引擎对并行的用户定义函数、聚合及用户定义类型(UDT)方法的处理方式。 www.bing.com 4. For more information about schema binding, see Creating User-defined Functions (Database Engine) and Designing and Implementing Views. 有关架构绑定的详细信息,请参阅创建用户定义函数(数据库引擎)和设计和实现视图。 technet.microsoft.com 5. Compiling, Compiling and Installing User-Defined Functions compiling,编译和安装用户定义的函数 mirror.tomato.it 6. User defined functions for additional properties analysis 用户定义的函数用于额外的性质分析 blog.readnovel.com 7. Relational Operations with User-Defined Functions 带函数的关系操作 www.ilib.cn 8. Develop and deploy stored procedures, user defined functions (UDFs), routines, and scripts 开发和部署存储过程、用户定义函数(UDF)、例程和脚本。 www.ibm.com 9. Working with Stored Procedures and User-Defined Functions 使用存储过程和用户定义的函数 msdn2.microsoft.com 10. How to: Discard Changes Made to Stored Procedures and User-Defined Functions 如何:放弃对存储过程和用户定义的函数所做的更改 msdn2.microsoft.com 1. Both scalar and column user-defined functions are supported 两者都支持标量和列用户定义函数 www-128.ibm.com 2. When you use parameters in stored procedures or user-defined functions you can 当在存储过程或用户定义的函数中使用参数时,您可以 msdn2.microsoft.com 3. How to: Run Selected Text in Stored Procedures and User-Defined Functions 如何:在存储过程和用户定义的函数中运行选定的文本 msdn2.microsoft.com 4. How to: Open Stored Procedures and User-Defined Functions 如何:打开存储过程和用户定义的函数 msdn2.microsoft.com 5. How to: Use Breakpoints With Stored Procedures, User-Defined Functions, and Triggers 如何:对存储过程、用户定义的函数和触发器使用断点 msdn2.microsoft.com 6. Using user-defined functions in queries 在查询中使用用户定义的函数 msdn2.microsoft.com 7. How to: Save Stored Procedures and User-Defined Functions 如何:保存存储过程和用户定义的函数 msdn2.microsoft.com 8. How to: Use Parameters in Stored Procedures and User-Defined Functions 如何:在存储过程和用户定义的函数中使用参数 msdn2.microsoft.com 9. How to: Modify Stored Procedures and User-Defined Functions 如何:修改存储过程和用户定义的函数 msdn2.microsoft.com 10. How to: Create Stored Procedures and User-Defined Functions 如何:创建存储过程和用户定义的函数 msdn2.microsoft.com 1. How to: Delete Stored Procedures and User-Defined Functions 如何:删除存储过程和用户定义的函数 msdn2.microsoft.com 2. How to: Include User-Defined Functions in Queries 如何:在查询中包含用户定义的函数 msdn2.microsoft.com 3. Using Managed Stored Procedures and User Defined Functions with SQL Server 2005 使用SQLServer2005的托管存储过程和用户定义函数 msdn2.microsoft.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。