Struct cassandra_cpp::UserType [] [src]

pub struct UserType(_);

A user defined type

Methods

impl UserType
[src]

[src]

Gets the data type of a user defined type.

[src]

Sets a null in a user defined type at the specified index.

[src]

Sets a null in a user defined type at the specified name.

[src]

Sets a "tinyint" in a user defined type at the specified index.

[src]

Sets a "tinyint" in a user defined type at the specified name.

[src]

Sets an "smallint" in a user defined type at the specified index.

[src]

Sets an "smallint" in a user defined type at the specified name.

[src]

Sets an "int" in a user defined type at the specified index.

[src]

Sets an "int" in a user defined type at the specified name.

[src]

Sets a "date" in a user defined type at the specified index.

[src]

Sets a "date" in a user defined type at the specified name.

[src]

Sets an "bigint", "counter", "timestamp" or "time" in a user defined type at the specified index.

[src]

Sets an "bigint", "counter", "timestamp" or "time" in a user defined type at the specified name.

[src]

Sets a "float" in a user defined type at the specified index.

[src]

Sets a "float" in a user defined type at the specified name.

[src]

Sets an "double" in a user defined type at the specified index.

[src]

Sets an "double" in a user defined type at the specified name.

[src]

Sets a "boolean" in a user defined type at the specified index.

[src]

Sets a "boolean" in a user defined type at the specified name.

[src]

Sets an "ascii", "text" or "varchar" in a user defined type at the specified index.

[src]

Sets an "ascii", "text" or "varchar" in a user defined type at the specified name.

[src]

Sets a "blob" "varint" or "custom" in a user defined type at the specified index.

[src]

Sets a "blob", "varint" or "custom" in a user defined type at the specified name.

[src]

Sets a "uuid" or "timeuuid" in a user defined type at the specified index.

[src]

Sets a "uuid" or "timeuuid" in a user defined type at the specified name.

[src]

Sets a "inet" in a user defined type at the specified index.

[src]

Sets a "inet" in a user defined type at the specified name.

[src]

Sets a "list", "map" or "set" in a user defined type at the specified index.

[src]

Sets a "list", "map" or "set" in a user defined type at the specified name.

[src]

Sets a "tuple" in a user defined type at the specified index.

[src]

Sets a "tuple" in a user defined type at the specified name.

[src]

Sets a user defined type in a user defined type at the specified index.

[src]

Sets a user defined type in a user defined type at the specified name.

Trait Implementations

impl Debug for UserType
[src]

[src]

Formats the value using the given formatter.

impl Send for UserType
[src]

impl Drop for UserType
[src]

[src]

Executes the destructor for this type. Read more