如果单词位于master列表中,则需要用新统计更新行。
If a word is in the master list, we need to update the row with a new count.
以数据库为例,可能会使用触发器在更新行之后立即更新更改跟踪表。
In the case of a database, for example, a trigger may be used to update a change tracking table immediately after a row is updated.
有关将数据写入数据存储区的更多信息,请参见更新行集。
For more information about writing data to the data store, see Updating Rowsets.
通过使用上面的字段和方法,可以创建新行、更新行和删除行。
By using the fields and the methods above, you can create new rows, update them, and delete them.
然后通过调用setline将新的行写回到编辑器的缓存中,并且更新行跟踪以准备下一次遍历。
That new line is then written back to the editor buffer by calling setline , and the line tracking is updated for the next iteration.
可以通过更新行,为idssecuirtylabel类型的列指定新的安全标签,从而修改行安全标签。
Row security labels can be modified by updating the row and specifying new security label for the IDSSECUIRTYLABEL type column.
INSERT_UPDATE将新的输入数据添加到表中,或者用具有匹配主键值的输入数据更新现有的行。
INSERT_UPDATE adds new input data to the table, or updates existing rows with input data that has matching primary key values.
其次是处理需要更新的已存在的行。
实际的更新发生在第3行。
它还要更新特定行中的某一列。
若要更新某个行,只需编辑相应字段。
不过,您可以使用乐观锁定技术循环访问一组行并单独更新每个数据行。
However, you can iterate through a set of rows and update each row individually while using optimistic locking techniques.
在目标表行上保持更新锁定。
只有进行过更新的行具有惟一的时间戳。
Only rows that have been updated will have a unique timestamp.
更新3在where子句中使用第二个参数标志来选择要更新的行。
Update 3 also USES a second parameter marker in the WHERE clause to select the row that is updated.
这是指每秒钟传输的行更新的数目。
This is the number of row updates per second that are being transported.
第85至93行显示用于更新雇员数据的表单。
Lines 85 to 93 show the form that you can use to update the employee data.
列表3.更新新的行指针,并返回测试数据。
接下来,参赛者需要向每个表添加合适的索引,以便Informix无需扫描整个表即可找到它需要更新的行。
Next, contestants needed to add appropriate indexes to each table, so that Informix would not scan the whole table to find the row it needed to update.
那个操作成功后,该脚本调用updateauthorstable函数,使用这个新行更新显示。
When that operation is successful, it then calls the updateAuthorsTable function to update the display with the new row.
更新后的行随后通过updateRow()方法写回到电子表格。
The updated row is then written back to the spreadsheet through the updateRow() method.
Manager 1选择一行并尝试更新它。
还可以使用DataAPI更新和删除行。
通过在某些方面严格限定这些更新,以确保只有那些处于最初读取状态的数据行才更新。
The update is in some way overqualified to ensure that only rows that are in the same state as those originally read are changed.
清单6演示了更新工作表中的行的过程。
Listing 6 illustrates the process of updating rows in a worksheet.
如果有多个数据行需要更新,则某些可能会更新成功,某些则会更新失败。
If there is a set of rows to be updated, some may be successful and some may fail.
各播放器进程将更新表中的行以指示其当前状态。
Each player process updates the row to indicate its current status.
通过使用这种方法,在对行执行选择、更新或删除操作期间,不会持有行锁。
With this approach, no locks are held between selecting and updating, or deleting a row.
要查看已更新的行,必须关闭该游标并发出一个查询来显示新结果。
To view the updated row, you must close the cursor and issue a query to display the new results.
要查看已更新的行,必须关闭该游标并发出一个查询来显示新结果。
To view the updated row, you must close the cursor and issue a query to display the new results.
应用推荐