Uses of Package
org.jdbi.v3.core.array
-
Packages that use org.jdbi.v3.core.array Package Description 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.core.config Theconfigclasses define a configuration registry starting from eachJdbiinstance.org.jdbi.v3.core.enums.internal org.jdbi.v3.core.statement Thestatementpackage provides most of the Fluent API to drive statement execution.org.jdbi.v3.postgres.internal -
Classes in org.jdbi.v3.core.array used by org.jdbi.v3.core.array Class Description SqlArrayArgumentStrategy Strategies used to bind SQL array arguments to aPreparedStatement.SqlArrayType Strategy for converting elements of array-like arguments into SQL array elements.SqlArrayTypeFactory Factory interface to produceSqlArrayTypeinstances.SqlArrayTypes Configuration class for SQL array binding and mapping. -
Classes in org.jdbi.v3.core.array used by org.jdbi.v3.core.config Class Description SqlArrayArgumentStrategy Strategies used to bind SQL array arguments to aPreparedStatement.SqlArrayType Strategy for converting elements of array-like arguments into SQL array elements.SqlArrayTypeFactory Factory interface to produceSqlArrayTypeinstances. -
Classes in org.jdbi.v3.core.array used by org.jdbi.v3.core.enums.internal Class Description SqlArrayType Strategy for converting elements of array-like arguments into SQL array elements.SqlArrayTypeFactory Factory interface to produceSqlArrayTypeinstances. -
Classes in org.jdbi.v3.core.array used by org.jdbi.v3.core.statement Class Description SqlArrayArgumentStrategy Strategies used to bind SQL array arguments to aPreparedStatement.SqlArrayType Strategy for converting elements of array-like arguments into SQL array elements. -
Classes in org.jdbi.v3.core.array used by org.jdbi.v3.postgres.internal Class Description SqlArrayType Strategy for converting elements of array-like arguments into SQL array elements.