SqlArrayType (Jdbi3 3.52.0-SNAPSHOT API)
Interface SqlArrayType<T>
- Type Parameters:
T- the array element type
-
Method Summary
Modifier and Type
Method
Description
convertArrayElement(T element) Returns an equivalent value in a type supported by the JDBC vendor.
Returns the element class that is used to create the backing array.
Returns the vendor-specific SQL type name
Stringfor the element typeT.Create a SqlArrayType from the given type and convert function.
-
Method Details
-
getTypeName
-
convertArrayElement
-
getArrayElementClass
-
of
-