Interface SqlType.Array<Elem>

Type Parameters:
Elem - Java type of the Array element data
All Superinterfaces:
Serializable, SqlType<List<Elem>>
All Known Implementing Classes:
Type.Array
Enclosing interface:
SqlType<T>

public static interface SqlType.Array<Elem> extends SqlType<List<Elem>>
Represents an array type in SQL. Provides access to the element type of the array.
  • Method Details