Was this page helpful?
A snapshot of the schema’s metadata.
Public Functions
Frees a schema metadata instance.
schema_meta – [in]
Gets the version of the schema metadata snapshot.
schema_meta – [in]
The snapshot version.
Gets the version of the connected Cassandra cluster.
schema_meta – [in]
Cassandra’s version
Gets the keyspace metadata for the provided keyspace name.
schema_meta – [in]
keyspace – [in]
The metadata for a keyspace. NULL if keyspace does not exist.
Same as cass_schema_meta_keyspace_by_name(), but with lengths for string parameters.
See also
schema_meta – [in]
keyspace – [in]
keyspace_length – [in]
Creates a new iterator for the specified schema metadata. This can be used to iterate over keyspace.
See also
See also
schema_meta – [in]
A new iterator that must be freed.
Was this page helpful?
On this page