Opaque data type support functions

When you define a new opaque data type, you provide support functions that enable the database server to operate on the data type. The database server requires some support functions, and others are optional. The following list shows the standard functions that you define to support opaque data types:
  • Text input and output routines
  • Binary send and receive routines
  • Text import and export routines
  • Binary import and export routines

For more information about support functions for opaque data types, refer to Write support functions.