Home | Previous Page | Next Page   Writing Support Functions > Handling Locale-Sensitive Data (GLS) >

Locale-Sensitive Receive and Send Support Functions

The SENDRECV (and mi_sendrecv) data type holds the internal structure of an opaque type. This internal structure can contain the following types of locale-sensitive data:

The client application has no way of interpreting the fields of the internal structure because an opaque type is encapsulated.

The SENDRECV data type holds opaque-type data as it is transferred to and from the database server in this internal representation. You must write the receive and send support functions to interpret the locale-specific data within the SENDRECV structure.

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