|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cassandra.cql3.Relation
public class Relation
Relations encapsulate the relationship between an entity of some kind, and
a value (term). For example,
Nested Class Summary
static classRelation.Type
Constructor Summary
Relation(ColumnIdentifier entity,
java.lang.String type,
Term value)
Creates a new relation.
Method Summary
voidaddInValue(Term t)
static RelationcreateInRelation(ColumnIdentifier entity)
ColumnIdentifiergetEntity()
java.util.List<Term>getInValues()
TermgetValue()
Relation.Typeoperator()
java.lang.StringtoString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
Relation
public Relation(ColumnIdentifier entity,
java.lang.String type,
Term value)
entity - the kind of relation this is; what the term is being compared to.type - the type that describes how this entity relates to the value.value - the value being compared.
Method Detail
createInRelation
public static Relation createInRelation(ColumnIdentifier entity)
operator
public Relation.Type operator()
getEntity
public ColumnIdentifier getEntity()
getValue
public Term getValue()
getInValues
public java.util.List<Term> getInValues()
addInValue
public void addInValue(Term t)
toString
public java.lang.String toString()
toString in class java.lang.Object
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2012 The Apache Software Foundation