IBM Books

SQL Getting Started


Chapter 8. Customizing and Enhancing Data Manipulation

This chapter gives a brief introduction to object-oriented extensions in DB2 Universal Database. There are many advantages to using object oriented extensions. User-defined Types (UDT) increase the set of data types available to your applications while user-defined Functions (UDF) allow for creation of application specific functions. UDFs act as methods for UDTs by providing consistent behavior and encapsulation of the types.

Special registers and system catalogs are discussed next. Special registers provide information about the connection. The system catalogs contain information about the logical and the physical structure of database objects.

This chapter covers:

A detailed discussion of the above topics is beyond the scope of this book but is presented in the SQL Reference and Administration Guide.


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

[ DB2 List of Books | Search the DB2 Books ]