Was this page helpful?
A collection of column values.
Public Functions
Creates a new iterator for the specified row. This can be used to iterate over columns in a row.
See also
row – [in]
A new iterator that must be freed.
Get the column value at index for the specified row.
row – [in]
index – [in]
The column value at the specified index. NULL is returned if the index is out of bounds.
Get the column value by name for the specified row.
row – [in]
name – [in]
The column value for the specified name. NULL is returned if the column does not exist.
Same as cass_row_get_column_by_name(), but with lengths for string parameters.
See also
row – [in]
name – [in]
name_length – [in]
same as cass_row_get_column_by_name()
Was this page helpful?