skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : xo_type
 

xo_type

This constructor method is used to create a detailed column data type. Refer to Chapter 5 "Schema Definition and Management" in the OpenAccess SDK SQL Engine 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)
Table 105. 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