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
Represents an array type in SQL. Provides access to the element type of the array.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.cloud.bigtable.data.v2.models.sql.SqlType
SqlType.Array<Elem>, SqlType.Code, SqlType.Map<K,V>, SqlType.Struct -
Method Summary
-
Method Details
-
getElementType
- Returns:
SqlTypeof the array's elements
-