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.SchemaElementTypeSchemaElement. elementType()Return the schema element typestatic SchemaElement.SchemaElementTypeSchemaElement.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.SchemaElementTypeUDAggregate. elementType()SchemaElement.SchemaElementTypeUDFunction. 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.SchemaElementTypeUserType. 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.SchemaElementTypeKeyspaceMetadata. elementType()SchemaElement.SchemaElementTypeTableMetadata. elementType()SchemaElement.SchemaElementTypeViewMetadata. elementType()
-