![]() |
|
Figure 2-1 charts the categories of data types that Informix database servers support.
Built-in data types and extended data types share the following characteristics. You can:
Specific exceptions are mentioned in the description of each data type. For an overview, see Built-In Data Types and Extended Data Types.
You assign data types to columns with the CREATE TABLE statement and change them with the ALTER TABLE statement. When you change an existing column data type, all data is converted to the new data type, if possible.
For information on the ALTER TABLE and CREATE TABLE statements, SQL statements that create specific data types and create and drop casts, and other data type syntax conventions, refer to the Informix Guide to SQL: Syntax.
For information about how to create and use complex data types, see the Informix Guide to Database Design and Implementation.
For information about how to create user-defined data types, see Extending Informix Dynamic Server 2000.
All Informix database servers support the data types that Figure 2-2 lists. This chapter describes each of these data types.
Figure 2-2
Dynamic Server also supports the data types that Figure 2-3 lists. This chapter describes each of these data types.
For information about Informix internal data types that SQL statements support (IMPEX, IMPEXBIN, and SENDRECV), see Extending Informix Dynamic Server 2000.