Was this page helpful?
Column metadata
Public Functions
Gets the name of the column.
column_meta – [in]
name – [out]
name_length – [out]
Gets the type of the column.
column_meta – [in]
The column’s type.
Gets the data type of the column.
column_meta – [in]
The column’s data type.
Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying “columns” metadata table.
column_meta – [in]
name – [in]
A metadata field value. NULL if the field does not exist.
Same as cass_column_meta_field_by_name(), but with lengths for string parameters.
See also
column_meta – [in]
name – [in]
name_length – [in]
same as cass_column_meta_field_by_name()
Creates a new fields iterator for the specified column metadata. Metadata fields allow direct access to the column data found in the underlying “columns” metadata table. This can be used to iterate those metadata field entries.
See also
See also
See also
column_meta – [in]
A new iterator that must be freed.
Was this page helpful?
On this page