pub unsafe extern "C" fn cass_statement_bind_user_type_by_name(
    statement: *mut CassStatement,
    name: *const c_char,
    user_type: *const CassUserType
) -> CassError
Expand description

Bind a user defined type to a query or bound statement with the specified name.

@cassandra{2.1+}

@public @memberof CassStatement

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