Uses of Interface
org.jdbi.v3.core.argument.ArgumentFactory.Preparable
-
Packages that use ArgumentFactory.Preparable Package Description org.jdbi.v3.core.argument Theargumentclasses translate Java types into JDBC parameters.org.jdbi.v3.core.array Thearraypackage binds Java arrays and collections to SQL arrays, and handles mapping array result types back to Java arrays and collections.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.postgres.internal org.jdbi.v3.sqlite3 Thesqliteplugin provides improved support forjava.net.URL. -
-
Uses of ArgumentFactory.Preparable in org.jdbi.v3.core.argument
Classes in org.jdbi.v3.core.argument that implement ArgumentFactory.Preparable Modifier and Type Class Description classAbstractArgumentFactory<T>AnArgumentFactorybase class for arguments of typeT.(package private) classBoxedArgumentFactoryclassBuiltInArgumentFactoryDeprecated.will be replaced by a pluginprivate static classBuiltInArgumentFactory.LegacyEnumByNameArgumentFactoryDeprecated.classCharSequenceArgumentFactoryAnArgumentFactoryfor arguments that implementCharSequence.(package private) classDelegatingArgumentFactory(package private) classEssentialsArgumentFactory(package private) classInternetArgumentFactory(package private) classJavaTimeArgumentFactoryclassJavaTimeZoneIdArgumentFactory(package private) classNVarcharArgumentFactoryArgument factory for@NVarchar Stringqualified type.classObjectArgumentFactoryArgument factory that matches a specified type and binds it as anObjectArgument.(package private) classOptionalArgumentFactory(package private) classPrimitivesArgumentFactoryclassSetObjectArgumentFactoryFactory that usesPreparedStatement.setObject(int, Object, int)to bind values.(package private) classSqlArgumentFactory(package private) classSqlTimeArgumentFactory(package private) classUntypedNullArgumentFactoryFields in org.jdbi.v3.core.argument with type parameters of type ArgumentFactory.Preparable Modifier and Type Field Description private static java.util.List<ArgumentFactory.Preparable>BuiltInArgumentFactory. FACTORIESDeprecated.Methods in org.jdbi.v3.core.argument with parameters of type ArgumentFactory.Preparable Modifier and Type Method Description static QualifiedArgumentFactory.PreparableQualifiedArgumentFactory. adapt(ConfigRegistry config, ArgumentFactory.Preparable factory)Adapts anArgumentFactory.Preparableinto a QualifiedArgumentFactory.Preparable.static QualifiedArgumentFactory.PreparableQualifiedArgumentFactory.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.Preparable Modifier and Type Class Description classSqlArrayArgumentFactoryBind 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 Modifier and Type Class Description classDateTimeArgumentFactoryBind aDateTimeas aTimestamp. -
Uses of ArgumentFactory.Preparable in org.jdbi.v3.postgres
Classes in org.jdbi.v3.postgres that implement ArgumentFactory.Preparable 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.classJavaTimeArgumentFactoryMapsLocalDate,LocalTime,LocalDateTime,OffsetDateTime.(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.classUUIDArgumentFactoryBind 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 Modifier and Type Class Description classBitStringEnumSetArgumentFactory -
Uses of ArgumentFactory.Preparable in org.jdbi.v3.sqlite3
Classes in org.jdbi.v3.sqlite3 that implement ArgumentFactory.Preparable Modifier and Type Class Description (package private) classURLArgumentFactoryBuild URL objects as strings.
-