• 可以使用非模设计程序创建删除数据库对象例如视图存储过程函数

    You can create and delete database objects such as tables, view, stored procedures, and functions using non-modal designers.

    youdao

  • 开始激活区分大小写查询程序过程,首先要复审用户数据库模式,确定所有的多行文本

    To begin the process of enabling case-insensitive queries, review the schema of the user database and identify all of the multiline text fields.

    youdao

  • 存储过程程序可以访问DB2数据传统的非db2资源比如QSAMVSAM数据集、消息队列CICS程序IMS事务数据库

    The stored procedure program can access DB2 data as well as traditional non-DB2 resources such as QSAM and VSAM data sets, message queues, CICS programs, IMS transactions and databases.

    youdao

  • 在该DB 2数据库项目构建过程,该项目程序将添加必须部署目标DB 2服务器程序列表中。

    The project assemblies are also added to the list of assemblies that must be deployed to the target DB2 server as part of the DB2 database project build process.

    youdao

  • 载入JDBC驱动程序标准过程需要:驱动程序连接目标数据库JDBCURL

    The standard processing for loading a JDBC driver requires two items: the driver's class name and the JDBC URL of the database that's targeted for connection.

    youdao

  • 我们简单任务入手:从数据库选择一行数据放入一个Perl程序中;接着逐步介绍一些高级主题包括处理对象调用存储过程

    You'll go from the simple task of selecting a row from a database into a Perl program to more advance topics, including dealing with large objects and invoking stored procedures.

    youdao

  • 如果已经有一个存在数据库需要使用存储过程提供功能需要安装db 2V8.2.2之后使用db2updv8实用程序更新数据库

    If you have an existing database and you want to use the function provided by this stored procedure, you need to update your databases after you install db2 V8.2.2 using the db2updv8 utility.

    youdao

  • 展示了您如何数据载入wekaAPI(并且建议您花时间围绕数据库编写一个漂亮包装程序以便这个过于复杂过程简单一些)。

    I showed you how you can load data into the WEKA API (and recommended you spend some time to write a nice wrapper around your database, to make this overly complex process easier).

    youdao

  • 考虑应用程序数据库性能特性时机那些应用程序数据库初期设计阶段,也就是开发过程开始阶段。

    The time to consider the performance characteristics of applications and databases is during the initial design of those applications and databases, at the beginning of the development process.

    youdao

  • 应用程序开发人员可能并不总是所有默认数据库对象例如视图过程函数兴趣,而是其中一部分感兴趣。

    Application developers may not always be interested in all the default database objects, such as tables, views, procedures, and functions, but rather just a few of them.

    youdao

  • 通常认为SQL查询调优程序开发人员主要责任但是数据库管理员积极参与过程

    Tuning SQL query is often thought of as a major responsibility of programmers and developers, but database administrators should also be actively involved in this process.

    youdao

  • 数据库读取XML文档传递应用程序过程中,可以查询使用转换表达式修改XML文档。

    A transform expression can be used in a query to modify an XML document as it is read from the database and passed to the application.

    youdao

  • 应用程序开发人员可能不会始终所有默认数据库对象例如视图过程函数等兴趣,只会其中项感兴趣。

    Application developers may not always be interested in all the default database objects, such as tables, views, procedures, and functions, but simply a few of them.

    youdao

  • 客户机应用程序调用存储过程然后存储过程执行数据库访问但不会网络返回不必要的数据

    A client application calls the stored procedure, which then performs the database accessing without returning unnecessary data across the network.

    youdao

  • 数据库应用程序使用存储过程许多好处包括减少网络使用提高性能以及降低开发成本

    There are numerous advantages to using stored procedures for your database applications. Some of the benefits include reduced network usage, improved performance, and reduced development cost.

    youdao

  • 脱机备份要求所有应用程序断开数据库的连接,联机备份允许备份的过程继续执行事务

    Offline backup requires that all applications disconnect from the database, whereas online backup allows transactions to carry on while backup is in progress.

    youdao

  • 使用存储过程,仅需客户机应用程序数据库服务器发送参数存储过程本身名称即可。

    The use of this stored procedure required only the parameter value and the name of the stored procedure itself to be sent from the client application to the database server.

    youdao

  • 移动设备管理文件订阅相关操作,以便方便地将移动应用程序发布设备,并且可以执行存储DB 2数据库中的存储过程

    The mobile device also manages operations related to file subscriptions for easy distribution of mobile applications to the device and can execute stored procedures stored on a DB2 database.

    youdao

  • 部署数据库之后应用程序模块可以使用配置过程指定名称引用

    Once the database pool has been deployed, application modules can refer to it using the name specified during configuration.

    youdao

  • 数据库性能成为开发过程中的焦点时,数据库设计使得DB 2应用程序提供最佳性能了更可能性

    When database performance is an important focus in the development process, your database design will result in a greater probability of delivering optimum performance for your DB2 applications.

    youdao

  • 打开关闭连接过程开销较大,会影响到应用程序数据库性能使用连接就可以消除大部分这样的开销。

    Opening and closing connections is an expensive process affecting application or database performance and the use of connection pooling helps eliminate most of that overhead.

    youdao

  • 客户应用程序通过调用存储过程需要访问数据库一次就可以执行一系列本地操作不用多次访问数据库服务器

    A client application can call on the stored procedure to perform a series of native operations in one trip to the database, rather than involving multiple trips to the database server.

    youdao

  • 创建访问DB2数据应用程序时,可以通过合并注册数据库服务器存储过程UDF改进应用程序性能

    When you create an application that accesses DB2 data, you can improve your application's performance by incorporating stored procedures and UDFs that are registered with the database server.

    youdao

  • 不同之处在于,用于存储过程SQL代码定义存储数据库本身中,然后应用程序中进行调用

    These elements differ in that the SQL code for a stored procedure is defined and stored in the database itself, then called from the application.

    youdao

  • 此外数据库,在应用程序开发过程不断地更改模式

    In addition, on the database side, schemas are continuously changed as part of the application development process.

    youdao

  • 存储过程对于服务器上封装应用程序逻辑和数据库访问价值。

    Stored procedures are valuable for encapsulating application logic and database access on the server.

    youdao

  • 如今很多应用程序数据库设计存储过程

    Many applications nowadays design their database layer as stored procedures.

    youdao

  • 如果JDBC程序使用已经准备好的语句参数标志,并且如果数据库语句缓存中找到了它们的话,查询过程将处理地更快

    If your JDBC program USES prepared statements and parameter markers, queries are processed faster if they are found in the database statement cache.

    youdao

  • 现在看看DB 2数据库对象(比如模式索引存储过程)实现以及这些对象应用程序接口

    Now turn your attention to the implementation of the DB2 database objects (such as, schema, tables, indexes, and stored procedures) and the application interface to these objects.

    youdao

  • 考虑周详数据库设计可以提供巨大性能收益但是必须应用程序开发过程早期便开始着手

    Thoughtful database design can offer significant performance benefits, but it must begin early in the application development process.

    youdao

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

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

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