Struct cassandra_cpp::Column [] [src]

pub struct Column(_);

Representation of a Cassandra column

Methods

impl Column
[src]

Gets the type of this column.

Gets the inet from this column or errors if you ask for the wrong type

Gets the u32 from this column or errors if you ask for the wrong type

Gets the i8 from this column or errors if you ask for the wrong type

Gets the i16 from this column or errors if you ask for the wrong type

Gets the string from this column or errors if you ask for the wrong type

Gets the blog from this column or errors if type if wrong

Gets the i32 from this column or errors if you ask for the wrong type

Gets the i64 from this column or errors if you ask for the wrong type

Gets the float from this column or errors if you ask for the wrong type

Gets the double from this column or errors if you ask for the wrong type

Gets the bool from this column or errors if you ask for the wrong type

Gets the uuid from this column or errors if you ask for the wrong type

Tests whether the column is null.

Gets an iterator over the map in this column or errors if you ask for the wrong type

Gets an iterator over the set in this column or errors if you ask for the wrong type

Gets an iterator over the fields of the user type in this column or errors if you ask for the wrong type

Trait Implementations

impl Debug for Column
[src]

Formats the value using the given formatter.

impl Display for Column
[src]

Formats the value using the given formatter. Read more