このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Service ResultSet
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: sdbc ::

service ResultSet
Description
供給するs 接近 to a (米)棚上げする/(英)提議する of data. A ResultSet 反対する is usually 生成するd by 遂行する/発効させるing a 声明.

A ResultSet 持続するs a cursor pointing to its 現在の 列/漕ぐ/騒動 of data. 最初 the cursor is positioned before the first 列/漕ぐ/騒動. The 'next' method moves the cursor to the next 列/漕ぐ/騒動.

The getXXX methods retrieve column values for the 現在の 列/漕ぐ/騒動. You can retrieve values using either the 索引 number of the column. Columns are numbered from 1.

For 最大限 portability, ResultSet columns within each 列/漕ぐ/騒動 should be read in left-to-権利 order and each column should be read only once.

For the getXXX methods, the SDBC driver 試みる/企てるs to 変える the underlying data to the 明示するd type and returns a suitable value.

Column 指名するs used as input to the findColumn method are 事例/患者 insensitive. When several columns have the same 指名する, then the value of the first matching column will be returned. The column 指名する 選択 is designed to be used when column 指名するs are used in the SQL query. For columns that are NOT explicitly 指名するd in the query, it is best to use column numbers. If column 指名するs are used, there is no way for the programmer to 保証(人) that they 現実に 言及する to the ーするつもりであるd columns.

A ResultSet is automatically の近くにd (性質の/したい気がして) by the 声明 that 生成するd it when that 声明 is の近くにd, re-遂行する/発効させるd, or used to retrieve the next result from a sequence of 多重の results.

The number, types, and 所有物/資産/財産s of a ResultSet's columns are 供給するd by the ResultSetMetaData 反対する returned by the getMetaData method.

Developers Guide
Database - Result 始める,決めるs

輸出(する)d Interfaces - 要約
::com::sun::星/主役にする::lang::XComponent

optional for 実施; 支配(する)/統制するs the 解放(する)ing of 資源s and the notification of 登録(する)d listeners. (詳細(に述べる)s)

XCloseable

解放する/自由なing all 資源s of a result 始める,決める. (詳細(に述べる)s)

::com::sun::星/主役にする::beans::XPropertySet
(言及/関連d (独立の)存在's 要約:)
供給するs (警察などへの)密告,告訴(状) about and 接近 to the 所有物/資産/財産s from an 実施.
XWarningsSupplier

支配(する)/統制するs the chaining of 警告s, which may occur on every call to the connected database. (詳細(に述べる)s)

XResultSetMetaDataSupplier

供給するs the 接近 to the result 始める,決める description.

XResultSet

is the interface for navigating on the 列/漕ぐ/騒動s on a result 始める,決める.

XResultSetUpdate

is the interface for updating 列/漕ぐ/騒動 data to the database. (詳細(に述べる)s)

XRow

is the interface for 接近ing the data of the 現在の 列/漕ぐ/騒動.

XColumnLocate

is used for 位置を示すing a column by it's 指名する.

XRowUpdate

is the interface for updating the data of the 現在の 列/漕ぐ/騒動. (詳細(に述べる)s)

所有物/資産/財産s' 要約
[ readonly ] string
CursorName
[ OPTIONAL ]
defines the SQL cursor 指名する that will be used by その後の 声明 遂行する/発効させる methods.  
[ readonly ] long
ResultSetConcurrency
retrieves the result 始める,決める concurrency.  
[ readonly ] long
ResultSetType
決定するs the result 始める,決める type.  
long
FetchDirection
retrieves the direction for fetching 列/漕ぐ/騒動s from database (米)棚上げする/(英)提議するs that is the default for result 始める,決めるs 生成するd from this ::com::sun::星/主役にする::sdbcx::声明 反対する.
If this 声明 反対する has not 始める,決める a fetch direction, the return value is 実施-明確な/細部.  
long
FetchSize
retrieves the number of result 始める,決める 列/漕ぐ/騒動s that is the default fetch size for result 始める,決めるs 生成するd from this ::com::sun::星/主役にする::sdbcx::声明 反対する.
If this ::com::sun::星/主役にする::sdbcx::声明 反対する has not 始める,決める a fetch size, the return value is 実施-明確な/細部.  
輸出(する)d Interfaces - 詳細(に述べる)s
::com::sun::星/主役にする::lang::XComponent
Usage 制限s
optional
Description
optional for 実施; 支配(する)/統制するs the 解放(する)ing of 資源s and the notification of 登録(する)d listeners.
XCloseable
Usage 制限s
optional
Description
解放する/自由なing all 資源s of a result 始める,決める.

The creating 声明 will still be open after 配置する/処分する/したい気持ちにさせるing.

This interface is 義務的な only for JDBC conformance, さもなければ it is optional.

::com::sun::星/主役にする::beans::XPropertySet
(言及/関連d (独立の)存在's 要約:)
供給するs (警察などへの)密告,告訴(状) about and 接近 to the 所有物/資産/財産s from an 実施.
XWarningsSupplier
Usage 制限s
optional
Description
支配(する)/統制するs the chaining of 警告s, which may occur on every call to the connected database.

Chained 警告s from previous calls will be (疑いを)晴らすd before 過程ing a new call.

This interface is 義務的な only for JDBC conformance, さもなければ it is optional.

XResultSetMetaDataSupplier
Description
供給するs the 接近 to the result 始める,決める description.
XResultSet
Description
is the interface for navigating on the 列/漕ぐ/騒動s on a result 始める,決める.
XResultSetUpdate
Usage 制限s
optional
Description
is the interface for updating 列/漕ぐ/騒動 data to the database.

The 実施 is optional.

XRow
Description
is the interface for 接近ing the data of the 現在の 列/漕ぐ/騒動.
XColumnLocate
Description
is used for 位置を示すing a column by it's 指名する.
XRowUpdate
Usage 制限s
optional
Description
is the interface for updating the data of the 現在の 列/漕ぐ/騒動.

The 実施 is optional.

所有物/資産/財産s' 詳細(に述べる)s
CursorName
[ readonly ] string CursorName;
Usage 制限s
optional
Description
defines the SQL cursor 指名する that will be used by その後の 声明 遂行する/発効させる methods.

This 指名する can then be used in SQL positioned update/削除する 声明s to identify the 現在の 列/漕ぐ/騒動 in the ResultSet 生成するd by this 声明. If the database doesn't support positioned update/削除する, this 所有物/資産/財産 is a noop. To insure that a cursor has the proper 孤立/分離 level to support updates, the cursor's SELECT 声明 should be of the form 'select for update ...'. If the 'for update' phrase is omitted, positioned updates may fail.

公式文書,認める: By 鮮明度/定義, positioned update/削除する 死刑執行 must be done by a different 声明 than the one which 生成するd the ResultSet 存在 used for positioning. Also, cursor 指名するs must be unique within a 関係.

ResultSetConcurrency
[ readonly ] long ResultSetConcurrency;
Description
retrieves the result 始める,決める concurrency.
See also
ResultSetConcurrency
ResultSetType
[ readonly ] long ResultSetType;
Description
決定するs the result 始める,決める type.
See also
ResultSetType
FetchDirection
long FetchDirection;
Description
retrieves the direction for fetching 列/漕ぐ/騒動s from database (米)棚上げする/(英)提議するs that is the default for result 始める,決めるs 生成するd from this ::com::sun::星/主役にする::sdbcx::声明 反対する.
If this 声明 反対する has not 始める,決める a fetch direction, the return value is 実施-明確な/細部.
FetchSize
long FetchSize;
Description
retrieves the number of result 始める,決める 列/漕ぐ/騒動s that is the default fetch size for result 始める,決めるs 生成するd from this ::com::sun::星/主役にする::sdbcx::声明 反対する.
If this ::com::sun::星/主役にする::sdbcx::声明 反対する has not 始める,決める a fetch size, the return value is 実施-明確な/細部.

 
最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.