|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Relation.Type | |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db.marshal |
Uses of Relation.Type in org.apache.cassandra.cql3 |
---|
Methods in org.apache.cassandra.cql3 that return Relation.Type | |
---|---|
static Relation.Type |
Relation.Type.forString(java.lang.String s)
|
Relation.Type |
Relation.operator()
|
static Relation.Type |
Relation.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Relation.Type[] |
Relation.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.cassandra.cql3 with parameters of type Relation.Type | |
---|---|
ColumnNameBuilder |
ColumnNameBuilder.add(Term t,
Relation.Type op,
java.util.List<java.nio.ByteBuffer> variables)
Add a new Term as the next component for this name. |
Uses of Relation.Type in org.apache.cassandra.db.marshal |
---|
Methods in org.apache.cassandra.db.marshal with parameters of type Relation.Type | |
---|---|
CompositeType.Builder |
CompositeType.Builder.add(Term t,
Relation.Type op,
java.util.List<java.nio.ByteBuffer> variables)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |