Uses of Class
org.jdbi.v3.core.argument.AbstractArgumentFactory
-
Packages that use AbstractArgumentFactory Package Description org.jdbi.v3.core.argument Theargumentclasses translate Java types into JDBC parameters.org.jdbi.v3.jodatime2 joda-timeprovides improved date and time types to pre-Java 8 applications.org.jdbi.v3.postgres Thepostgresplugin provides improved support forjava.time,hstore,uuid, andenumtypes when configured with a recent Postgres database server.org.jdbi.v3.sqlite3 Thesqliteplugin provides improved support forjava.net.URL. -
-
Uses of AbstractArgumentFactory in org.jdbi.v3.core.argument
Subclasses of AbstractArgumentFactory in org.jdbi.v3.core.argument Modifier and Type Class Description classCharSequenceArgumentFactoryAnArgumentFactoryfor arguments that implementCharSequence.classJavaTimeZoneIdArgumentFactory(package private) classNVarcharArgumentFactoryArgument factory for@NVarchar Stringqualified type. -
Uses of AbstractArgumentFactory in org.jdbi.v3.jodatime2
Subclasses of AbstractArgumentFactory in org.jdbi.v3.jodatime2 Modifier and Type Class Description classDateTimeArgumentFactoryBind aDateTimeas aTimestamp. -
Uses of AbstractArgumentFactory in org.jdbi.v3.postgres
Subclasses of AbstractArgumentFactory in org.jdbi.v3.postgres Modifier and Type Class Description (package private) classBlobInputStreamArgumentFactory(package private) classClobReaderArgumentFactoryclassDurationArgumentFactoryPostgres version of argument factory forDuration.classHStoreArgumentFactoryAn argument factory which binds Java'sMapto Postgres' hstore type.classInetArgumentFactoryPostgres version of argument factory forInetAddress.(package private) classJsonArgumentFactory(package private) classMacAddrArgumentFactoryPostgres argument factory for@MacAddr String.classPeriodArgumentFactoryPostgres version of argument factory forPeriod.(package private) classPGobjectArgumentFactoryArgument factory forPGobject.classTypedEnumArgumentFactoryDefaultjdbibehavior is to bindEnumsubclasses as a string, which Postgres won't implicitly convert to an enum type. -
Uses of AbstractArgumentFactory in org.jdbi.v3.sqlite3
Subclasses of AbstractArgumentFactory in org.jdbi.v3.sqlite3 Modifier and Type Class Description (package private) classURLArgumentFactoryBuild URL objects as strings.
-