pub unsafe extern "C" fn cass_data_type_set_keyspace_n(
    data_type: *mut CassDataType,
    keyspace: *const c_char,
    keyspace_length: usize
) -> CassError
Expand description

Same as cass_data_type_set_keyspace(), but with lengths for string parameters.

@cassandra{2.1+}

@public @memberof CassDataType

@param[in] data_type @param[in] keyspace @param[in] keyspace_length @return Returns a data type that must be freed.