Struct cassandra_cpp::ColumnMeta [] [src]

pub struct ColumnMeta(_);

Column metadata

Methods

impl ColumnMeta
[src]

Important traits for FieldIterator
[src]

returns an iterator over the fields of this column

[src]

Gets the name of the column.

[src]

Gets the type of the column.

[src]

Gets the data type of the column.

[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.

Trait Implementations

impl Debug for ColumnMeta
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for ColumnMeta

impl !Sync for ColumnMeta