DoubleLiteral

Represents standard REAL a 64-bit double-precision Double literal in a KQLite query.

This class corresponds to the REAL affinity in SQLite, which is used for storing floating-point values.

Author

MOHAMMAD AZIM ANSARI

Parameters

value

The Double value of this literal.

Constructors

Link copied to clipboard
constructor(value: Double)