%Library.SmallInt
datatype class %Library.SmallInt extends %Library.Integer
ODBC Type: SMALLINT
The %SmallInt represents a small integer value. This implements the SmallInt ODBC datatypeMethod Inventory
Parameters
parameter XSDTYPE = short;
Declares the XSD type used when projecting XML Schemas.
Methods
classmethod IsValid(%val As %CacheString) as %Status
Tests if the logical value %val, which is an integer value, is valid.
The validation is based on the class parameter settings used
for the class attribute this data type is associated with.
In this case, MAXVAL and MINVAL.
classmethod Normalize(%val As %CacheString) as %Integer
Converts %val to a normalized value.
Converts the SOAP encoded input decimal value into a Cache %SmallInt value.
Returns "" for error.