IBM Books

Distinct type

A distinct type is a user-defined data type that shares its internal representation with an existing type (its source type), but is considered to be a separate type for most operations. For example, you can define a distinct type called PICTURE and base it on the existing BLOB data type. Then, you can create tables with columns that use the PICTURE data type.

[ Top of Page | Table of Contents | Glossary | Index ]

[ DB2 List of Books | Search the DB2 Books ]