pub unsafe extern "C" fn cass_prepared_parameter_name(
    prepared: *const CassPrepared,
    index: usize,
    name: *mut *const c_char,
    name_length: *mut usize
) -> CassError
Expand description

Gets the name of a parameter at the specified index.

@public @memberof CassPrepared

@param[in] prepared @param[in] index @param[out] name @param[out] name_length @return CASS_OK if successful, otherwise an error occurred.