Interface Column.Setter<C>

Type Parameters:
C - the column value type
Enclosing interface:
Column<T>

public static interface Column.Setter<C>
Sets a parameter value in a PreparedStatement
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(PreparedStatement statement, int index, C value)
    Sets a parameter value in a PreparedStatement
  • Method Details