public interface ColumnMetadata
Modifier and Type | Method and Description |
---|---|
CqlIdentifier |
getKeyspace() |
CqlIdentifier |
getName() |
CqlIdentifier |
getParent()
The identifier of the
TableMetadata or a ViewMetadata that this column belongs
to. |
DataType |
getType() |
boolean |
isStatic() |
@NonNull CqlIdentifier getKeyspace()
@NonNull CqlIdentifier getParent()
TableMetadata
or a ViewMetadata
that this column belongs
to.@NonNull CqlIdentifier getName()
@NonNull DataType getType()
boolean isStatic()
Copyright © 2017–2024. All rights reserved.