pub unsafe extern "C" fn cass_batch_set_execution_profile_n(
    batch: *mut CassBatch,
    name: *const c_char,
    name_length: usize
) -> CassError
Expand description

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

@public @memberof CassBatch

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

@see cass_batch_set_execution_profile()