Class Reference
%Library.BigInt
Server:appadmin-00044-deployment-6bf4cbc86d-f76z9
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%Library] >  [BigInt]
Private  Storage

datatype class %Library.BigInt extends %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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 3


Summary

Methods
DisplayToLogical IsValid LogicalToDisplay Normalize
XSDToLogical

Subclasses
%Library.AutoIncrement %Library.Counter %Library.RowVersion

Parameters

• parameter MAXVAL = "9223372036854775807";
The maximum allowed logical value for the data type.
• parameter MINVAL = "-9223372036854775808";
The minimum allowed logical value for the data type.
• parameter XSDTYPE = "long";
Declares the XSD type used when projecting XML Schemas.

Methods

• classmethod IsValid(%val As %RawString) 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 %RawString) as %Integer
Converts %val to a normalized value.
• classmethod XSDToLogical(%val As %String) as %BigInt
Converts the SOAP encoded input decimal value into a %BiglInt value. Returns "" for error.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.