ESQL INTEGER data type

The INTEGER data type holds an integer number in 64-bit two's complement form. This gives a range of values between -9223372036854775808 and +9223372036854775807. In addition to the normal integer literal format, integer literals can be written in hexadecimal notation, for example 0x1234abcd.

If a literal of hexadecimal form is too large to be represented as an integer, it is represented as a decimal.

The hexadecimal letters A to F can be written in uppercase or lowercase, as can the x after the initial zero.

Related concepts
Message flows
ESQL data types
Mappings

Related tasks
Developing message flow applications
Developing ESQL

Related reference
Built-in nodes
ESQL FLOAT data type
ESQL DECIMAL data type