resultset信息详情

resultset发音

意思翻译

结果集;记录集

相似词语短语

presupposed meaning───预设意义

shadowing resume───跟踪简历

resume cover letter───简历求职信

senate election results 2020───2020年参议院选举结果

result in───导致,结果是;导致;造成

coag results───coag结果

presume sb to be───认为某人是

resumed in───恢复于

consequence vs result───结果与结果

presumptions in world mapping───世界地图中的假设

双语使用场景

Use an updatable ResultSet to retrieve and UPDATE one row at a time.───使用可更新的 ResultSet 一次仅获取和 UPDATE 一个行。

Again, this is very similar to a ResultSet.───再一次强调,这和ResultSet十分相似。

processing in functional flavor (select3.jy)───处理(select3.jy)

Is usually used to represent the resultset words obtained from one of the services implemented by JADT Driver.───通常被用来表示JADT驱动程序实现的某项服务获得的单词结果集。

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模式是很容易理解的。

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

英语使用场景

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

We introduce how to connect database through JDBC, execute standard SQL statement transaction processing and resultset processing.