struct CassSchema
A snapshot of the cluster’s schema metadata.
Functions
void
cass_schema_free
( schema )Frees a schema instance.
const CassSchemaMeta *
cass_schema_get_keyspace
( schema, keyspace_name )Gets a the metadata for the provided keyspace name.
CassSchemaMetaType
cass_schema_meta_type
( meta )Gets the type of the specified schema metadata.
CassIterator *
cass_iterator_from_schema
( schema )Creates a new iterator for the specified schema. This can be used to iterate over keyspace entries.