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