Uses of Class
org.apache.cassandra.thrift.CqlRow

Packages that use CqlRow
org.apache.cassandra.cql3   
org.apache.cassandra.cql3.statements   
org.apache.cassandra.thrift   
 

Uses of CqlRow in org.apache.cassandra.cql3
 

Constructors in org.apache.cassandra.cql3 with parameters of type CqlRow
UntypedResultSet.Row(CqlRow cqlRow)
           
 

Constructor parameters in org.apache.cassandra.cql3 with type arguments of type CqlRow
UntypedResultSet(java.util.List<CqlRow> cqlRows)
           
 

Uses of CqlRow in org.apache.cassandra.cql3.statements
 

Methods in org.apache.cassandra.cql3.statements that return types with arguments of type CqlRow
 java.util.List<CqlRow> SelectStatement.process(java.util.List<Row> rows)
           
 

Uses of CqlRow in org.apache.cassandra.thrift
 

Fields in org.apache.cassandra.thrift with type parameters of type CqlRow
 java.util.List<CqlRow> CqlResult.rows
           
 

Methods in org.apache.cassandra.thrift that return CqlRow
 CqlRow CqlRow.deepCopy()
           
 CqlRow CqlRow.setColumns(java.util.List<Column> columns)
           
 CqlRow CqlRow.setKey(byte[] key)
           
 CqlRow CqlRow.setKey(java.nio.ByteBuffer key)
           
 

Methods in org.apache.cassandra.thrift that return types with arguments of type CqlRow
 java.util.List<CqlRow> CqlResult.getRows()
           
 java.util.Iterator<CqlRow> CqlResult.getRowsIterator()
           
 

Methods in org.apache.cassandra.thrift with parameters of type CqlRow
 void CqlResult.addToRows(CqlRow elem)
           
 int CqlRow.compareTo(CqlRow other)
           
 boolean CqlRow.equals(CqlRow that)
           
 

Method parameters in org.apache.cassandra.thrift with type arguments of type CqlRow
 CqlResult CqlResult.setRows(java.util.List<CqlRow> rows)
           
 

Constructors in org.apache.cassandra.thrift with parameters of type CqlRow
CqlRow(CqlRow other)
          Performs a deep copy on other.
 



Copyright © 2013 The Apache Software Foundation