Uses of Interface
nablarch.core.db.statement.ParameterHolder.ParamValue
Packages that use ParameterHolder.ParamValue
-
Uses of ParameterHolder.ParamValue in nablarch.core.db.cache.statement
Constructor parameters in nablarch.core.db.cache.statement with type arguments of type ParameterHolder.ParamValueModifierConstructorDescriptionBoundParameters
(Map<String, ParameterHolder.ParamValue> original) コンストラクタ。 -
Uses of ParameterHolder.ParamValue in nablarch.core.db.statement
Methods in nablarch.core.db.statement that return types with arguments of type ParameterHolder.ParamValueModifier and TypeMethodDescriptionprotected final Map<String,
ParameterHolder.ParamValue> BasicSqlPStatement.getParameters()
現時点でのバインドパラメータを取得する。ParameterHolder.getParameters()
これまで本インスタンスに設定されたパラメータを取得する。