xo_type
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- 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 |
| INPUT | ||
| type | int | The 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 | ||