BooleanLiteral

Represents standard BOOLEAN as Boolean literal in a KQLite query.

This class corresponds to the BOOLEAN data type, which is a subset of the INTEGER affinity in SQLite. It stores boolean values as integers, where true is represented by 1 and false by 0.

Author

MOHAMMAD AZIM ANSARI

Parameters

value

The Boolean value of this literal.

Constructors

Link copied to clipboard
constructor(value: Boolean)