Numeric Types

Double

A double-precision 64-bit IEEE 754 floating point.

Float

A single-precision 32-bit IEEE 754 floating point.

Long

A 64-bit signed two's complement integer. Permissible values are -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 (inclusive).

Integer

A 32-bit signed two's complement integer. Permissible values are -2,147,483,648 to 2,147,483,647 (inclusive).

Short

A 16-bit signed two's complement integer. Permissible values are -32,768 to 32,767 (inclusive).

Byte

An 8-bit signed two's complement integer. Permissible values are -128 to 127 (inclusive).

String Types

Date and Time Types