To create an opaque type using Java, you can use the UDT and UDR Manager facility. For more information, see Working with Opaque Types.
All opaque data is stored in the database server table in a C struct, which is made up of various DataBlade API types, as defined in the opaque type. (For more information, see the IBM Informix: DataBlade API Programmer's Guide.)
The following table lists the mapping of DataBlade API types to their corresponding Java types.
The C struct may contain padding bytes. IBM Informix JDBC Driver automatically skips these padding bytes to make sure the next data member is properly aligned. Therefore, your Java objects do not have to take care of alignment themselves.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]