If the status is saved by the called procedure, the save/restore code is generated once per procedure;
如果状态信息由被调用者保存,那保存和恢复代码每函数一套;
In a general application, a called procedure runs in the same address space and results are returned to the calling procedure.
在一般的应用程序中,被调用的过程在相同的地址空间中运行,并把结果返回给发出调用的过程。
Indicates that the pointer parameter is returned from the called procedure to the calling procedure (from the server to the client).
指示指标参数从被呼叫的程序传回到呼叫程序(从伺服器到用户端)。
In a CFG the node representing a procedure call may be linked to the CFG of the called procedure, thereby creating interprocedural CFG.
在一个CFG中表示过程调用的结点可能链接到它所调用的过程的CFG,由此产生过程间CFG。
Then the calling procedure can store the arguments adjacent to (or part of) the new stack frame, where the called procedure can find them.
调用方可以把参数存到这个堆栈帧的边上,这样被调用方可以很容易的找到它,而不像上面那样需要额外的开销。
Specifies that an argument is passed in such a way that the called procedure or property cannot change the value of a variable underlying the argument in the calling code.
指定按如下方式传递参数:被调用的过程或属性不能更改调用它的代码中参数下面的变量的值。
Through computing the lvalue of an expression in the points-to graph, we get all the modified memory locations. Thus we can get all the expressions that may be modified in the called procedure.
该算法通过计算表达式在指向图中的左值,得到所有可能被修改的内存位置,从而计算出所有可能在被调用过程中被修改的表达式。
They are not called "stored procedure nicknames," however, since a nickname is considered an object that has the qualities of a table, not those of a procedure.
它们似乎应该被称为“存储过程昵称”;但是,因为昵称被看作具有表性质的对象,而不是过程,所以不这么称呼。
The procedure should be called after new statistics have been collected for tables used in procedures within the schema.
在为模式中过程使用的表收集新的统计数据之后,应该调用这个过程。
The researchers then used a complex statistical procedure called "factor analysis" to analyze subjects' dietary habits.
随后,研究人员利用一种叫做“因素分析”的复杂统计程序分析受试的饮食习惯。
These elements differ in that the SQL code for a stored procedure is defined and stored in the database itself, then called from the application.
不同之处在于,用于存储过程的SQL代码定义并存储在数据库本身中,然后从应用程序中进行调用。
Called ON null INPUT — Specifies that the procedure is to be called even if any or all argument values are null, which means that the procedure must be coded to test for null argument values.
CALLEDONnullINPUT——指定将调用的过程,即使任何参数值或所有参数都为null,这意味着必须对过程进行编码,来测试那些null参数值。
The procedure runs in a WLM environment called PARTSA and USES package collection PROC_COL when executed.
这个存储过程运行在一个称为PARTSA的WLM环境中,并在执行时使用包集合proc_col。
A similar stored procedure, called DSNAIMS, for IMS is provided as well.
其中还提供了用于IMS的一个类似的存储过程,即dsnaims。
This procedure sums up the collected trace and lists how often a given stored procedure was called and how much time passed for all calls.
该过程总结收集到的跟踪,并列出调用给定存储过程的频率,以及所有调用总共花费的时间。
The federated procedure is called in a trigger or a user-defined function.
在触发器或用户定义函数中调用联邦过程。
You only need to be aware that the APIs are called implicitly with the authorization of the user who called the stored procedure; usually that's also the user who connected to the database.
您只需知道,这些API是用调用该存储过程的用户的授权隐式地调用的,通常该用户也是连接到数据库的用户。
The magic trick here that makes it work is a chunk of data called a Procedure Linkage table (PLT), a table in the program that lists every function that a program calls.
实现此奇妙功能的是一个称为过程链接表(Procedure LinkageTable) (plt)的数据块,它是程序中的一个表,列出了程序所调用的每一个函数。
DB2 provides a system-defined stored procedure called SYSINSTALLOBJECTS that can create or drop the OPT_PROFILE table.
DB 2提供了一个由系统定义的存储过程,称为SYSINSTALLOBJECTS,它可以创建或删除OPT _ profile表。
When this procedure is called from within Oracle, the callers usually pass the result set on to the client.
当从Oracle中调用这个过程时,调用者常常将结果集传递给客户机。
The procedure shown here is called high_rollers, and it will be stored and executed within the DB2 Express-C.
这里显示的过程称为 high_rollers,它将在DB2Express-C中存储并执行。
Let's create a multi-step scenario to see how a DB2 stored procedure is called from a Perl program.
下面让我们来创建一个多个步骤的场景,从而详细了解一下如何从Perl程序中调用DB2的存储过程。
This creates a new submission called submission, which is the procedure to submit the form data to the Web service.
该操作将创建一个名为SUBMISSION的新提交,这是一个将表格数据提交到Web服务的过程。
The region also contains a public procedure named _shutdown, which gets called automatically by the loader as the application closes the document.
该区域还包含名为_ Shutdown的公共过程,该过程在应用程序关闭文档时自动被加载程序调用。
For example, when the automaint_set_policyfile procedure is called with an invalid policy type value, it gives the following error.
例如,若使用无效的策略类型值调用automaint_set _ policyfile过程,会给出下列错误。
Let's also use a stored procedure called Bonus_Increase with the following parameters (these objects are available as part of the sample database).
让我们再将名为Bonus_Increase的存储过程与以下参数(这些对象可以在样例数据库中获得)结合使用。
These stored procedure can easily be called from within a script and thus be automated to occur at predefined times. To install a schema that has never been installed before, follow these steps.
这些存储过程能够轻易地从脚本中调用,因此可以按照预先确定的时间自动执行。
Before the Rnd function can be called, a call to the Randomize procedure must be made to initialize the random number generator.
调用Rnd前,必须先调用Randomize过程以初始化随机数字生成器。
Before the Rnd function can be called, a call to the Randomize procedure must be made to initialize the random number generator.
调用Rnd前,必须先调用Randomize过程以初始化随机数字生成器。
应用推荐