public class JdbcMap extends AbstractJdbcCollection<Map>
MAP CQL type (corresponding Java type: Map).
CQL type description: a JSON-style array of literals.
| Modifier and Type | Field and Description |
|---|---|
static JdbcMap |
INSTANCE
Gets a
JdbcMap instance. |
DEFAULT_PRECISION, DEFAULT_SCALE| Modifier and Type | Method and Description |
|---|---|
Map |
compose(Object obj)
Transforms the given object to an instance of the Java type corresponding to this type.
|
Object |
decompose(Map value)
Transforms the given instance of the Java type corresponding to this type to a generic object.
|
Class<Map> |
getType()
Gets the Java type corresponding to this type.
|
String |
toString(Map obj)
Gets a string representation of the given value.
|
getJdbcType, getPrecision, getScale, isCaseSensitive, isCurrency, isSigned, needsQuotespublic static final JdbcMap INSTANCE
JdbcMap instance.public String toString(Map obj)
AbstractJdbcTypetoString in class AbstractJdbcCollection<Map>obj - The value.public Class<Map> getType()
AbstractJdbcTypegetType in class AbstractJdbcCollection<Map>public Map compose(Object obj)
AbstractJdbcTypecompose in class AbstractJdbcCollection<Map>obj - The object.T.public Object decompose(Map value)
AbstractJdbcTypedecompose in class AbstractJdbcCollection<Map>value - The value.Copyright © 2020–2024 ING Bank. All rights reserved.