Function cassandra_cpp_sys::cass_batch_new[][src]

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

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()