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 String for the element type T.

    Create a SqlArrayType from the given type and convert function.

  • Method Details

    • getTypeName

    • convertArrayElement

    • getArrayElementClass

    • of