struct CassRow
A collection of column values.
Functions
CassIterator *
cass_iterator_from_row
( row )Creates a new iterator for the specified row. This can be used to iterate over columns in a row.
const CassValue *
cass_row_get_column
( row, index )Get the column value at index for the specified row.
const CassValue *
cass_row_get_column_by_name
( row, name )Get the column value by name for the specified row.