Server implementation

The server implementation is the programming language in which you implement your opaque data type within the database server.

Each language has restrictions on the functionality you can specify for your opaque data type:
  • C. You cannot choose a client implementation or accessor methods in C.
  • C++. See Opaque type limitations for C++/ActiveX for a list of C++ restrictions.
  • Java™. You cannot generate Java code for opaque types with 4.0.