Struct cassandra_cpp::KeyspaceMeta [] [src]

pub struct KeyspaceMeta(_);

A snapshot of the schema's metadata.

Methods

impl KeyspaceMeta
[src]

[src]

Iterator over the aggregates in this keyspace

[src]

Iterator over the field in this keyspace

[src]

Gets the table metadata for the provided table name.

[src]

Gets the data type for the provided type name.

[src]

Gets the function metadata for the provided function name.

[src]

Gets the aggregate metadata for the provided aggregate name.

[src]

Iterator over the tables in this keyspaces

[src]

Iterator over the functions in this keyspaces

[src]

Iterator over the UDTs in this keyspaces

[src]

Gets the name of the keyspace.

[src]

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]

[src]

Formats the value using the given formatter.