Home | Previous Page | Next Page   Programming DataBlade Module Routines in C > Editing Opaque Type Support Routines in opaque.c >

Hash() Function

The database server uses the Hash() function when evaluating the Equal() function for two opaque data types that do not have identical bit representations.

The C name of this function is prefaced by the name of the opaque data type: OpaqueHash().

BladeSmith generates only a template for this function. You must add code to perform the necessary operation.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]