org.apache.cassandra.cql3.statements
Class ParsedStatement

java.lang.Object
  extended by org.apache.cassandra.cql3.statements.ParsedStatement
Direct Known Subclasses:
AuthenticationStatement, AuthorizationStatement, CFStatement, UseStatement

public abstract class ParsedStatement
extends java.lang.Object


Nested Class Summary
static class ParsedStatement.Prepared
           
 
Constructor Summary
ParsedStatement()
           
 
Method Summary
 int getBoundsTerms()
           
abstract  ParsedStatement.Prepared prepare()
           
 void setBoundTerms(int boundTerms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParsedStatement

public ParsedStatement()
Method Detail

getBoundsTerms

public int getBoundsTerms()

setBoundTerms

public void setBoundTerms(int boundTerms)

prepare

public abstract ParsedStatement.Prepared prepare()
                                          throws RequestValidationException
Throws:
RequestValidationException


Copyright © 2012 The Apache Software Foundation