pub unsafe extern "C" fn cass_table_meta_name(
    table_meta: *const CassTableMeta,
    name: *mut *const c_char,
    name_length: *mut usize
)
Expand description

Gets the name of the table.

@public @memberof CassTableMeta

@param[in] table_meta @param[out] name @param[out] name_length