Enum EmptyHandling

java.lang.Object
java.lang.Enum<EmptyHandling>
org.jdbi.v3.core.statement.EmptyHandling
All Implemented Interfaces:
Serializable, Comparable<EmptyHandling>, BiConsumer<SqlStatement,String>

public enum EmptyHandling extends Enum<EmptyHandling> implements BiConsumer<SqlStatement,String>
describes what should be done if the value passed to SqlStatement.bindList(java.lang.String, java.lang.Object...) is null or empty