Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%ZEN.Datatype.integer

datatype class %ZEN.Datatype.integer extends %ZEN.Datatype.datatype

ODBC Type: VARCHAR

This datatype represents an integer value. Note: this is really a string used to hold a numeric value.

Parameters

parameter MAXLEN;
Inherited description: The maximum number of characters the string can contain.
parameter MAXVAL;
The maximum allowed logical value for the data type.
parameter MINVAL;
The minimum allowed logical value for the data type.
parameter XMLPROJECTION = attribute;

Inherited Members

Inherited Methods

FeedbackOpens in a new tab