Home | Previous Page | Next Page   Extending Data Types >

Understanding the Data Type System

The data type system that the database server uses is an extensible data type system. That is, the data type system is flexible enough to let you:

The data type system handles the interaction with the data types. A data type is a descriptor that is assigned to a variable or column to indicate the type of data that the variable or column can hold. The database server uses a data type to determine the following information:

The data type system knows how to provide this behavior for its built-in data types. When you create a UDT, you must provide this information for your data type.

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