xo_type
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This constructor method is used to create a detailed column data type. Refer to Schema definition and management in the OpenAccess SDK Programmer's Guide for information about each of the values to set.
xo_type (int type, int length, int prec, int radix, int scale, int inull)
Parameters for xo_type
| Parameter | Type | Description |
| IN | ||
| type | int | Data type as XO_TYPE_xxx. |
| length | int | The length of column data. |
| prec | int | The precision of column data. |
| radix | int | The radix for numeric data types |
| scale | int | The scale of column data. |
| inull | int | If column can have nulls. |
| RETURN | ||
| NONE |