Class PeriodArgumentFactory
java.lang.Object
org.jdbi.v3.core.argument.AbstractArgumentFactory<Period>
org.jdbi.v3.postgres.PeriodArgumentFactory
- All Implemented Interfaces:
ArgumentFactory, ArgumentFactory.Preparable
Postgres version of argument factory for
Period.-
Nested Class Summary
Nested classes/interfaces inherited from interface ArgumentFactory
ArgumentFactory.PreparableModifier and TypeInterfaceDescriptionstatic interfaceArgumentFactory extension interface that allows preparing arguments for efficient batch binding. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractArgumentFactory
build, prepare, prePreparedTypesModifier and TypeMethodDescriptionbuild(Type type, Object value, ConfigRegistry config) Returns anArgumentfor the given value if the factory supports it; empty otherwise.prepare(Type type, ConfigRegistry config) Deprecated, for removal: This API element is subject to removal in a future version.no longer used
-
Constructor Details
-
PeriodArgumentFactory
public PeriodArgumentFactory()
-
-
Method Details
-
build
-