pub unsafe extern "C" fn cass_statement_bind_user_type(
    statement: *mut CassStatement,
    index: usize,
    user_type: *const CassUserType
) -> CassError
Expand description

Bind a user defined type to a query or bound statement at the specified index.

@cassandra{2.1+}

@public @memberof CassStatement

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