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:
This data includes single-byte (ASCII and non-ASCII) and multibyte character 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 ]