Struct cassandra_cpp::TableMeta [] [src]

pub struct TableMeta(_);

Table metadata

Methods

impl TableMeta
[src]

Important traits for FieldIterator
[src]

returns an iterator over the fields of this table

Important traits for ColumnIterator
[src]

An iterator over the columns in this table

[src]

Gets the column metadata for the provided column name.

[src]

Gets the name of the table.

[src]

Gets the total number of columns for the table.

[src]

Gets the column metadata for the provided index.

[src]

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

[src]

Gets the partition key column metadata for the provided index.

[src]

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

[src]

Gets the clustering key column metadata for the provided index.

[src]

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]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for TableMeta

impl !Sync for TableMeta