SIGNED-BIG-INTEGER
High-level tuple/database integration ยป Database types

Prev:BIG-INTEGER
Next:UNSIGNED-BIG-INTEGER


Vocabulary
db.types

Word description
For portability, if a number is known to be 64bit and signed, then this datatype may be used. Some databases, like SQLite, cannot store arbitrary bignums as BIGINT types. If storing arbitrary bignums, use FACTOR-BLOB.

See also
INTEGER, UNSIGNED-BIG-INTEGER

Definition