Class BoundParameters

java.lang.Object
nablarch.core.db.cache.statement.BoundParameters

public class BoundParameters extends Object
ステートメント発行時にバインドされたパラメータを表すクラス。 ResultSetCacheKeyの等価性判定に使用される。
  • Constructor Details

    • BoundParameters

      public BoundParameters(ParameterHolder holder)
      コンストラクタ。
      Parameters:
      holder - パラメータ保持クラス
    • BoundParameters

      public BoundParameters(Map<String,ParameterHolder.ParamValue> original)
      コンストラクタ。
      Parameters:
      original - 元となるパラメータ
  • Method Details