Struct cassandra_cpp::Value [] [src]

pub struct Value(_);

A single primitive value or a collection of values.

Methods

impl Value
[src]

Gets the name of the keyspace.

Get the type of this Cassandra value

Get the data type of this Cassandra value

Returns true if a specified value is null.

Returns true if a specified value is a collection.

Gets this value as a set iterator.

Gets this value as a map iterator.

Get this value as a string

Get this value as an Inet

Get this value as an i32

Get this value as an i16

Get this value as an i8

Get this value as an i64

Get this value as a float

Get this value as a double

Get this value asa boolean

Get this value as a UUID

Trait Implementations

impl Debug for Value
[src]

Formats the value using the given formatter.

impl Display for Value
[src]

Formats the value using the given formatter. Read more