Package org.jdbi.v3.postgres
Class InetArgumentFactory
java.lang.Object
org.jdbi.v3.core.argument.AbstractArgumentFactory<InetAddress>
org.jdbi.v3.postgres.InetArgumentFactory
- All Implemented Interfaces:
ArgumentFactory
,ArgumentFactory.Preparable
Postgres version of argument factory for
InetAddress
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jdbi.v3.core.argument.ArgumentFactory
ArgumentFactory.Preparable
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jdbi.v3.core.argument.AbstractArgumentFactory
build, prepare
-
Constructor Details
-
InetArgumentFactory
public InetArgumentFactory()
-
-
Method Details
-
prePreparedTypes
Deprecated.no longer used- Specified by:
prePreparedTypes
in interfaceArgumentFactory.Preparable
- Overrides:
prePreparedTypes
in classAbstractArgumentFactory<InetAddress>
-