Uses of Class
org.jdbi.v3.core.array.SqlArrayTypes
-
Packages that use SqlArrayTypes 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. -
-
Uses of SqlArrayTypes in org.jdbi.v3.core.array
Methods in org.jdbi.v3.core.array that return SqlArrayTypes Modifier and Type Method Description SqlArrayTypesSqlArrayTypes. createCopy()SqlArrayTypesSqlArrayTypes. register(java.lang.Class<?> elementType, java.lang.String sqlTypeName)Register an array element type that is supported by the JDBC vendor.SqlArrayTypesSqlArrayTypes. register(SqlArrayType<?> arrayType)Register aSqlArrayTypewhich will have its parameterized type inspected to determine which element type it supports.SqlArrayTypesSqlArrayTypes. register(SqlArrayTypeFactory factory)Register aSqlArrayTypeFactory.SqlArrayTypesSqlArrayTypes. setArgumentStrategy(SqlArrayArgumentStrategy argumentStrategy)Sets the strategy used when binding array-type arguments to SQL statements.Constructors in org.jdbi.v3.core.array with parameters of type SqlArrayTypes Constructor Description SqlArrayTypes(SqlArrayTypes that)
-