org.apache.cassandra.cql3.statements
Class Selector

java.lang.Object
  extended by org.apache.cassandra.cql3.statements.Selector
Direct Known Subclasses:
ColumnIdentifier, Selector.WithFunction, Selector.WithKey

public abstract class Selector
extends java.lang.Object


Nested Class Summary
static class Selector.Function
           
static class Selector.WithFunction
           
static class Selector.WithKey
           
 
Constructor Summary
Selector()
           
 
Method Summary
 Selector.Function function()
           
 boolean hasFunction()
           
 boolean hasKey()
           
abstract  ColumnIdentifier id()
           
 Term key()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Selector

public Selector()
Method Detail

id

public abstract ColumnIdentifier id()

hasFunction

public boolean hasFunction()

function

public Selector.Function function()

hasKey

public boolean hasKey()

key

public Term key()


Copyright © 2013 The Apache Software Foundation