STORED PROCEDURE - 翻译成中文

[stɔːd prə'siːdʒər]
[stɔːd prə'siːdʒər]

在 英语 中使用 Stored procedure 的示例及其翻译为 中文

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Stored Procedure: The program is a PL/SQL or Java stored procedure, or an external C subprogram.
STOREDPROCEDURE:编译好的PL/SQL存储过程,或者Java存储过程,以及外部的c子程序;.
In the SQL Server stored procedure is divided into two types: stored procedures and user-defined system provides storage process.
在sqlserver的系列版本中存储过程分为两类:系统提供的存储过程和用户自定义存储过程。
(3)Can reference other stored procedure from the stored procedure itself, which can simplify a series of complex sentences.
(3)可以从自己的存储过程内引用其它存储过程,这可以简化一系列复杂语句。
The stored procedure required to complete this operation could not be found on the server.
在服务器上找不到完成此操作所需的存储的过程
ERROR_PROCEDURE: returns the name of the stored procedure or trigger for which the error occurred.
ERROR_PROCEDURE()-返回错误所在的存储过程或触发器的名称。
Use F LINQ queries to specify exactly the data that you want in the F language, without writing a database query or a stored procedure.
使用FLINQ查询可明确指定希望F语言中的数据,而无需编写数据库查询或存储的程序
For example, to invoke a stored procedure p or function f that is associated with the test database, you can say CALL test. p() or test. f().
比如,要引用一个与test数据库关联的存储程序p或函数f,你可以说CALLtest.p()或test.f()。
You can create a SQL stored procedure that calls a C/C++ function in a library(a Dynamic Link Library(DLL) or shared object) as follows.
可以创建一个调用库(动态链接库(DynamicLinkLibrary,简称DLL)或共享对象)中的C/C++函数SQL存储过程,如下所示:.
MaxDB supports stored procedures.
MaxDB支持存储程序
Banks, for example, use stored procedures and functions for all common operations.
比如,银行对所有普通操作使用存储程序
This will allow you to write stored procedures in languages other than SQL.
这将允许你用SQL之外的语言编写存储程序
They create a database named ASPState and several stored procedures.
它们创建名为ASPState的数据库和几个存储的过程
Although these stored procedures and functions are specific to SQL Server, they insulate users from the structure of the underlying system catalog tables.
虽然这些存储过程和函数为SQLServer所特有,但它们使用户与基础系统目录表的结构隔离开了。
When writing stored procedures, triggers, and user-defined functions, programmers now will have to decide whether to use traditional T-SQL or a.
当编写存储过程、触发器、用户自定义函数时,你现在要决定是使用传统的Transact-SQL还是.
Stored procedures can provide improved performance because less information needs to be sent between the server and the client.
存储程序可以提供改良后的性能,因为只有较少的信息需要在服务器和客户算之间传送。
Stored procedures accept input parameters so that a single procedure can be used over the network by multiple clients using different input data.
存储过程中接受输入参数,以便多个客户端可以使用单个输入数据通过网络使用单个过程。
Stored procedures can access or modify data in a database, but it is not tied to a specific database or object.
存储过程可以访问或修改数据库中的数据,但它不依赖于特定的数据库或对象。
Hibernate3 allows you to specify handwritten SQL, including stored procedures, for all create, update, delete, and load operations.
Hibernate3.x允许使用手写SQL语句,包括存储过程,所有的创建,更新,删除和load操作。
Finally, stored procedures can execute multiple SQL statements, call functions, and even iterate over results sets, performing complex operations akin to programming code.
最后,存储过程可以运行多个SQL语句、调用函数,甚至迭代结果集、执行类似于编程代码的复杂操作。
Stored procedures accept input parameters so that a single procedure can be used over the network by several clients using different input data.
存储过程中接受输入参数,以便多个客户端可以使用单个输入数据通过网络使用单个过程。
结果: 59, 时间: 0.0328

单词翻译

顶级字典查询

英语 - 中文