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

Sets the execution profile to execute the batch with.

Note: NULL or empty string will clear execution profile from batch

@public @memberof CassBatch

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

@see cass_cluster_set_execution_profile()