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

翻訳前ページへ


Service RowSet
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

service RowSet
Description
is a (弁護士の)依頼人 味方する ResultSet, which 連合させるs the 特徴 of a 声明 and a ResultSet.

It 行為/法令/行動するs like a typical bean. Before you use the RowSet, you have to 明示する a 始める,決める of 所有物/資産/財産s like a DataSource and a 命令(する) and other 所有物/資産/財産s known of 声明.
Afterwards, you can 居住させる the RowSet by its 遂行する/発効させる method to fill the 始める,決める with data.

On the one 手渡す, a RowSet can be used as a short 削減(する) to retrieve the data of a DataSource. You don't have to 設立する a 関係, create a 声明, and then create a ResultSet. On the other 手渡す, a rowset can be used to 器具/実施する 能力s for a result 始める,決める, which are not supported by a driver result 始める,決める, like (武器などの)隠匿場所ing 戦略s or update 能力s.


含むd Services - 要約
ResultSet
(言及/関連d (独立の)存在's 要約:)
供給するs 接近 to a (米)棚上げする/(英)提議する of data. A ResultSet 反対する is usually 生成するd by 遂行する/発効させるing a 声明.
輸出(する)d Interfaces - 要約
XRowSet

used to 遂行する/発効させる and to 追加する/除去する listeners. (詳細(に述べる)s)

XParameters
(言及/関連d (独立の)存在's 要約:)
is used for parameter setting, 一般的に 器具/実施するd in 合同 with PreparedStatements.
XColumnLocate

許すs 位置を示すing columns which's 指名する is known only.

所有物/資産/財産s' 要約
string
DataSourceName
is the 指名する of a 指名するd datasource to use. 
string
URL
is the 関係 URL. Could be used instead of the DataSourceName.  
string
命令(する)
is the 命令(する) which should be 遂行する/発効させるd.  
long
TransactionIsolation
示すs the 処理/取引 孤立/分離 level, which should be used for the 関係. 
::com::sun::星/主役にする::コンテナ::XNameAccess
TypeMap
is the type 地図/計画する that will be used for the custom mapping of SQL structured types and 際立った types.  
boolean
EscapeProcessing
returns if escape 過程ing is on or off. If escape scanning is on (the default), the driver will do escape substitution before sending the SQL to the database. This is only 評価するd, if the CommandType is COMMAND.  
long
QueryTimeOut
retrieves the number of seconds the driver will wait for a 声明 to 遂行する/発効させる. If the 限界 is 越えるd, a SQLException is thrown. There is no 制限, if 始める,決める to 無.  
long
MaxFieldSize
returns the 最大限 number of bytes 許すd for any column value.  
long
MaxRows
retrieves the 最大限 number of 列/漕ぐ/騒動s that a ResultSet can 含む/封じ込める. If the 限界 is 越えるd, the 超過 列/漕ぐ/騒動s are silently dropped.
There is no 制限, if 始める,決める to 無.  
string
使用者
決定するs the 使用者 for whom to open the 関係.  
string
Password
決定するs the 使用者 for whom to open the 関係.  
long
ResultSetType
決定する the result 始める,決める type.  
含むd Services - 詳細(に述べる)s
ResultSet
(言及/関連d (独立の)存在's 要約:)
供給するs 接近 to a (米)棚上げする/(英)提議する of data. A ResultSet 反対する is usually 生成するd by 遂行する/発効させるing a 声明.
輸出(する)d Interfaces - 詳細(に述べる)s
XRowSet
Description
used to 遂行する/発効させる and to 追加する/除去する listeners.

To refresh the content of a RowSet, use this interface's XRowSet::遂行する/発効させる method.

XParameters
(言及/関連d (独立の)存在's 要約:)
is used for parameter setting, 一般的に 器具/実施するd in 合同 with PreparedStatements.
XColumnLocate
Description
許すs 位置を示すing columns which's 指名する is known only.
所有物/資産/財産s' 詳細(に述べる)s
DataSourceName
string DataSourceName;
Description
is the 指名する of a 指名するd datasource to use.
See also
URL
string URL;
Description
is the 関係 URL. Could be used instead of the DataSourceName.
命令(する)
string 命令(する);
Description
is the 命令(する) which should be 遂行する/発効させるd.
TransactionIsolation
long TransactionIsolation;
Description
示すs the 処理/取引 孤立/分離 level, which should be used for the 関係.
See also
TransactionIsolation
TypeMap
::com::sun::星/主役にする::コンテナ::XNameAccess TypeMap;
Description
is the type 地図/計画する that will be used for the custom mapping of SQL structured types and 際立った types.
EscapeProcessing
boolean EscapeProcessing;
Description
returns if escape 過程ing is on or off. If escape scanning is on (the default), the driver will do escape substitution before sending the SQL to the database. This is only 評価するd, if the CommandType is COMMAND.
QueryTimeOut
long QueryTimeOut;
Description
retrieves the number of seconds the driver will wait for a 声明 to 遂行する/発効させる. If the 限界 is 越えるd, a SQLException is thrown. There is no 制限, if 始める,決める to 無.
MaxFieldSize
long MaxFieldSize;
Description
returns the 最大限 number of bytes 許すd for any column value.

This 限界 is the 最大限 number of bytes that can be returned for any column value. The 限界 適用するs only to DataType::BINARY , DataType::VARBINARY , DataType::LONGVARBINARY , DataType::CHAR , DataType::VARCHAR , and DataType::LONGVARCHAR columns. If the 限界 is 越えるd, the 超過 data is silently discarded.
There is no 制限, if 始める,決める to 無.

MaxRows
long MaxRows;
Description
retrieves the 最大限 number of 列/漕ぐ/騒動s that a ResultSet can 含む/封じ込める. If the 限界 is 越えるd, the 超過 列/漕ぐ/騒動s are silently dropped.
There is no 制限, if 始める,決める to 無.
使用者
string 使用者;
Description
決定するs the 使用者 for whom to open the 関係.
Password
string Password;
Description
決定するs the 使用者 for whom to open the 関係.
ResultSetType
long ResultSetType;
Description
決定する the result 始める,決める type.
See also
ResultSetType

 
最高の,を越す 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.