Uses of Class
org.apache.cassandra.cql3.CQL3Type.Native
-
Packages that use CQL3Type.Native Package Description org.apache.cassandra.cql3 -
-
Uses of CQL3Type.Native in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return CQL3Type.Native Modifier and Type Method Description static CQL3Type.Native
CQL3Type.Native. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CQL3Type.Native[]
CQL3Type.Native. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-