Skip to main content

%xsd.short

datatype class %xsd.short extends %Library.Integer

ODBC Type: INTEGER

This data type represents a small integer value.

Parameters

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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab