pub unsafe extern "C" fn cass_statement_bind_tuple(
    statement: *mut CassStatement,
    index: usize,
    tuple: *const CassTuple
) -> CassError
Expand description

Bind a “tuple” to a query or bound statement at the specified index.

@cassandra{2.1+}

@public @memberof CassStatement

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