• 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

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

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

    youdao

  • A trusted context is an object that gives users a specific set of privileges and is available when the user connects to the database through a trusted connection.

    信任上下文对象它为用户提供特定特权用户通过一个受信任的连接连接数据库时,便可以使用它。

    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

  • When a database connection is established, DB2 compares the attributes of that connection against the definitions of each trusted context object in the database.

    建立一个数据库连接时,DB 2那个连接属性与数据库每个可信上下文对象定义比较

    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

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

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

    youdao

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

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

    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

  • Similarly the application design can be tuned for performance: Fewer object creations, ongoing database refinements, and using database connection pooling.

    同样地,应用程序设计性能更少对象创建实时的数据库优化以及使用数据库连接池。

    youdao

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

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

    youdao

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

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

    youdao

  • Here, in order to test the FDFDFD method in the object, we end up needing to setup a database connection, have records in the table, and then clean up all these resources after the fact.

    在这里为了测试对象fdfdfd方法我们最终需要建立一个数据库连接,给添加一些记录然后测试之后清除所有这些资源

    youdao

  • This error can occur if the Hibernate session and associated database connection is closed after the object was retrieved, but before the association was accessed.

    如果获取对象之后关闭Hibernate会话关联数据库连接,在访问关联之前没有恢复,那么就发生这种错误

    youdao

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

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

    youdao

  • Next, you need to get a JDBC connection -- this is done via the connect() method of the Database object.

    接下来需要获得一个JDBC连接 --通过Database 对象connect()方法来实现

    youdao

  • Next, obtain database metadata from the Connection object.

    接下来Connection对象获得数据库元数据

    youdao

  • In this sample application a PDO object instantiated within the PHP file instantiates the connection with the MySQL database through the MySQL connector.

    这个样例应用程序,在php文件实例化的一个pdo对象通过MySQL连接器实例化MySQL数据库连接

    youdao

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

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

    youdao

  • The onpload database can be found in Object Explorer, under the listing of databases available in the connection created to IDS.

    onpload数据库可以ObjectExplorer找到,位于为ids创建连接可用数据库清单

    youdao

  • Creating this mediator is simple; it merely requires that you pass in a previously defined metadata object and an active database connection (embodied by a ConnectionWrapper object).

    创建中介简单需要传入前面定义元数据对象活动数据库连接(ConnectionWrapper对象包含)。

    youdao

  • The following method, in a class called DatabaseExample, takes a database Connection object, reads the records from the database, and prints the values.

    下面方法一个被称为DatabaseExample中,使用数据库Connection对象数据库中读取记录打印出数值。

    youdao

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

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

    youdao

  • Instead, we connected to our DB2 II database using a DataSource object (a pooled database connection defined in WebSphere) and we were ready to go.

    相反我们可以使用DataSource对象(WebSphere定义一种使用连接机制的数据库连接)连接我们DB 2II数据库,这正是我们准备做的。

    youdao

  • For example, you make a database connection via a JDBC connection; and to send an SQL query to a database, you create a JDBC Statement object from the appropriate connection object.

    例如通过JDBCConnection建立数据库连接;并且为了向数据库发送SQL查询相应Connection对象创建个JDBCStatement对象。

    youdao

  • Its main research object is the transaction database, its essential target is to discover whether there is certain connection relation between items in transaction database.

    关联规则的主要研究对象交易数据库主要目标就是发现交易数据库交易项目之间是否存在某些关联关系

    youdao

  • The second method introduces how to establish dynamic database connection using ADO Object Model at program design time.

    第二方法介绍了利用ADO对象模型程序设计阶段实现与数据库动态连接

    youdao

  • At this point, the db object will be a connection to a MongoDB server for the specified database. With it, you can do further operations.

    db对象就是连接服务器指定数据库连接。使用他可以很多操作。 翳。

    youdao

  • The database object represents your connection to the database.

    数据库对象表示数据库连接

    youdao

  • Through the ADO object model and the ODBC connection, carry on the real-time data with operating system's on database server the interaction.

    通过ADO对象模型odbc接口操作系统数据库服务器进行实时数据交互。

    youdao

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

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

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