struct CassSchemaMeta
A snapshot of the schema’s metadata.
Functions
Frees a schema metadata instance.
Gets the version of the schema metadata snapshot.
Gets the version of the connected Cassandra cluster.
const CassKeyspaceMeta * cass_schema_meta_keyspace_by_name
(const CassSchemaMeta * schema_meta, const char * keyspace )
Gets the keyspace metadata for the provided keyspace name.
const CassKeyspaceMeta * cass_schema_meta_keyspace_by_name_n
(const CassSchemaMeta * schema_meta, const char * keyspace, size_t keyspace_length )
Same as CassSchemaMeta::cass_schema_meta_keyspace_by_name, but with lengths for string parameters.
Creates a new iterator for the specified schema metadata. This can be used to iterate over keyspace.