ShortLiteral

class ShortLiteral(value: Short) : Literal<Short>

Represents a 16-bit signed Short literal in a KQLite query.

This class corresponds to the SMALLINT data type, a subset of the INTEGER affinity in SQLite. It is used for short integer values.

Author

MOHAMMAD AZIM ANSARI

Parameters

value

The Short value of this literal.

Constructors

Link copied to clipboard
constructor(value: Short)