As shown below, Connect CDC supports distribution of most Informix datatypes. In the tables of supported datatypes in the following pages, the Numeric Length column shows the maximum supported number of numeric digits, while Display Length is the maximum number of characters, or the numeric length plus an included sign, if any.
An asterisk (*) means the length is taken from the column definition in the DBMS catalog. For decimal numeric types, the length is the number of positions to the left of the decimal point. For example, a NUMERIC(10,2) column has a length of 8.
Related Topics:
Datatype |
Category |
Numeric Length |
Display Length |
---|---|---|---|
CHARACTER, CHAR |
Character |
|
<4096 a |
DATE |
Date/Interval |
|
8 |
DATETIME b |
Date/Interval |
|
20 |
DECIMAL, DEC,NUMERIC |
Decimal Numeric |
* |
|
DOUBLE PRECISION |
Approximate Numeric |
|
|
FLOAT |
Approximate Numeric |
|
|
INTEGER, INT |
Integral Numeric |
10 |
11 |
INTERVAL |
Date/Interval |
|
* |
MONEYb |
Decimal Numeric |
* |
|
NUMERIC |
Decimal Numeric |
* |
|
SERIAL c |
Integer |
10 |
10 |
SMALLFLOAT, REAL |
Approximate Numeric |
|
|
SMALLINT |
Integral Numeric |
5 |
6 |
VARCHAR,CHARACTER VARYING |
Character |
|
<255 |
aIf defined length is greater than 256, column cannot be a distribution key or lookup column b$DBMONEY variable is not supported. cFor distribution to and from Informix only. |