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