Uses of Enum Class
org.apache.cassandra.cql3.functions.types.DataType.Name
Packages that use DataType.Name
Package
Description
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
-
Uses of DataType.Name in org.apache.cassandra.cql3.functions.types
Fields in org.apache.cassandra.cql3.functions.types declared as DataType.NameMethods in org.apache.cassandra.cql3.functions.types that return DataType.NameModifier and TypeMethodDescriptionDataType.getName()Returns the name of that type.static DataType.NameReturns the enum constant of this class with the specified name.static DataType.Name[]DataType.Name.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.cql3.functions.types with parameters of type DataType.NameModifier and TypeMethodDescriptionbooleanDataType.Name.isCompatibleWith(DataType.Name that) Returntrueif the provided Name is equal to this one, or if they are aliases for each other, andfalseotherwise.Constructors in org.apache.cassandra.cql3.functions.types with parameters of type DataType.Name