• 首先设置一个本地数据库数据库连接对象

    First, you set up a database connection object to a local database.

    youdao

  • 创建前面创建的元数据数据库连接对象相关联Mediator实例

    Create a Mediator instance associated with the metadata and database connection objects previously created.

    youdao

  • 这里我们可以模拟数据库连接对象查询方法这样我们只需要返回结果而不需要真正查询数据库

    In this case, we would mock the query method of the database connection object so that we could just return back the results instead of calling out to the database for them.

    youdao

  • 现在可以直接传入对象,它预期数据库连接对象兼容,然后直接使用这个对象,而非创建一个对象

    Now you can pass in an object directly that is compatible with the expected database connection object, and it will use that object instead of creating a new one.

    youdao

  • MySQL数据库连接对象作为参数如果数据库关闭操作成功,它就返回true,否则返回false

    It takes the MySQL database connection object as a parameter and returns true if the database close operation was successful and false if it failed.

    youdao

  • 只有连接上下文对象的时候,你才可以修改对象它们保存数据库

    You can change objects and save them back to the database, but only if you are connected to a context object.

    youdao

  • 数据库连接那样应该非常一旦上下文对象超出范围数据对象实质上进入只读状态。

    Once the context object goes out of scope, which like a database connection should be very quickly, the data objects essentially become read-only.

    youdao

  • 数据连接允许浏览数据库对象及其属性

    The data connection lets you browse the database objects and its properties.

    youdao

  • 可以使用适配器使用JDBC连接任何数据库交换业务对象

    You use this adapter to exchange business objects with any database that you can connect to using JDBC.

    youdao

  • 它们应用程序用于全局对象一种常见模式数据库连接配置设置

    They are a common pattern used for global objects in an application, such as database connections and configuration Settings.

    youdao

  • 数据源对象工厂用于生成应用程序实际数据源(通常数据库)连接

    A data source refers to the object or factory that generates connections to the actual source of data (usually a database) within an application.

    youdao

  • 介绍了如何使用JDBC驱动连接语句结果对象包装工具化jdbc,由此工具化数据库调用

    He describes how to use class wrapping of the JDBC driver, connection, statement, and result set objects to instrument JDBC, and hence, database calls.

    youdao

  • 这些映射只是数据库中的正确位置请求对象字段连接起来。

    These maps simply join the correct place in the database to the field of the object that you require.

    youdao

  • 展开连接节点根据指定文件夹过滤器显示数据库对象各个节点(视图函数过程)。

    Expand the connection node to display the various nodes for the database objects (tables, views, functions, procedures) depending on the folder filters that were specified.

    youdao

  • 信任上下文一个数据库对象定义连接属性

    A trusted context is a database object defining the set of properties for a connection.

    youdao

  • 数据库资源一样,通过使用可以合用连接对象访问消息队列

    As in the case of a database resource, message queues are accessed using connection objects that can be pooled.

    youdao

  • 最后验证联合数据库服务器可信上下文对象中的信任属性连接请求出现信任属性相匹配

    Finally, verify that the trust attributes in the trusted context object on the federated database server actually match the trust attributes that are being presented in your connection request.

    youdao

  • 以下代码示例显示了EJB应用如何利用合用连接对象访问数据库资源(基于JDBC 2.0)。

    The following code example shows how an EJB application might access a database resource by using pooled connection objects (based on JDBC 2.0).

    youdao

  • 连接DB 2检查连接是否数据库可信上下文对象匹配

    At connect time, the DB2 server checks to see if the connection matches the definition of a trusted context object in the database.

    youdao

  • 注意是如何CachedRowsetImpl对象指定数据库连接信息的。

    Note how I specified my database connection information for the CachedRowsetImpl object.

    youdao

  • 一种处理数据库连接方法就是使用数据源(datasource)对象

    An alternative way of handling database connections is to use data source objects.

    youdao

  • 构造函数将按照前面描述创建一个DBManager对象建立数据库连接然后获得productdao类的实例

    The constructor creates a DBManager object to establish a database connection, as discussed earlier, and then acquires an instance of the ProductDAO class.

    youdao

  • 由于连接有许多优点,所以Web应用程序偏爱使用数据源对象方法来处理数据库连接

    Because of the advantages of connection pooling, using data source objects is the preferred method of handling database connections in Web applications.

    youdao

  • link则被设为现有数据库连接对象一个引用

    You can set link as a reference to an existing database connection link or object.

    youdao

  • 稍后谈到如何连接窗体组件数据库中的对象时,介绍如何引用句柄rhroot

    I'll cover the use of the reference handle rhRoot later when I talk about how to connect components on the form to objects in the database.

    youdao

  • 配置特性提供了一种机制这种机制下,不用重新编译应用程序即可配置系统对象名称(例如数据库连接MQSeries队列名称)。

    Configurable properties provide a mechanism for system object names (such as database connections, or the name of an MQSeries queue) to be configured without recompiling a flow application.

    youdao

  • MicrosoftServerExplorer集成用以执行数据库活动(例如管理连接浏览数据库对象)。

    Integration into Microsoft Server Explorer to perform database activity (such as manage connections and explore database objects).

    youdao

  • 一旦应用程序连接联合数据库访问联合数据库中的所有已授权对象

    Once an application is connected to the federated database, it can access all authorized objects in the federated system.

    youdao

  • 会话存储数据对象由于我们数据库断开连接因此需要联系人数据对象存储会话中,以便将用于下一页

    Store the data object in the session: Because we are disconnected from the database, we need to store the contact data object in the session to make it available to the next page.

    youdao

  • 如果成功地连接数据库这个函数会返回一个连接对象后续数据库读写操作需要使用这个对象

    Upon successfully connecting to the database, this function returns a connection object, which is required in the subsequent database read and write operations.

    youdao

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

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

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