pub unsafe extern "C" fn cass_statement_bind_tuple_by_name(
    statement: *mut CassStatement,
    name: *const c_char,
    tuple: *const CassTuple
) -> CassError
Expand description

Bind a “tuple” to all the values with the specified name.

@cassandra{2.1+}

@public @memberof CassStatement

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