Struct cassandra_cpp::DataType [] [src]

pub struct DataType(_);

Any cassandra datatype

Methods

impl DataType
[src]

[src]

Creates a new data type with value type.

[src]

Creates a new data type from an existing data type.

[src]

Creates a new data type from an existing data type.

[src]

Creates a new tuple data type.

[src]

Creates a new UDT (user defined type) data type.

[src]

Gets the value type of the specified data type.

[src]

Gets the type name of a UDT data type.

[src]

Sets the type name of a UDT data type.

Note: Only valid for UDT data types.

[src]

Gets the type name of a UDT data type.

Note: Only valid for UDT data types.

[src]

Sets the keyspace of a UDT data type.

Note: Only valid for UDT data types.

[src]

Gets the class name of a custom data type.

Note: Only valid for custom data types.

[src]

Sets the class name of a custom data type.

Note: Only valid for custom data types.

[src]

Gets the sub-data type count of a UDT (user defined type), tuple or collection.

Note: Only valid for UDT, tuple and collection data types.

[src]

Gets the sub-data type of a UDT (user defined type), tuple or collection at the specified index.

Note: Only valid for UDT, tuple and collection data types.

[src]

Gets the sub-data type of a UDT (user defined type) at the specified index.

Note: Only valid for UDT data types.

[src]

Gets the sub-type name of a UDT (user defined type) at the specified index.

Note: Only valid for UDT data types.

[src]

Adds a sub-data type to a tuple or collection.

Note: Only valid for tuple and collection data types.

[src]

Gets the sub-data type of a UDT (user defined type) at the specified index.

Note: Only valid for UDT data types.

[src]

Adds a sub-data type to a tuple or collection using a value type.

Note: Only valid for tuple and collection data types.

[src]

Adds a sub-data type to a tuple or collection using a value type.

Note: Only valid for tuple and collection data types.

Trait Implementations

impl Debug for DataType
[src]

[src]

Formats the value using the given formatter.

impl Send for DataType
[src]

impl Drop for DataType
[src]

[src]

Frees a data type instance.