org.apache.cassandra.cql3.statements
Class Selection.ResultSetBuilder

java.lang.Object
  extended by org.apache.cassandra.cql3.statements.Selection.ResultSetBuilder
Enclosing class:
Selection

public class Selection.ResultSetBuilder
extends java.lang.Object


Method Summary
 void add(java.nio.ByteBuffer v)
           
 void add(IColumn c)
           
 ResultSet build()
           
 void newRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(java.nio.ByteBuffer v)

add

public void add(IColumn c)

newRow

public void newRow()
            throws InvalidRequestException
Throws:
InvalidRequestException

build

public ResultSet build()
                throws InvalidRequestException
Throws:
InvalidRequestException


Copyright © 2013 The Apache Software Foundation