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