Interface ColumnValueSetter<T>

Type Parameters:
T - object type

public interface ColumnValueSetter<T>
Implementors of this interface optionally convert an object and set it on a PreparedStatement.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setObject(PreparedStatement stmt, int parameterIndex, T object)
    Optionally convert an object and set it on a PreparedStatement.