Struct cassandra_cpp::SchemaMeta [] [src]

pub struct SchemaMeta(_);

A snapshot of the schema's metadata

Methods

impl SchemaMeta
[src]

Gets the version of the schema metadata snapshot.

Gets the keyspace metadata for the provided keyspace name.

Returns an iterator over the keyspaces in this schema

Trait Implementations

impl Debug for SchemaMeta
[src]

Formats the value using the given formatter.

impl Drop for SchemaMeta
[src]

A method called when the value goes out of scope. Read more