stored procedure

存储过程:存储在数据库中的命名程序或例程。
常用释义
存储过程:存储在数据库中的命名程序或例程。

扩展信息

存储过程
存储过程stored PRocedure)答应将运行于数据库层中的持久性逻辑与运行于中间层中的商务逻辑有效地分离开来。这种分 …
预存程序
预存程序回传变数 (Sp Param):执行过的预存程序 (stored procedure) 回传参数值。 系统变数SysHash:SysHash 的键 (key) …
预储程序
要能提供预储程序(Stored Procedure)供使用者呼叫.当使用者对资料库伺服器中的资料库进行查询处理时,必须从前端应用程式 …
存储进程
你在 MySQL 中也不会找到存储进程stored procedure)以及触发器(trigger)。(针对这些功能,在 Access 提供了相对的 …
何谓预存程序
14-1 何谓预存程序Stored Procedure)14-2 预存程序的优点与缺点14-3 预存程序的种类14-4 建立与维护预存程序14-5 建立 …
调用存储过程
...例如:Insert、Update或Delete)或调用存储过程(Stored Procedure)并提交给SQL Server进行事务(Transaction)处理,同时Po…
存储过程查询
Hibernate 3引入了对存储过程查询(stored procedure)和函数(function)的支持.以下的说明中,这二者一般都适用。 存储过程/函 …
开发存储过程
4.1 开发存储过程(Stored Procedure)4.1.1存储过程概述 4.1.2 创建存储过程 4.2 管理触发器(Trig get) 4.2.1 触发器概述 4.2.2 触 …

例句

1·You also have to invoke the stored procedure once.

您还必须调用一次存储过程。

2·Complete the stored procedure.

完成存储过程。

3·Define a new stored procedure.

定义一个新的存储过程。

4·Create an SQL stored procedure.

创建一个SQL存储过程。

5·Now you can call the stored procedure.

现在就可以调用存储过程了。

6·Convert the UDF to a stored procedure.

把udf转换为存储过程。

7·SQL1042 when calling a stored procedure.

调用存储过程时的SQL 1042。

8·Now the stored procedure runs successfully.

现在,存储过程成功运行了。

9·Each stored procedure requires two parameters.

每个存储过程都需要两个参数。

10·An editor with the stored procedure body opens.

一个带存储过程主体的编辑器就会打开。