Data Type: (1) |--+-| Built-In Data Type |-------------------------+-----------| | (2) (3) (4) | '------------+-| User-Defined Data Type |------+-' | (5) | '-| Complex Data Type |-----------'
Sections that follow summarize these data types. For more information, see the chapter about data types in the IBM Informix Guide to SQL: Reference.
Built-in data types are data types that are defined by the database server.
Built-In Data Type: (1) |--+-| Character Data Type |----------------+-------------------| | (2) | +-| Numeric Data Type |------------------+ | (3) (4) | +--------| Large-Object Data Type |------+ | (5) | +-| Time Data Type |---------------------+ | (6) | '--------BOOLEAN-------------------------'
These are "built into the database server" in the sense that the information and support functions required to interpret and transfer these data types is part of the database server software, which supports character, numeric, large-object, and time categories of built-in data types. These are described in sections that follow.
Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]