Function cassandra_cpp_sys::cass_session_get_schema_meta [] [src]

pub unsafe extern "C" fn cass_session_get_schema_meta(
    session: *const CassSession
) -> *const CassSchemaMeta

Gets a snapshot of this session's schema metadata. The returned snapshot of the schema metadata is not updated. This function must be called again to retrieve any schema changes since the previous call.

@public @memberof CassSession

@param[in] session @return A schema instance that must be freed.

@see cass_schema_free()