Struct cassandra_cpp::KeyspaceMeta [] [src]

pub struct KeyspaceMeta(_);

A snapshot of the schema's metadata.

Methods

impl KeyspaceMeta
[src]

Iterator over the aggregates in this keyspace

Iterator over the field in this keyspace

Gets the table metadata for the provided table name.

Gets the data type for the provided type name.

Gets the function metadata for the provided function name.

Gets the aggregate metadata for the provided aggregate name.

Iterator over the tables in this keyspaces

Iterator over the functions in this keyspaces

Iterator over the UDTs in this keyspaces

Gets the name of the keyspace.

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

Trait Implementations

impl Debug for KeyspaceMeta
[src]

Formats the value using the given formatter.