Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
static DataType.CustomType |
DataType.custom(String typeClassName)
Returns a Custom type.
|
Modifier and Type | Method and Description |
---|---|
static TypeCodec<ByteBuffer> |
TypeCodec.custom(DataType.CustomType type)
Return a newly-created codec for the given CQL custom type.
|
Copyright © 2012–2020. All rights reserved.