Listing 5. SQL for the delete operation.
清单5.delete操作的SQL代码。
Listing 13. SQL for the delete operation.
清单13.delete操作的SQL代码。
Listing 6. SPARQL for the delete operation.
清单6.delete操作的SPARQL代码。
Listing 14. SPARQL for the delete operation.
清单14.delete操作的SPARQL代码。
This parameter is ignored for the delete operation.
对于删除操作,将忽略此参数。
Listing 13 shows the SQL code for the delete operation.
清单13显示了delete操作的SQL代码。
Listing 5 provides the SQL code for a typical delete operation.
清单5提供了典型delete操作的SQL代码。
Any sequence of delete operations can be reduced to one delete operation.
任何删除操作序列可以减少到一个删除操作。
A delete operation failed because the entire delete could not be completed.
由于无法完成全部删除,删除操作失败。
The update or delete operation is then performed using these original values.
然后使用这些原始值执行更新或删除操作。
DELETE - the DELETE operation destroys a resource at the identified location (URI).
DELETE- DELETE操作销毁已标识位置(uri)的资源。
Similarly, a modification or a delete operation will be done only to the first matching account.
与之类似,将仅对第一个匹配的帐户执行修改或删除操作。
Drupal handles the Delete operation in a slightly different way compared to the other operations.
与其他操作相比,Drupal处理Delete操作的方式略有不同。
You can use the APP delete operation to delete a policy in the administrative work (see listing 6).
您可以使用APPDelete操作在管理工作中删除策略(见清单6)。
Since this is a table operation, tooling generates insert, update, and delete operations automatically.
由于这是一项表操作,因此工具将自动生成insert、update和delete操作。
Note that the delete operation fails if the record can't be deleted due to database-specific constraints.
DELETE employees WHEREemployeeid=@employeeid请注意,如果由于特定于数据库的约束而无法删除记录,删除操作将失败。
Drupal then creates a simple form that is rendered to a Web page asking the user to confirm this delete operation.
然后,drupal在web页面上创建一个简单的表单,请用户确认这次删除操作。
Now, compare the SQL-based PHP code in Listing 13 with the SPARQL-based PHP code in Listing 14 for the delete operation.
现在,比较清单13中基于SQL的PHP代码与清单14中基于SPARQL的PHP代码中的delete操作。
If any user invokes a delete operation, the script exits without comparing the user IDs, thus restricting the delete operation.
如果用户调用删除操作的话,脚本就会在不和用户IDs相比较的情况下存在,因此这就限制了删除操作。
This parameter might be a query, an edit or delete operation, an authentication request, or any one of the other supported actions.
该参数必须是一个查询、一个编辑或删除操作、一个认证请求、或者所支持的任何一个操作。
In the previous section, you learned that only the delete operation can be applied to a sequence of nodes, such as repeating elements.
在前一节中指出,在节点序列(比如重复元素)上只能应用删除操作。
Gets or sets a value indicating whether an exception that was raised during the delete operation was handled in the event handler.
取得或设定值,指出是否在事件处理常式中处理删除作业中引发的例外状况。
Any create, update, or delete operation of policy is thus maintained in the session unless they are applied by the Apply Changes action.
这样有关策略的创建、更新或者删除操作,将会继续保存在会话中,除非他们被应用到ApplyChanges行为。
In Listing 10, the second argument passed to the delete method specifies the constraint or filter to be used when performing the delete operation.
在清单10中,传递给delete函数的第二个参数指定了执行delete操作时使用的约束或过滤器。
A delete operation could remove a record from a parent table, leaving records in an associated child table that no longer have a matching record in the parent table.
一个删除操作可以从一个父表中删除一条记录,使得相关子表中的记录在父表中没有与之匹配的记录。
Figure 5 shows an example where the ON DELETE NO ACTION definition will allow a delete operation to be performed that the ON DELETE RESTRICT definition would prevent.
图5显示了一个示例,其中ONDELETENOACTION定义允许执行 ON DELETERESTRICT 定义可能阻止的一个删除操作。
This allows you to provide an event-handling method that performs a custom routine, such as checking the results of a delete operation, whenever this event occurs.
这可让您提供事件处理方法,用于每次发生这个事件时执行自订常式,例如检查删除作业的结果。
For example, if a gadget attempted to delete a file in the System32 directory, the delete operation would not succeed and no elevation prompt would be shown to the user.
举个例子,如果Gadget试图删掉System 32系统目录中的一个文件,虽然此操作会失败,但不会给予最终用户任何提示。
This enables you to provide an event-handling method that performs a custom routine, such as checking the results of the delete operation, whenever this event occurs.
这使您可以提供一个这样的事件处理方法,即每次发生此事件时就执行一个自定义例程(如检查删除操作的结果)。
As previously noted, when a DELETE operation is requested by an application, the DB2 optimizer will determine if it qualifies for a traditional or rollout DELETE operation.
如前所述,当应用程序需要一个DELETE操作时,DB 2优化器将决定该操作适用于传统DELETE操作还是rollout DELETE操作。
应用推荐