青年中文青年中文

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.