pub unsafe extern "C" fn cass_statement_bind_collection(
    statement: *mut CassStatement,
    index: usize,
    collection: *const CassCollection
) -> CassError
Expand description

Bind a “list”, “map” or “set” to a query or bound statement at the specified index.

@public @memberof CassStatement

@param[in] statement @param[in] index @param[in] collection The collection can be freed after this call. @return CASS_OK if successful, otherwise an error occurred.