网站首页  词典首页

请输入您要查询的英文单词:

 

单词 resultset
释义

resultset

  • 网络结果集;访问结果集接口;结果集对象
1.
结果集
结果集(ResultSet)类似(RowSet接口继承了ResultSet接口)但是使用结果集时与数据库的连接不能断开,而行集是可以在关闭 …
blog.csdn.net
2.
访问结果集接口
《21世纪高等学校计算机规... ... 8.3.6 执行存储过程接口 CallableStatement 8.3.7 访问结果集接口 ResultSet 4.2.3 获取 Cookie ...
book.jd.com
3.
结果集对象
应该是你的结果集对象ResultSet)是没有任何结果的也就是说stmt.excuteQuery(sql);方法返回了一个空的结果集,那么你对 …
www.cjsdn.net
4.
结果集合类
10.2.4 结果集合类ResultSet) ? ResultSet包含符合SQL语句中条件的所有行记录,并且它通过一套get方 法(这些get方法可 …
www.docin.com
5.
查询结果集类
Java程序设计完全自学... ... 20.3.2 数据库连接类 Connection 412 20.3.5 查询结果集类 ResultSet 414 22.7.2 编写 FormBean 4…
baike.baidu.com
6.
关闭结果集
java连接数据库的例子 -... ... * 关闭连接* Connection * 关闭结果集* ResultSet * 返回连接* throws DBAccessException ...
wenwen.soso.com

例句

释义:
1.
As you may imagine, a common business need is to modify specific column values as you iterate through the rows in a ResultSet.
正如您想象的那样,常见的业务需求是在循环访问ResultSet中的行时修改特定的列值。
www.ibm.com
2.
For those familiar with JDBC concepts and the java. sql. ResultSet interface, the SDO dynamic API mode will be easy to understand.
对于熟悉JDBC概念和java.sql.ResultSet接口的读者来说,SDO的动态API模式是很容易理解的。
www.ibm.com
3.
Is usually used to represent the resultset words obtained from one of the services implemented by JADT Driver.
通常被用来表示JADT驱动程序实现的某项服务获得的单词结果集。
www-128.ibm.com
4.
The next few sections demonstrate how you can use the JDBC API to selectively update, delete, or insert new data into a ResultSet.
接下来的几个部分将演示如何使用JDBCAPI有选择性地更新、删除数据或把新数据插入ResultSet中。
www.ibm.com
5.
Underneath, you can visualize a JDBC ResultSet object being returned and its contents being passed into a for loop.
在底层,您可以看到返回了JDBCResultSet对象,它的内容被传递进for循环。
www.ibm.com
6.
In an EJB finder, the return value is a ResultSet, but it has a different number of fields than in the current CMP EJB component.
在EJB查找程序中,返回值是ResultSet,但是与当前的CMPEJB组件相比,字段的数量不同。
www.ibm.com
7.
msdn2.microsoft.com
8.
You can change this default value to generate a resultset instead, or to generate both.
您可以更改此默认值,以生成结果集代码,或同时生成这两种代码。
msdn2.microsoft.com
9.
A ResultSet can be a complex object with a number of important methods.
ResultSet可以是具有多个重要方法的复杂对象。
www.ibm.com
10.
Verifies that the specified ResultSet in the ExecutionResult has at least one row.
验证ExecutionResult中指定的ResultSet是否至少包含一个行。
msdn2.microsoft.com
1.
The ResultSet allows you to iterate over each QuerySolution returned by the query, providing access to each bound variable's value.
ResultSet支持在查询返回的每个QuerySolution上进行迭代,这提供了对每个绑定变量值的访问。
www.ibm.com
2.
As the next section demonstrates, a ResultSet has its own metadata, which you can access by using the ResultSetMetaData object.
如下一部分所示,ResultSet有自己的元数据,您可以使用ResultSetMetaData对象访问这些元数据。
www.ibm.com
3.
However, the entire resultset generated by the query is still returned from the server .
指示的记录数。但仍然从服务器返回该查询所生成的整个结果集。
www.bing.com
4.
You can specify an item with the ResultSet by its index value (as an int) or by its name (as a string).
可通过项的索引值(以int的形式)或其名称(以string的形式)指定带有ResultSet的一个项。
msdn2.microsoft.com
5.
Determines whether values within the ResultSet can be modified.
确定是否可修改ResultSet中的值。
msdn2.microsoft.com
6.
The JDBC standard provides support for inserting data into an updateable ResultSet by following this exact recipe, as shown in Listing 5.
JDBC标准严格按照清单5所示的方法将数据插入到可更新的ResultSet中。
www.ibm.com
7.
The JDBC application returned these as a ResultSet object from either the federated stored procedure or the remote native stored procedure.
JDBC应用程序以ResultSet对象的形式从联邦存储过程或远程本地存储过程返回结果集。
www.ibm.com
8.
Using an updateable ResultSet, this process is relatively straightforward, as shown in Listing 3.
使用可更新的ResultSet,这个过程是相对简单的,如清单3所示。
www.ibm.com
9.
The ResultSet interface provides a number of techniques for accessing the data returned from your query.
ResultSet接口提供了大量技术,可用于访问查询返回的数据。
www.ibm.com
10.
The next step is to create the updateable ResultSet, which is the equivalent of using the GET CURSOR command within the ij tool.
下一步是创建可更新的ResultSet,方法为在ij工具内使用GETCURSOR命令。
www.ibm.com
1.
This will re-populate the resultset in the DataSet, so the contents of the DataGrid will automatically be updated.
这将重新填充DataSet中的结果集,因此DataGrid的内容将自动更新。
www.ibm.com
2.
Because the specification does not define the default holdability of a ResultSet, the behavior will be dependent on the implementation.
因为规范没有规定ResultSet的缺省的可保持性,所以具体行为还将取决于执行情况。
www.ibm.com
3.
You can populate a CachedRowSet using either an existing ResultSet object or by specifying connection information and an SQL query.
您可以通过使用现有的ResultSet对象,或者通过指定连接连接信息和SQL查询,来填充CachedRowSet。
www.ibm.com
4.
All of these various methods return a Cursor object which is very similar to a java. sql. ResultSet.
所有这些方法都返回一个Cursor对象,和java.sql.ResultSet非常相似。
www.ibm.com
5.
Use an updatable ResultSet to retrieve and UPDATE one row at a time.
使用可更新的ResultSet一次仅获取和UPDATE一个行。
www.ibm.com
6.
One other important point is that you can continue to work with an updateable ResultSet after inserting new rows.
另一个重要的要点是在插入新行之后可以继续使用可更新的ResultSet。
www.ibm.com
7.
The generated typed ResultSet contains two constructors.
生成的类型化ResultSet包含两个构造函数。
msdn2.microsoft.com
8.
Although you won't do so in this article, if you re-execute a JDBC query, any underlying ResultSet object is reused.
虽然在本文中您不会这样做,但是如果要重新执行JDBC查询,则将重用所有底层ResultSet对象。
www.ibm.com
9.
PreparedStatement, ResultSet, and ResultSetSchema manage database requests and their results using SQL.
PreparedStatement、ResultSet和ResultSetSchema使用SQL管理数据库请求及其结果。
www.ianywhere.com
10.
Determines the sensitivity of the ResultSet.
确定ResultSet的敏感度。
msdn2.microsoft.com
1.
This returns a resultset object, and you need the first value returned by this process to get the new unique ID.
这将返回一个resultset对象,您需要这个过程所返回的第一个值,以获得新的唯一的ID。
www.ibm.com
2.
Verifies that the specified ResultSet in the specified ExecutionResult is empty.
验证在指定的ExecutionResult中指定的ResultSet是否为空的。
msdn2.microsoft.com
3.
The key concept is the introduction of a new, special row in the ResultSet, called the insert row.
主要思想是把一个特殊的新行引入到ResultSet中,称为insertrow。
www.ibm.com
4.
The appropriate resultset is calculated and then returned.
然后就会计算合适的结果集,并将其返回。
blog.163.com
5.
Used when data binding a ResultSet to a control.
在将一个ResultSet数据绑定到一个控件时使用。
msdn2.microsoft.com
6.
If the statement is a query, this action returns a ResultSet object.
如果语句是一个查询,则此操作会返回ResultSet对象。
www.ianywhere.com
7.
Use SQLServerResultSet. TYPE_SS_SCROLL_DYNAMIC instead of ResultSet. TYPE_SCROLL_SENSITIVE while creating a statement.
创建语句时,使用SQLServerResultSet.TYPE_SS_SCROLL_DYNAMIC,而不使用ResultSet.TYPE_SCROLL_SENSITIVE。
msdn2.microsoft.com
8.
Retrieve a list of all your queues, which returns a resultset object that is essentially a Python list, as shown in Listing 6.
获取所有队列的列表,这返回一个结果集对象,它实际上是一个Python列表,见清单6。
www.ibm.com
9.
It also assumes that a java. sql. ResultSet object called resultSet has a structure that matches the first table.
假设名为resultSet的java.sql.ResultSet对象拥有与第一个表相一致的结构。
www.ibm.com
10.
To limit resultset being returned.
来限制返回的结果集。
www-128.ibm.com
1.
In our case, the business logic is maintained directly in the SIAPI Query and ResultSet objects.
本例中,业务逻辑是直接在SIAPIQuery和ResultSet对象中维护的。
www-128.ibm.com
2.
The first column of the first row in the resultset.
结果集中第一行的第一列。
msdn2.microsoft.com
3.
An inner class has been implemented for query (lines 31-44) to map returned the ResultSet object to the User object.
为查询实现了一个内部类(31-44行)以将ResultSet对象映射到User对象。
www.ibm.com
4.
Move the ResultSet cursor to insert a row.
可以移动ResultSet游标来插入一个行。
www.ibm.com
5.
JDK 6. 0 also provides updater methods in the ResultSet interface to update SQLXML values.
JDK6.0Beta还在ResultSet接口中提供了一些updater方法来更新SQLXML值。
www.ibm.com
6.
Object used by the typed ResultSet in order to access the database data.
连接属性是类型化ResultSet用来访问数据库数据的活动。
msdn2.microsoft.com
7.
Represents the base class for all test conditions that operate on one ResultSet.
表示对一个ResultSet操作的所有测试条件的基类。
msdn2.microsoft.com
8.
This is necessary, because any previous warnings on a ResultSet are cleared each time a new row is accessed.
这是必要的,因为每次访问一个新行都会清除以前所有关于ResultSet的警告。
www.ibm.com
9.
A ResultSet that is sensitive is aware of changes; an insensitive ResultSet is unaware of changes.
敏感的ResultSet会注意到更改;不敏感的ResultSet注意不到更改。
msdn2.microsoft.com
10.
The SQL statement was then used to create a resultset, which was used to write the appropriate data to DB2.
然后使用该SQL语句来创建结果集,该结果集用于将适当的数据写到DB2。
www.ibm.com
1.
After performing our offline JOIN, we can see the data in our JoinRowSet object using getter methods like we do with ResultSet objects.
在执行离线JOIN之后,我们可以像使用ResultSet对象一样,通过getter方法查看JoinRowSet对象中的数据。
www.ibm.com
2.
The sensitivity of the ResultSet indicates whether the ResultSet is aware of changes to the data source.
ResultSet的敏感度指示ResultSet是否注意到数据源的更改。
msdn2.microsoft.com
3.
Loop over the rows of the result set The next method of the ResultSet object performs two actions
遍历结果集的行ResultSet对象的next方法可执行两种操作
www.ianywhere.com
4.
For example, suppose you have a result set that has 15 columns and 100 rows, and the column names are not included in the result set.
例如,假设你有一个100行15列的ResultSet,字段名不包含在其中。
dingchaoqun12.blog.163.com
5.
Generated typed ResultSet objects provide type-safe access to the database table much like typed
生成的类型化ResultSet对象提供对数据库表的类型安全访问,这与类型化
msdn2.microsoft.com
6.
Typed ResultSet datasource objects are generated instead of the usual typed
时,会生成类型化ResultSet数据源对象,而不是通常的类型化
msdn2.microsoft.com
7.
However, to limit the resultset being returned, MySQL uses the keyword,
但是为了限制返回的结果集,MySQL使用了关键字,
www-128.ibm.com
8.
ResultSet processing in functional flavor (select3. jy)
函数风格的结果集处理(select3.jy)
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/22 22:40:48