Home | Previous Page | Next Page   Data Types > Description of Data Types >

Opaque (IDS)

An opaque type is a data type for which you must provide the following information to the database server:

The internal structure of an opaque type is not visible to the database server and can only be accessed through user-defined routines. Definitions for opaque types are stored in the sysxtdtypes system catalog table. These SQL statements maintain the definitions of opaque types in the database:

For more information on the above-mentioned SQL statements, see the IBM Informix: Guide to SQL Syntax. For information on how to create opaque types and an example of an opaque type, see IBM Informix: User-Defined Routines and Data Types Developer's Guide.

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