pub unsafe extern "C" fn cass_prepared_parameter_data_type_by_name(
    prepared: *const CassPrepared,
    name: *const c_char
) -> *const CassDataType
Expand description

Gets the data type of a parameter for the specified name.

@public @memberof CassPrepared

@param[in] prepared @param[in] name @return Returns a reference to the data type of the parameter. Do not free this reference as it is bound to the lifetime of the prepared.