Package | Description |
---|---|
com.datastax.oss.driver.api.core.data | |
com.datastax.oss.driver.api.core.type | |
com.datastax.oss.driver.api.core.type.codec |
Modifier and Type | Method and Description |
---|---|
TupleType |
TupleValue.getType() |
Modifier and Type | Method and Description |
---|---|
static TupleType |
DataTypes.tupleOf(DataType... componentTypes)
Builds a new, detached tuple type.
|
Modifier and Type | Method and Description |
---|---|
static TypeCodec<TupleValue> |
TypeCodecs.tupleOf(TupleType cqlType)
Builds a new codec that maps a CQL tuple to the driver's
TupleValue , for the given type
definition. |
Copyright © 2017–2021. All rights reserved.