Home | Previous Page | Next Page   Extending the Database Server >

Extending Operators

When you build a UDT, either by extending a built-in data type or by creating an opaque data type, you must provide for the operations that the data type uses. An operation is a task that the database server performs on one or more values.

You can write special-purpose routines that extend the built-in operations of the database. The manual discusses the following specific types of operators in detail:

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