updateable
美
英 
- 網(wǎng)絡(luò)可更新;可更新的;可更新型
例句
This allows you to keep all of the benefits of not having an updateable variable while still having repetitive, stateful behavior.
這就使得您可以獲得避免使用可更新變量的所有益處,同時能夠進行重復(fù)的、有狀態(tài)的行為。
The JDBC standard provides support for inserting data into an updateable ResultSet by following this exact recipe, as shown in Listing 5.
JDBC標準嚴格按照清單5所示的方法將數(shù)據(jù)插入到可更新的ResultSet中。
Using an updateable ResultSet, this process is relatively straightforward, as shown in Listing 3.
使用可更新的ResultSet,這個過程是相對簡單的,如清單3所示。
The merge statement can also be executed on an updateable secondary node in a MACH-11 cluster environment.
merge語句還可在MACH-11集群環(huán)境中的可更新備用節(jié)點上執(zhí)行。
The next step is to create the updateable ResultSet, which is the equivalent of using the GET CURSOR command within the ij tool.
下一步是創(chuàng)建可更新的ResultSet,方法為在ij工具內(nèi)使用GETCURSOR命令。
Second, an updateable cursor must be forward only and must include the for update clause in the select statement.
其次,可更新型游標必須為僅向前型,select語句中必須包含forupdate子句。
This option is unavailable when the original SQL statement does not provide enough information or the query is not an updateable query.
當(dāng)原始SQL語句未提供足夠的信息或查詢不是可更新的查詢時,此選項不可用。
One other important point is that you can continue to work with an updateable ResultSet after inserting new rows.
另一個重要的要點是在插入新行之后可以繼續(xù)使用可更新的ResultSet。
Inserts can be done into views, if the query specification defining the view is updateable and has only one table in the FROM clause.
如果定義視圖的查詢說明是可更新的而且FROM子句中只有一個表,則可以插入到視圖中。
The first issue concerns updateable snapshots on tables with timestamp columns.
第一個問題關(guān)系到具有時間戳列的表上的可更新快照。
You can choose whether the cursor is read-only or updateable using the options.
選項來選擇光標是只讀的還是可更新的。
You create the updateable cursor and the prepared statement.
您可以創(chuàng)建可更新型游標和準備好的語句。
The updRcd parameter contains the values (both changed and unchanged) for the updateable columns in the table.
updRcd參數(shù)包含表中的可更新列的值(已更改的值和未更改的值)。
True, the precompiled application will be updateable.
則預(yù)編譯的應(yīng)用程序將是可更新的。
First of all, you must make absolutely certain that autocommit is off before creating an updateable cursor.
首先,您必須絕對確保在創(chuàng)建可更新游標之前關(guān)閉了自動提交。
An inherently non-updateable view consists of a query expression or query specification containing any of the following
固有的不可更新視圖由查詢表達式或包含以下任何內(nèi)容的查詢說明組成
Operation Must Use an Updateable Query
(操作必須使用可更新的查詢)錯誤
Result Sets That Are Not Updateable
不可更新的結(jié)果集
The Query Is Not Updateable
查詢不可更新
Methods will fail because the columns are updateable, but the
方法都將失敗,因為這些列是可更新的,但是