skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Helper classes : xo_type : 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 79: 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