resultset

resultset

 英

  • 网络结果集;访问结果集接口;结果集对象

例句

As you may imagine, a common business need is to modify specific column values as you iterate through the rows in a ResultSet.

正如想象那样常见业务需求循环访问ResultSet行时修改特定

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模式容易理解

Is usually used to represent the resultset words obtained from one of the services implemented by JADT Driver.

通常用来表示JADT驱动程序实现服务获得单词结果

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

Underneath, you can visualize a JDBC ResultSet object being returned and its contents being passed into a for loop.

底层可以看到返回JDBCResultSet对象内容传递for循环

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组件相比字段数量不同

You can change this default value to generate a resultset instead, or to generate both.

可以更改默认生成结果代码同时生成代码

A ResultSet can be a complex object with a number of important methods.

ResultSet可以具有多个重要方法复杂对象

Verifies that the specified ResultSet in the ExecutionResult has at least one row.

验证ExecutionResult指定ResultSet是否至少包含

The ResultSet allows you to iterate over each QuerySolution returned by the query, providing access to each bound variable's value.

ResultSet支持查询返回每个QuerySolution进行提供每个绑定变量访问

As the next section demonstrates, a ResultSet has its own metadata, which you can access by using the ResultSetMetaData object.

如下一部分ResultSet自己元数据可以使用ResultSetMetaData对象访问这些数据

However, the entire resultset generated by the query is still returned from the server .

指示记录仍然服务器返回查询生成整个结果

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一个

Determines whether values within the ResultSet can be modified.

确定是否修改ResultSet

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

The JDBC application returned these as a ResultSet object from either the federated stored procedure or the remote native stored procedure.

JDBC应用程序ResultSet对象形式联邦存储过程远程本地存储过程返回结果

Using an updateable ResultSet, this process is relatively straightforward, as shown in Listing 3.

使用更新ResultSet这个过程相对简单清单3

The ResultSet interface provides a number of techniques for accessing the data returned from your query.

ResultSet接口提供大量技术用于访问查询返回数据

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命令

This will re-populate the resultset in the DataSet, so the contents of the DataGrid will automatically be updated.

重新填充DataSet结果因此DataGrid内容自动更新

Because the specification does not define the default holdability of a ResultSet, the behavior will be dependent on the implementation.

因为规范没有规定ResultSet缺省保持所以具体行为取决于执行情况

You can populate a CachedRowSet using either an existing ResultSet object or by specifying connection information and an SQL query.

可以通过使用现有ResultSet对象或者通过指定连接连接信息SQL查询填充CachedRowSet

All of these various methods return a Cursor object which is very similar to a java. sql. ResultSet.

所有这些方法返回一个Cursor对象java.sql.ResultSet非常相似

Use an updatable ResultSet to retrieve and UPDATE one row at a time.

使用更新ResultSet一次获取UPDATE一个

One other important point is that you can continue to work with an updateable ResultSet after inserting new rows.

另一个重要要点插入之后可以继续使用更新ResultSet

The generated typed ResultSet contains two constructors.

生成类型化ResultSet包含两个构造函数

Although you won't do so in this article, if you re-execute a JDBC query, any underlying ResultSet object is reused.

虽然本文不会这样但是如果重新执行JDBC查询重用所有底层ResultSet对象

PreparedStatement, ResultSet, and ResultSetSchema manage database requests and their results using SQL.

PreparedStatementResultSetResultSetSchema使用SQL管理数据库请求及其结果

Determines the sensitivity of the ResultSet.

确定ResultSet敏感度

This returns a resultset object, and you need the first value returned by this process to get the new unique ID.

返回一个resultset对象需要这个过程返回第一个获得唯一ID

Verifies that the specified ResultSet in the specified ExecutionResult is empty.

验证指定ExecutionResult指定ResultSet是否

The key concept is the introduction of a new, special row in the ResultSet, called the insert row.

主要思想一个特殊引入ResultSet称为insertrow

The appropriate resultset is calculated and then returned.

然后计算合适结果返回

Used when data binding a ResultSet to a control.

一个ResultSet数据绑定一个控件使用

If the statement is a query, this action returns a ResultSet object.

如果语句一个查询操作返回ResultSet对象

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。

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。

It also assumes that a java. sql. ResultSet object called resultSet has a structure that matches the first table.

假设resultSetjava.sql.ResultSet对象拥有第一个一致结构

To limit resultset being returned.

限制返回结果