IBM Books

Image, Audio, and Video Extenders Administration and Programming


User-defined types

The following table lists and describes the user-defined types created by the DB2 extenders. It also lists the DB2 source data type for each UDT.

Table 13. User-defined types created by the DB2 extenders
UDT Source data type Description
DB2IMAGE VARCHAR(250) Image handle. A variable-length string that contains information needed to access an image object. Image handles are stored in a user table column enabled for the Image Extender.
DB2AUDIO VARCHAR(250) Audio handle. A variable-length string that contains information needed to access an audio object. Audio handles are stored in a user table column enabled for the Audio Extender.
DB2VIDEO VARCHAR(250) Video handle. A variable-length string that contains information needed to access a video object. Video handles are stored in a user table column enabled for the Video Extender.


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