• As we will show, for a database, the operations include create, update, and delete.

    下面我们介绍数据库操作包括创建更新删除

    youdao

  • 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.

    选项使能够将已完成流程实例暂时保留数据库中,然后以后系统太慢时候删除它们从而改进了性能

    youdao

  • 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.

    不能数据库中添加文档数据库中删除文档、修改已有的文档或者其他操作,功能中的一个很大漏洞。

    youdao

  • The simple answer is to delete the table from the database and, if necessary, create a replacement table.

    简单答案是从数据库删除而且如果必要再创建一个替代表

    youdao

  • DDL commands are used to create, modify, or delete items (such as tables) in a database.

    DDL命令用来创建修改删除数据库中的项目(例如)。

    youdao

  • 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.

    其它流程编排器数据库相比,审核日志条目没有流程结束或者删除请求自动删除。

    youdao

  • From a performance standpoint, levels 3 and 5 are least desirable because they delete the common forms database content.

    性能观点来看级别3级别5不想要的级别因为它们删除公共表单数据库内容

    youdao

  • 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.

    数据库发生创建更新删除事件时,我们使用适配器入站接口调用业务流程

    youdao

  • 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更改信息(示例中为数据库创建、更改删除)转发模块中的导出

    youdao

  • DML commands are used to add, modify, delete, or select data from a table in the database.

    DML命令用来数据库中添加修改删除选择数据

    youdao

  • For example, it can be used to add or delete entries from a database.

    例如可用数据库添加删除条目

    youdao

  • 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.

    增量备份能够为以只读为主偶尔执行INSERTUPDATEDELETE活动的数据库提供很好的保护

    youdao

  • The only exceptions are when a user does not have delete rights or when the database is marked as corrupted; then, the .

    唯一例外用户没有删除权限数据库标记损坏 ;

    youdao

  • All the required features for editing simple records from a database (add, delete, edit, update, and list) are present.

    数据库中编辑简单记录必需所有特性(添加删除编辑更新列表)存在

    youdao

  • A database created from the discussion template allows multiple users to create, delete, and modify topics, responses to topics, and responses to responses.

    通过discussion模板创建数据库允许多个用户创建删除修改主题响应主题以及对响应作出响应。

    youdao

  • There is a relationship here, as the database semaphore is needed to successfully execute the add, delete, and update requests from the Replicator.

    这里可能联系因为为了成功地执行 Replicator 发出的添加删除更新请求需要持有数据库信号量。

    youdao

  • To delete a user from the encrypted passwords database, type.

    加密密码数据库删除一个用户,可以键入下面的命令。

    youdao

  • 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

    youdao

  • 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显示一个特定数据库行的细节功能(添加更新删除操作可以通过这些细节执行)。

    youdao

  • 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尽可能减少损失

    youdao

  • In theory, you can perform select, insert, update, or delete statements against a table that is not yet redistributed in the database partition group.

    理论上讲,可以数据库分区尚未重分发表上执行selectinsertupdatedelete语句

    youdao

  • Inside of a session it is typical to add data to the database, perform queries, or delete data.

    会话内部通常添加数据数据库中执行查询删除数据。

    youdao

  • Similarly In the database recovery scenario, a user or application might accidentally delete a table.

    同样数据库恢复场景中用户应用程序可能会意外地删除某个表格。

    youdao

  • 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程序中可以用作数据库,可以创建读取编辑删除数据使用循环排序以及高级查询

    youdao

  • Drop (delete) a Cloudscape database by removing the directory and all its contents, including subdirectories.

    通过删除目录及其所有内容包括目录,可以删除Cloudscape数据库

    youdao

  • The realization of a database table browsing, add record, delete, and modify, the conditions to achieve a variety of inquiries, a member function lock.

    实现数据库浏览记录添加删除修改实现多种条件查询,实现了会员锁定功能等。

    youdao

  • This interface-to-factory class generates a DbCommand to delete a domain object from the database.

    这个工厂接口产生一个用来删除对象DbCommand

    youdao

  • Use the restore task assistant to restore the database and roll forward to a point in time before the delete statements were run.

    使用恢复任务助手恢复数据库前滚运行delete语句之前时间

    youdao

  • 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的操作。

    youdao

  • 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,...)?

    更好创建所需的任何操作数据库中的存储过程(例如创建读取表,更新删除只有一个,……)?

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定