Uses of Class
org.apache.cassandra.cql3.SchemaElement.SchemaElementType
-
Packages that use SchemaElement.SchemaElementType Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.functions org.apache.cassandra.db.marshal org.apache.cassandra.schema -
-
Uses of SchemaElement.SchemaElementType in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return SchemaElement.SchemaElementType Modifier and Type Method Description SchemaElement.SchemaElementType
SchemaElement. elementType()
Return the schema element typestatic SchemaElement.SchemaElementType
SchemaElement.SchemaElementType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SchemaElement.SchemaElementType[]
SchemaElement.SchemaElementType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SchemaElement.SchemaElementType in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions that return SchemaElement.SchemaElementType Modifier and Type Method Description SchemaElement.SchemaElementType
UDAggregate. elementType()
SchemaElement.SchemaElementType
UDFunction. elementType()
-
Uses of SchemaElement.SchemaElementType in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return SchemaElement.SchemaElementType Modifier and Type Method Description SchemaElement.SchemaElementType
UserType. elementType()
-
Uses of SchemaElement.SchemaElementType in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return SchemaElement.SchemaElementType Modifier and Type Method Description SchemaElement.SchemaElementType
KeyspaceMetadata. elementType()
SchemaElement.SchemaElementType
TableMetadata. elementType()
SchemaElement.SchemaElementType
ViewMetadata. elementType()
-