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

翻訳前ページへ


Interface XOutParameters
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XOutParameters
Description
is used to 登録(する) Out-Parameters for 蓄える/店d 手続きs.

SDBC 供給するs a 蓄える/店d 手続き SQL escape that 許すs 蓄える/店d 手続きs to be called in a 基準 way for all RDBMSs. This escape syntax has one form that 含むs a result parameter and one that does not. If used, the result parameter must be 登録(する)d as an OUT parameter. The other parameters can be used for input, 生産(高), or both. Parameters are referred to sequentially, by number. The first parameter is 1.

Developers Guide
Database - 蓄える/店d 手続きs

Methods' 要約
registerOutParameter 登録(する)s the 指定するd 生産(高) parameter. This 見解/翻訳/版 of the method XOutParameters::registerOutParameter() should be used for a 使用者-指名するd or REF 生産(高) parameter. Examples of 使用者-指名するd types 含む: STRUCT, DISTINCT, OBJECT, and 指名するd array types.  
registerNumericOutParameter 登録(する)s the OUT parameter in ordinal position parameterIndex to the SDBC type sqlType . All OUT parameters must be 登録(する)d before a 蓄える/店d 手続き is 遂行する/発効させるd.  
Methods' 詳細(に述べる)s
registerOutParameter
無効の
registerOutParameter( [in] long  parameterIndex,
[in] long  sqlType,
[in] string  typeName )
raises( SQLException );

Description
登録(する)s the 指定するd 生産(高) parameter. This 見解/翻訳/版 of the method XOutParameters::registerOutParameter() should be used for a 使用者-指名するd or REF 生産(高) parameter. Examples of 使用者-指名するd types 含む: STRUCT, DISTINCT, OBJECT, and 指名するd array types.

Before 遂行する/発効させるing a 蓄える/店d 手続き call, you must explicitly call XOutParameters::registerOutParameter() to 登録(する) the type from DataType for each OUT parameter.
For a 使用者-指名するd parameter the fully-qualified SQL type 指名する of the parameter should also be given, while a REF parameter 要求するs that the fully-qualified type 指名する of the 言及/関連d type be given. An SDBC driver that does not need the type code and type 指名する (警察などへの)密告,告訴(状) may ignore it. To be portable, however, 使用/適用s should always 供給する these values for 使用者-指名するd and REF parameters.

Although it is ーするつもりであるd for 使用者-指名するd and REF parameters, this method may be used to 登録(する) a parameter of any SDBC type. If the parameter does not have a 使用者-指名するd or REF type, the typeName parameter is ignored.

公式文書,認める: When reading the value of an out parameter, you must use the getXXX method whose type XXX corresponds to the parameter's 登録(する)d SQL type.

Parameter parameterIndex
the first parameter is 1, the second is 2, ...
Parameter sqlType
the type of the column to 登録(する)
Parameter typeName
the 指名する of the type
Throws
SQLException if a database 接近 error occurs.
registerNumericOutParameter
無効の
registerNumericOutParameter( [in] long  parameterIndex,
[in] long  sqlType,
[in] long  規模 )
raises( SQLException );

Description
登録(する)s the OUT parameter in ordinal position parameterIndex to the SDBC type sqlType . All OUT parameters must be 登録(する)d before a 蓄える/店d 手続き is 遂行する/発効させるd.

The SDBC type 明示するd by sqlType for an OUT parameter 決定するs the type that must be used in the get method to read the value of that parameter. This 見解/翻訳/版 of XOutParameters::registerOutParameter() should be used when the parameter is of SDBC type DataType::NUMERIC or DataType::DECIMAL .

Parameter parameterIndex
the first parameter is 1, the second is 2, ...
Parameter sqlType
the type of the column to 登録(する)
Parameter 規模
the 規模 of the type
Throws
SQLException if a database 接近 error occurs.

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