pub unsafe extern "C" fn cass_batch_new(
    type_: CassBatchType
) -> *mut CassBatch
Expand description

Creates a new batch statement with batch type.

@cassandra{2.0+}

@public @memberof CassBatch

@param[in] type @return Returns a batch statement that must be freed.

@see cass_batch_free()