Skip to main content

%xsd.byte

datatype class %xsd.byte extends %Library.Integer

ODBC Type: INTEGER

This data type represents a tiny integer value.

This class is identical to the %Integer data type except that it has odbctype of TINYINT, a default MAXVAL parameter value of 127, and a default MINVAL parameter value of -128.

Parameters

parameter MAXVAL = 127;
The maximum allowed logical value for the data type.
parameter MINVAL = -128;
The minimum allowed logical value for the data type.
parameter XSDTYPE = byte;
Declares the XSD type used when projecting XML schemas.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab