Try to make a direct connection between the object and the English word.
试着在物体和英语单词之间建立直接的联系。
The object of these experiments was to find the connection, if any, between the two phenomena.
这些实验的目的就是探索这两种现象之间的联系,如果存在着任何联系的话。
First, you set up a database connection object to a local database.
首先,您设置一个到本地数据库的数据库连接对象。
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.
在这里,我们可以模拟数据库连接对象的查询方法,这样我们就只需要返回结果,而不需要真正地去查询数据库。
It takes the connection object and a valid SQL query string as parameters.
它的参数是连接对象和一个有效的SQL查询字符串。
The data source object then returns a connection to the client.
然后,数据源对象将给客户机返回一个连接。
Upon successfully connecting to the database, this function returns a connection object, which is required in the subsequent database read and write operations.
如果成功地连接到数据库,这个函数会返回一个连接对象,后续的数据库读写操作需要使用这个对象。
If the connection attributes match the definition of a trusted context object, that connection is referred to as a trusted connection.
如果连接属性与一个可信上下文对象的定义相匹配,则那个连接被称作可信连接。
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.
现在您可以直接传入一个对象,它与预期数据库连接对象相兼容,然后直接使用这个对象,而非创建一个新对象。
That variable is designed to hold an instance of a connection pool object.
该变量被设计用来保存连接池对象的一个实例。
Data objects should also be closed once the data access part of your application is complete, so that the connection object associated with it is released too.
一旦应用程序的数据访问部分已经完成,还应该关闭数据对象,以便释放与之关联的连接对象。
Create an SQLXML object from the connection.
从连接创建一个SQLXML对象。
The result of the previous step is a new connection object.
上一步的结果是一个新的连接对象。
Connection pooling improves performance as a data source object creates a connection as soon as it is instantiate.
连接池可提高性能,因为一将数据源对象实例化,它就会创建一个连接。
The data source object then returns the connection to the available pool.
然后,数据源对象将该连接返回给可用池。
You can think of a connection handle as a wrapper object of a physical connection.
您可以将连接句柄设想为物理连接的一个包装对象。
At run time, a factory object can generate a connection, locate the CICS server, and invoke the CICS program at the server.
在运行时,工厂对象可以生成连接、定位CICS服务器和激活服务器上的CICS程序。
The API is straightforward: You call a singleton method and get back a connection object.
API很直观:您调用单个方法,并返回一个连接对象。
First, the program retrieves a queue connection factory by looking up the context object with a queue connection factory name.
首先,这个程序通过查找上下文对象获得一个指定名称的队列连接工厂。
It takes the connection object as a parameter and returns the return code for the function that was executed.
它的参数是连接对象,它返回已经执行的函数的返回码。
I start off by taking the connection URL and creating a connection object.
我从接受连接url并创建连接对象开始。
In this case, you must invoke the commit method on the Connection object if all is well; otherwise, invoke the rollback method if an exception occurs.
在本例中,如果一切正常,您必须调用Connection对象上的commit方法;否则,如果出现异常,则调用rollback方法。
Let's start with the Connection object we pass into the method.
让我们以被传递到方法之中的Connection对象为出发点。
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对象,从数据库中读取记录并打印出数值。
Next, obtain database metadata from the Connection object.
接下来,从Connection对象获得数据库元数据。
JDBC transactions are controlled using the Connection object.
JDBC事务是用Connection对象控制的。
JmsdemoJNDIbindings.scp - administered object definitions with a connection factory set to use bindings mode.
scp——将定义为连接工厂的受管理对象设置为使用绑定模式。
Saying "Chocolate" or "Strawberry" will direct the call flow to the default, else-path connection object, ComingUp.
而说出“Chocolate”或“Strawberry”会将调用流定向到缺省的、其他路径的连接对象——comingup上。
JmsdemoJNDIclient.scp - administered object definitions with a connection factory set to use client mode.
scp——将定义为连接工厂的受管理对象设置为使用客户机模式。
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。
应用推荐