Package nablarch.core.db.cache.statement
Class BoundParameters
java.lang.Object
nablarch.core.db.cache.statement.BoundParameters
ステートメント発行時にバインドされたパラメータを表すクラス。
ResultSetCacheKey
の等価性判定に使用される。-
Constructor Summary
ConstructorDescriptionBoundParameters
(Map<String, ParameterHolder.ParamValue> original) コンストラクタ。BoundParameters
(ParameterHolder holder) コンストラクタ。 -
Method Summary
-
Constructor Details
-
BoundParameters
コンストラクタ。- Parameters:
holder
- パラメータ保持クラス
-
BoundParameters
コンストラクタ。- Parameters:
original
- 元となるパラメータ
-
-
Method Details