Struct cassandra_cpp::Tuple [] [src]

pub struct Tuple(_);

A tuple of values.

Methods

impl Tuple
[src]

[src]

Creates a new tuple.

[src]

Creates a new tuple from an existing data type.

[src]

Gets the data type of a tuple.

[src]

Sets an null in a tuple at the specified index.

[src]

Sets a "tinyint" in a tuple at the specified index.

[src]

Sets an "smallint" in a tuple at the specified index.

[src]

Sets an "int" in a tuple at the specified index.

[src]

Sets a "date" in a tuple at the specified index.

[src]

Sets a "bigint", "counter", "timestamp" or "time" in a tuple at the specified index.

[src]

Sets a "float" in a tuple at the specified index.

[src]

Sets a "double" in a tuple at the specified index.

[src]

Sets a "boolean" in a tuple at the specified index.

[src]

Sets an "ascii", "text" or "varchar" in a tuple at the specified index.

[src]

Sets a "blob", "varint" or "custom" in a tuple at the specified index.

[src]

Sets a "uuid" or "timeuuid" in a tuple at the specified index.

[src]

Sets an "inet" in a tuple at the specified index.

[src]

Sets a "list", "map" or "set" in a tuple at the specified index.

[src]

Sets a "tuple" in a tuple at the specified index.

[src]

Sets a "udt" in a tuple at the specified index.

Trait Implementations

impl Debug for Tuple
[src]

[src]

Formats the value using the given formatter. Read more

impl Send for Tuple
[src]

impl Drop for Tuple
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Sync for Tuple