UShort Literal
Represents a 16-bit unsigned UShort literal in a KQLite query.
This class is used for UShort values. As SQLite lacks a native unsigned integer type, KQLite stores these values in a standard INTEGER column, which is large enough to accommodate the full range of UShort without any data loss.
Author
MOHAMMAD AZIM ANSARI
Parameters
value
The UShort value of this literal.