Uses of Interface
org.jdbi.v3.core.argument.ArgumentFactory.Preparable
Packages that use ArgumentFactory.Preparable
Package
Description
The
argument classes translate Java types into JDBC parameters.
The
array package binds Java arrays and collections to SQL arrays, and
handles mapping array result types back to Java arrays and collections.joda-time provides improved date and time types to pre-Java 8 applications.
The
postgres plugin provides improved support for
java.time, hstore, uuid, and enum
types when configured with a recent Postgres database server.-
Uses of ArgumentFactory.Preparable in org.jdbi.v3.core.argument
Classes in org.jdbi.v3.core.argument that implement ArgumentFactory.PreparableModifier and TypeClassDescriptionclassAnArgumentFactorybase class for arguments of typeT.classclassArgument factory that matches a specified type and binds it as anObjectArgument.classFactory that usesPreparedStatement.setObject(int, Object, int)to bind values.Methods in org.jdbi.v3.core.argument with parameters of type ArgumentFactory.PreparableModifier and TypeMethodDescriptionQualifiedArgumentFactory.adapt(ConfigRegistry config, ArgumentFactory.Preparable factory) Adapts anArgumentFactory.Preparableinto a QualifiedArgumentFactory.Preparable.QualifiedArgumentFactory.Preparable.adapt(ConfigRegistry config, ArgumentFactory.Preparable factory) Adapts anArgumentFactory.Preparableinto a QualifiedArgumentFactory.Preparable The returned factory only matches qualified types with zero qualifiers. -
Uses of ArgumentFactory.Preparable in org.jdbi.v3.core.array
Classes in org.jdbi.v3.core.array that implement ArgumentFactory.PreparableModifier and TypeClassDescriptionclassBind a Java array orCollectionto a SQL array using theSqlArrayTypeFactoryfor the given type information. -
Uses of ArgumentFactory.Preparable in org.jdbi.v3.jodatime2
Classes in org.jdbi.v3.jodatime2 that implement ArgumentFactory.Preparable -
Uses of ArgumentFactory.Preparable in org.jdbi.v3.postgres
Classes in org.jdbi.v3.postgres that implement ArgumentFactory.PreparableModifier and TypeClassDescriptionclassPostgres version of argument factory forDuration.classAn argument factory which binds Java'sMapto Postgres' hstore type.classPostgres version of argument factory forInetAddress.classclassPostgres version of argument factory forPeriod.classDefaultjdbibehavior is to bindEnumsubclasses as a string, which Postgres won't implicitly convert to an enum type.classBind UUID arguments as an Object. -
Uses of ArgumentFactory.Preparable in org.jdbi.v3.postgres.internal
Classes in org.jdbi.v3.postgres.internal that implement ArgumentFactory.Preparable