Uses of Enum Class
org.jdbi.v3.core.statement.EmptyHandling
Packages that use EmptyHandling
Package
Description
The
statement package provides most of the Fluent API
to drive statement execution.
The
sqlobject.customizer package provides annotations
that customize the execution of a statement.-
Uses of EmptyHandling in org.jdbi.v3.core.statement
Subclasses with type arguments of type EmptyHandling in org.jdbi.v3.core.statementModifier and TypeClassDescriptionenumdescribes what should be done if the value passed toSqlStatement.bindList(String, Object...)is null or emptyMethods in org.jdbi.v3.core.statement that return EmptyHandlingModifier and TypeMethodDescriptionstatic EmptyHandlingReturns the enum constant of this class with the specified name.static EmptyHandling[]EmptyHandling.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EmptyHandling in org.jdbi.v3.sqlobject.customizer
Methods in org.jdbi.v3.sqlobject.customizer that return EmptyHandling