LongLiteral

class LongLiteral(value: Long) : Literal<Long>

Represents standard INTEGER a 64-bit signed Long literal in a KQLite query.

This class corresponds to the INTEGER affinity in SQLite, which can store signed integer values up to 8 bytes in length.

Author

MOHAMMAD AZIM ANSARI

Parameters

value

The Long value of this literal.

Constructors

Link copied to clipboard
constructor(value: Long)