A data type tells the database server which operations it can perform on the data type values. The database server provides the following types of operations on data types:
The plus() and times() functions are examples of operator functions for the + and * operators, respectively.
The cos() and hex() functions are examples of built-in functions.
The SUM and AVG functions are examples of aggregate functions.
The database server provides operator functions, built-in functions, and aggregate functions that handle the data types that it provides. For a description of these operations and how to extend them, see Extending Operators and Built-In Functions.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]