public interface ColumnDefinition extends Detachable
The default implementation returned by the driver is immutable and serializable. If you write your own implementation, it should at least be thread-safe; serializability is not mandatory, but recommended for use with some 3rd-party tools like Apache Spark ™.
Modifier and Type | Method and Description |
---|---|
CqlIdentifier |
getKeyspace() |
CqlIdentifier |
getName() |
CqlIdentifier |
getTable() |
DataType |
getType() |
attach, isDetached
@NonNull CqlIdentifier getKeyspace()
@NonNull CqlIdentifier getTable()
@NonNull CqlIdentifier getName()
@NonNull DataType getType()
Copyright © 2017–2024. All rights reserved.