@Immutable public class DefaultDseColumnMetadata extends com.datastax.oss.driver.internal.core.metadata.schema.DefaultColumnMetadata implements DseColumnMetadata
Constructor and Description |
---|
DefaultDseColumnMetadata(CqlIdentifier keyspace,
CqlIdentifier parent,
CqlIdentifier name,
DataType dataType,
boolean isStatic) |
equals, getKeyspace, getName, getParent, getType, hashCode, isStatic, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getKeyspace, getName, getParent, getType, isStatic
public DefaultDseColumnMetadata(@NonNull CqlIdentifier keyspace, @NonNull CqlIdentifier parent, @NonNull CqlIdentifier name, @NonNull DataType dataType, boolean isStatic)
Copyright © 2017–2019. All rights reserved.