Listing 15. SQL for the update operation.
清单15.update操作的SQL代码。
Listing 16. SPARQL for the update operation.
清单16.update操作的sparql。
Listing 15 shows the SQL code for the update operation.
清单15显示了update操作的SQL代码。
When you've found the desired row within your cursor, you can issue the appropriate UPDATE operation.
当您在游标内找到了所需行后,您可以执行相应的UPDATE操作。
Object column, a check box indicates whether that object would be included in an update operation.
“对象”列中的每个表或视图,都有一个指示该对象是否包括在更新操作中的复选框。
At this point, you execute an SQL UPDATE operation to modify the current row and move to the second row.
此时,执行SQLUPDATE操作来修改当前行并移到第二行。
If the row has changed, the UPDATE operation will fail and the application logic must handle the failure.
如果行发生了修改,UPDATE操作将失败,应用程序逻辑必须处理这一失败。
Now compare the SQL-based code in Listing 7 with the SPARQL-based code in Listing 8 for the update operation.
现在比较清单7中基于SQL的代码与清单8中基于SPARQL的代码中的update操作。
Figure 5 details the process of handling an RPG UPDATE operation along with code snippets of the major functions.
图5详细展示了处理一个RPGUPDATE操作的过程和主要函数的代码段。
Now compare the SQL-based PHP code in Listing 15 with the SPARQL-based PHP code in Listing 16 for the update operation.
现在比较清单15中基于SQL的PHP代码与清单16中基于SPARQL的PHP代码中的update操作。
It is necessary to add a JMX event listener to the AppManagement MBean to understand the completion of update operation.
有必要向AppManagementMBean添加一个JMX事件,以了解更新操作是否完成。
The update operation can be manually invoked at any time and I strongly suggest doing so before any new penetration test.
更新操作可随时手动援引做之前,我强烈建议任何新的渗透测试。
To demonstrate that the UPDATE operation was not committed to the database, the query is re-executed, showing the original results.
为了演示update操作并未被提交到数据库,将重新执行查询,显示最初的结果。
The handler program is going to compare the before record image with the values passed into the handler from the RPG update operation.
Handlder程序将比较记录前映像和从RPG更新操作传递到 Handlder 程序中的值。
An update operation could change a record in a child table such that it no longer has a matching record in the associated parent table.
一个更新操作可改变子表中的一条记录,这样相关父表中不再有一条匹配的记录。
This is called "snapshot semantics", meaning each update operation is logically applied to a separate snapshot of the original document.
这称为 “快照语义”,这意味着每个更新操作从逻辑上说应用于原文档的单独快照。
For example, for an update operation, you need to get JNDI context, look up EJB home, find the EJB entity bean and then update the bean.
例如,对于一个更新操作,需要获得jndi上下文,查找EJBhome,发现EJB实体bean并更新这个bean。
Since the file EMPADDRESS is being handled by program UPDHANDLER, then the UPDATE operation is processed as described earlier in Figure 5.
由于文件EMPADDRESS 正在被程序UPDHANDLER 处理,因此UPDATE操作按照此前图 5中描述的方法处理。
During module update operation, bindings from the existing (deployed) module are merged with the bindings in the updated module by default.
在模块更新操作期间,缺省情况下,会将现有(已部署)模块的绑定与更新模块中的绑定合并。
Weak/eventual consistency happens when not all data replicas participate in the update operation and/or contacted as part of read operation.
只有部分数据副本参与更新操作,且/或作为读操作的一部分与其它副本进行联系时,就会出现弱/最终一致性。
In the first stage, update-generated site needs to prepare file-attribute data and destination-site sets before shipping the update operation.
第一个阶段是将更新操作信息传播到目的节点,这一阶段需要确定更新操作的属性数据和目的节点集。
A similar refactoring of a Web method also needs to be applied in cases where an update operation is supported over HTTP GET, as shown in Listing 4.
当支持通过HTTP GET执行更新操作时,也需要应用类似的Web方法重构,如清单4所示。
The correct answer here is A. An exception will be thrown, indicating that you are trying to perform an update operation on a read-only connection.
会抛出一个异常,表示您正在试图对一个只读连接执行更新。
If an update operation is made at the same time on two databases on separate networks, they cannot both accurately retrieve the next unique identifier.
如果同时对不同网络上的两个数据库执行更新操作,这两个数据库不会同时准确地获取下一个惟一标识符。
The update operation implementation must make a qualified update to the database record such as, "update record.".. where the the revision counter equals...
更新操作实现必须对数据库记录进行限定的更新操作,如“如果修订计数器等于…则更新记录…”。
Similarly, if a file in the partial application exists in the deployed application EAR, then it is updated in the deployed EAR as a result of update operation.
类似地,如果部分应用程序中的某个文件存在于已部署的应用程序EAR 中,则更新操作会在已部署的 EAR 中更新此文件。
If a file in the partial application does not exist in the deployed application EAR, then it is added to the deployed EAR file as a result of update operation.
如果部分应用程序中的文件不存在于已部署的应用程序EAR中,则更新操作会将其添加到已部署的EAR文件。
From a data-persistence standpoint, the fastest way to perform a database update operation is to use local transactions combined with database stored procedures.
从数据持久化的角度看,进行数据库更新操作的最快速的方式是将本地事务与数据库存储过程一起使用。
An update operation could change a record in a parent table, leaving records in an associated child table that no longer have a matching record in the parent table.
一个更新操作可改变父表中的一条记录,使得相关子表中的记录在父表中没有与之匹配的记录。
This tells the compensation coordinator that a database update operation has successfully completed and needs to be added to the list of possible compensation activities.
这会告诉补偿协调器数据库更新操作已经成功完成并且需要被添加到可能的补偿活动清单。
应用推荐