Struct cassandra_cpp::TableMeta [] [src]

pub struct TableMeta(_);

Table metadata

Methods

impl TableMeta
[src]

returns an iterator over the fields of this table

An iterator over the columns in this table

Gets the column metadata for the provided column name.

Gets the name of the table.

Gets the total number of columns for the table.

Gets the column metadata for the provided index.

Gets the number of columns for the table's partition key.

Gets the partition key column metadata for the provided index.

Gets the number of columns for the table's clustering key

Gets the clustering key column metadata for the provided index.

Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying "tables" metadata table.

Trait Implementations

impl Debug for TableMeta
[src]

Formats the value using the given formatter.