%Library.BigInt
datatype class %Library.BigInt extends %Library.Integer
ODBC Type: BIGINT
The %BigInt represents a 64 bit integer value.This is identical to the %Integer data type with the exception that it has odbctype of BIGINT.
Method Inventory (Including Private)
Parameters
parameter XSDTYPE = long;
Declares the XSD type used when projecting XML Schemas.
Methods (Including Private)
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.
Converts the SOAP encoded input decimal value into a Cache %BiglInt value.
Returns "" for error.