Home | Previous Page | Next Page   Extending Data Types >

Extending the Data Type System

You can extend the data type system by writing routines that provide the following additional behavior for existing built-in or extended data types:

You must register each new function in the database with the CREATE FUNCTION statement.

If you plan to enable the implicit or explicit execution of a UDR across databases, all user-defined data types and casts must be defined in all of the participating databases of the same database server instance.

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