com.netflix.astyanax.cql
Interface CqlStatementResult


public interface CqlStatementResult


Method Summary
 long asCount()
           
<K,C> Rows<K,C>
getRows(ColumnFamily<K,C> columnFamily)
           
 CqlSchema getSchema()
           
 

Method Detail

asCount

long asCount()

getRows

<K,C> Rows<K,C> getRows(ColumnFamily<K,C> columnFamily)

getSchema

CqlSchema getSchema()