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

Prev:SIGNED-BIG-INTEGER
Next:DOUBLE


Vocabulary
db.types

Word description
For portability, if a number is known to be 64bit, 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, SIGNED-BIG-INTEGER

Definition