Struct cassandra_cpp::ColumnMeta
[−]
[src]
pub struct ColumnMeta(_);
Column metadata
Methods
impl ColumnMeta[src]
fn field_iter(&mut self) -> FieldIterator[src]
returns an iterator over the fields of this column
fn name(&self) -> String[src]
Gets the name of the column.
fn get_type(&self) -> _CassColumnType[src]
Gets the type of the column.
fn data_type(&self) -> ConstDataType[src]
Gets the data type of the column.
fn field_by_name(&self, name: &str) -> Option<Value>[src]
Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying "columns" metadata table.