As we will show, for a database, the operations include create, update, and delete.
下面我们将介绍,对数据库的操作包括创建、更新和删除。
This option improves performance by enabling you to temporarily leave completed process instances in the database, and then delete them at a later time when the system is less busy.
此选项使您能够将已完成的流程实例暂时保留在数据库中,然后在以后系统不太慢的时候再删除它们,从而改进了性能。
It can't add documents to the database, delete documents from the database, modify existing documents, or do anything else, which is a pretty gaping hole in its capabilities.
它不能向数据库中添加文档、从数据库中删除文档、修改已有的文档或者其他操作,这是其功能中的一个很大漏洞。
The simple answer is to delete the table from the database and, if necessary, create a replacement table.
简单的答案是从数据库中删除表。而且,如果必要,再创建一个替代表。
DDL commands are used to create, modify, or delete items (such as tables) in a database.
DDL命令用来创建、修改或删除数据库中的项目(例如表)。
In contrast to other process choreographer database tables, the audit log entries are not deleted automatically when a process completes or on a delete request.
与其它流程编排器数据库表相比,该审核日志条目并没有在流程结束或者有删除请求时被自动删除。
From a performance standpoint, levels 3 and 5 are least desirable because they delete the common forms database content.
从性能的观点来看,级别3和级别5是最不想要的级别,因为它们删除了公共表单数据库的内容。
We'll be using the "inbound interface" of this adapter to kick-off business processes when a create, update, or delete occurs in a database table.
当数据库表中发生创建、更新或删除事件时,我们将使用该适配器的“入站接口”来调用业务流程。
The JDBC resource adapter forwards changed information in the EIS, in this case a create, update, or delete in a database, to an export in your module.
JDBC资源适配器将EIS中更改的信息(本示例中为数据库的创建、更改或删除)转发到模块中的导出。
DML commands are used to add, modify, delete, or select data from a table in the database.
DML命令用来在数据库表中添加、修改、删除或选择数据。
For example, it can be used to add or delete entries from a database.
例如,它可用来从数据库添加或删除条目。
Incremental backup is a good way to protect a database that is largely read-only but has some occasional INSERT, UPDATE, or DELETE activity performed against it.
增量备份能够为以只读为主、偶尔执行INSERT、UPDATE或DELETE活动的数据库提供很好的保护。
The only exceptions are when a user does not have delete rights or when the database is marked as corrupted; then, the .
唯一例外是当用户没有删除权限或数据库被标记为损坏 ;
All the required features for editing simple records from a database (add, delete, edit, update, and list) are present.
从数据库中编辑简单记录必需的所有特性(添加、删除、编辑、更新和列表)都存在。
A database created from the discussion template allows multiple users to create, delete, and modify topics, responses to topics, and responses to responses.
通过discussion模板创建的数据库允许多个用户创建、删除和修改主题,响应主题以及对响应作出响应。
There is a relationship here, as the database semaphore is needed to successfully execute the add, delete, and update requests from the Replicator.
这里可能有联系,因为为了成功地执行 Replicator 发出的添加、删除和更新请求,需要持有数据库信号量。
To delete a user from the encrypted passwords database, type.
要从加密密码的数据库中删除一个用户,可以键入下面的命令。
To remove an object from the database, we have to explicitly tell NHibernate to do so. The demo app's PersistenceManager contains a Delete method that performs this task.
从数据库中删除对象,我们需要明确的告诉NHibernate。
A detail JSP and corresponding Pagehandler functions for displaying the details of a specific database row (add, update, and delete operations can also be performed through the detail pages).
一个详细的JSP和相应的Page handler显示一个特定数据库行的细节的功能(添加、更新和删除操作也可以通过这些细节页执行)。
If the data is issuing a delete command on a database row, make sure that you add limit 1 to the end of your statement to minimize damage.
如果数据是对数据库行发出delete命令,请确保在语句最后添加limit1,以尽可能减少损失。
In theory, you can perform select, insert, update, or delete statements against a table that is not yet redistributed in the database partition group.
理论上讲,可以在数据库分区组中尚未重分发的表上执行select、insert、update或delete语句。
Inside of a session it is typical to add data to the database, perform queries, or delete data.
在会话内部,这通常是添加数据到数据库中、执行查询或删除数据。
Similarly In the database recovery scenario, a user or application might accidentally delete a table.
同样,在数据库恢复场景中,用户或应用程序可能会意外地删除某个表格。
It works as a database layer within AJAX 'ed Web applications. You can create, read, edit and delete data, use loops, sort them and use advanced queries.
在使用了AJAX的程序中,可以用作数据库层,可以创建,读取,编辑,删除数据,使用循环,排序以及高级查询。
Drop (delete) a Cloudscape database by removing the directory and all its contents, including subdirectories.
通过删除该目录及其所有内容,包括子目录,可以删除Cloudscape数据库。
The realization of a database table browsing, add record, delete, and modify, the conditions to achieve a variety of inquiries, a member function lock.
实现了数据库表的浏览,记录的添加、删除和修改,实现了多种条件查询,实现了会员锁定功能等。
This interface-to-factory class generates a DbCommand to delete a domain object from the database.
这个工厂接口类产生一个用来删除域对象的DbCommand。
Use the restore task assistant to restore the database and roll forward to a point in time before the delete statements were run.
使用恢复任务助手恢复数据库,并前滚到运行delete语句之前的时间点。
Database-driven objectization (DDO): Select a table and to generate the objects for data access and manipulation, otherwise referred to as CRUD (create, replace, update, delete).
Database-drivenobjectization (DDO):JLINQ最常用的用法就是选择一个表,为数据访问与操作生成对应的对象,或是对其进行CRUD的操作。
Is it better to create stored procedures for any required operations on a table in the database (e. g. create and read on this table, update and delete only on another one,...)?
这是更好地创建所需的任何操作在一个数据库中的表的存储过程(例如创建和读取此表,更新和删除只有一个,……)?
应用推荐