Interface SqlType.Map<K,V>

Type Parameters:
K - Java type of the Map key data
V - Java type of the Map value data
All Superinterfaces:
Serializable, SqlType<Map<K,V>>
All Known Implementing Classes:
Type.Map
Enclosing interface:
SqlType<T>

public static interface SqlType.Map<K,V> extends SqlType<Map<K,V>>
Represents a map type in SQL. Provides access to the key and value types for the map.
  • Method Details