This is documentation for Caché & Ensemble.
For information on converting to InterSystems IRIS, see the InterSystems IRIS Adoption Guide and the InterSystems IRIS In-Place Conversion Guide, both available on the WRC Distributions page (login required).
Sorry, your browser does not support JavaScript or JavaScript is disabled. Please enable JavaScript or use another browser to have a better experience.
datatype class %xsd.unsignedInt extends %Library.Integer
ODBC Type: INTEGER
This is identical to the %xsd.integer data type except that it has a default MINVAL parameter of 0 and MAXVAL of 4294967295. ParametersCopy link to this section parameter MAXVAL = 4294967295; Copy link to this section The maximum allowed logical value for the data type. parameter MINVAL = 0; Copy link to this section The minimum allowed logical value for the data type. parameter XSDTYPE = unsignedInt; Copy link to this section Declares the XSD type used when projecting XML schemas. Inherited MembersCopy link to this section Inherited Methods (Including Private) DisplayToLogical() IsValid() LogicalToDisplay() Normalize() XSDToLogical()