• Updating catalog statistics, which emphasizes the importance of collecting and maintaining up-to-date database statistics, the lack of which is often the source of many of the performance problems.

    更新目录统计信息,部分强调收集维护最新数据库统计信息重要性缺少这项工作常常导致许多性能问题源头所在。

    youdao

  • To connect to the database, the server-side code needs to do some basic creating, updating, deleting, and - most importantly - reading of records.

    连接数据库服务器代码需要执行一些基本创建更新删除重要的读取记录等操作。

    youdao

  • It helps updating the database in little increments.

    小的增量更新数据库是有利的。

    youdao

  • This DDL can then be executed directly against a server updating the database specification, or stored as a file for distrubution across the enterprise.

    然后可以直接服务器上执行这种DDL,以更新数据库规范或者将DDL存储一个文件以便企业内发布。

    youdao

  • You pass the new values of name, date, and the deleted flag to the update service for updating the record in the database.

    名称日期删除标记传递更新服务更新数据库中的记录

    youdao

  • The application was using an SQL database for querying and updating profiles.

    应用程序使用SQL数据库查询更新配置文件。

    youdao

  • They encapsulate and abstract all of the data access code for creating, updating, deleting, and displaying information from your database, using JPA entities.

    它们使用JPA实体装入抽象出所有数据库用于创建更新删除以及显示信息数据访问代码

    youdao

  • Enable the plug-ins by updating database manager parameters.

    通过更新数据库管理器参数启用插件

    youdao

  • The querying functions are capable of coping with the standard database transactions for creating, reading, updating, and deleting data (known as CRUD operations).

    查询函数能够处理标准化数据库事务以便创建、读取更新删除数据(通称CRUD操作)。

    youdao

  • Updating XML on the fly does not store the XML request or response in a database, although one or both can be stored.

    动态更新XML不会将XML请求响应存储数据库中虽然它们是可以存储的。

    youdao

  • This article has explored some common database functions such as updating a database, displaying query results, joining two tables together, and filtering the results using various filter conditions.

    本文已经开发了一些普通数据库功能例如更新一个数据库、显示查询结果连接两个数据表以及使用不同过滤条件筛选结果等。

    youdao

  • For example, an update of an employee object that requires updating several database tables that make up the object could be done in a single trip to the database rather than multiple trips.

    例如,要更新雇员对象就需要更新组成对象的若干数据库个(非多个)数据库往返行程中完成

    youdao

  • Traditional relational database management systems sometimes use locking to manage concurrency, preventing clients from accessing data while another client is updating that data.

    传统关系数据库管理系统有时使用管理并发性从而防止其他客户机访问某个客户机正在更新数据。

    youdao

  • Such scenarios may involve more than simply updating a record in a database.

    此类场景可能不仅简单更新数据库中的记录

    youdao

  • If the message was removed from the queue and then the system failed without updating the database, this system is inconsistent.

    如果消息已经队列删除,而系统没有更新此消息相关的数据库中的记录,那么这种系统是不一致的。

    youdao

  • In such scenarios, using IBM NAS server discovery by TDS feature, you are only required to do minimal changes, such as updating the new IBM NAS server's hostname in the LDAP database.

    这样场景中如果通过TDS特性发现IBMNAS服务器,那么需要进行最少的更改比如LDAP数据库中新的IBM NAS服务器主机名进行更新

    youdao

  • In fact, updating that object will have no effect on the values that will ultimately be sent to the database.

    实际上更新对象不会最终发送数据库产生影响

    youdao

  • The function of AIO is to perform disk I/O when SQL statement accessing or updating database data.

    AIO功能SQL语句访问更新数据库数据执行磁盘I/O

    youdao

  • Updating the database schema, such as altering tables or adding tables

    更新数据库架构比如更改添加表。

    youdao

  • Step 6: Enable the plug-ins by updating database manager parameters.

    步骤6通过更新数据库管理器参数启用插件

    youdao

  • This article first presents the XML to SQL wizard, a visual tool that can be used for interactively updating database tables.

    本文首先介绍XMLto SQL向导,它是一个可视化工具可以用于交互式地更新数据库表。

    youdao

  • The Manager Bean then handles the logic for retrieving and updating entities by calling the appropriate JPA APIs to interface with the backend database (Figure 3).

    然后Manager Bean处理逻辑通过访问合适JPAAPI备份数据库相接(3),来检索以及更新实体

    youdao

  • The actions on the Address database that you need to support include creating, deleting, listing, retrieving, and updating records.

    Address数据库支持操作包括:创建删除列表检索以及更新记录

    youdao

  • After updating the Library database, we create document types that correspond to each of the four subforms.

    升级Library数据库之后,要创建对应4种派生形式文档类型

    youdao

  • The CustomerService bean is a utility class that implements methods to access the database for adding, updating, removing, and retrieving customer information.

    CustomerServicebean是个工具它实现了访问数据库增加更新删除查询用户信息的方法

    youdao

  • An action performs some function such as starting a batch job, transferring a file, updating a database or calling into a J2EE application.

    动作(action)执行一些功能开始任务传输文件更新数据库或者调用J2EE应用。

    youdao

  • If an error occurs while creating, updating, or deleting an entity bean, the previous state of the database can be restored, and the user can be notified that there was a problem.

    如果创建更新或者删除实体bean时发生错误,那么可以还原到数据库前一状态并且通知用户存在问题

    youdao

  • Updating a customer quote is a business service, updating a record in a database isn't.

    更新客户报价业务服务,而更新一条数据库中的记录不是

    youdao

  • As you can imagine, a corresponding change in the database would involve keeping the ejb-jar.xml the same, while updating the schema.dbxmi.

    可以想象得到数据库相应更改保持ejb - jar . xml不变同时适当地更新schema . dbxmi文件。

    youdao

  • The query changes the state of the database by updating both STOCK and ORDER_LINE.

    查询通过更新STOCKORDER_LINE,而更改数据库状态

    youdao

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

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

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