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.
The
sqlite plugin provides improved support for
java.net.URL.-
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.(package private) classclassDeprecated.will be replaced by a pluginprivate static classDeprecated.classAnArgumentFactoryfor arguments that implementCharSequence.(package private) class(package private) class(package private) class(package private) classclass(package private) classArgument factory for@NVarchar Stringqualified type.classArgument factory that matches a specified type and binds it as anObjectArgument.(package private) class(package private) classclassFactory that usesPreparedStatement.setObject(int, Object, int)to bind values.(package private) class(package private) class(package private) classFields in org.jdbi.v3.core.argument with type parameters of type ArgumentFactory.PreparableModifier and TypeFieldDescriptionprivate static final List<ArgumentFactory.Preparable>BuiltInArgumentFactory.FACTORIESDeprecated.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 TypeClassDescription(package private) class(package private) classclassPostgres version of argument factory forDuration.classAn argument factory which binds Java'sMapto Postgres' hstore type.classPostgres version of argument factory forInetAddress.class(package private) class(package private) classPostgres argument factory for@MacAddr String.classPostgres version of argument factory forPeriod.(package private) classArgument factory forPGobject.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 -
Uses of ArgumentFactory.Preparable in org.jdbi.v3.sqlite3
Classes in org.jdbi.v3.sqlite3 that implement ArgumentFactory.PreparableModifier and TypeClassDescription(package private) classBuild URL objects as strings.