Abbreviation
|
Description
|
---|---|
DEFLEN
|
The defined length of the column; for example, for CHAR(24) the precision and length is 24
|
DEFPREC
|
The defined precision; for example, for NUMERIC(10,3) it is 10
|
DEFSCALE
|
The defined scale; for example, for NUMERIC(10,3), it is 3
|
MAXLEN
|
The maximum length of column
|
N/A
|
Not applicable
|