インタフェース ParameterSetter
public interface ParameterSetter
-
メソッドの概要
修飾子とタイプメソッド説明booleanisApplicable(SormOptions options, PreparedStatement stmt, int parameterIndex, Class<?> parameterClass, Object parameter) voidsetParameter(SormOptions options, PreparedStatement stmt, int parameterIndex, Class<?> parameterClass, Object parameter)
-
メソッドの詳細
-
isApplicable
boolean isApplicable(SormOptions options, PreparedStatement stmt, int parameterIndex, Class<?> parameterClass, Object parameter) -
setParameter
void setParameter(SormOptions options, PreparedStatement stmt, int parameterIndex, Class<?> parameterClass, Object parameter) throws SQLException - 例外:
SQLException
-