StringLiteral

Represents standard TEXT as String literal in a KQLite query.

This class corresponds to the TEXT affinity in SQLite, which is used to store character strings.

Author

MOHAMMAD AZIM ANSARI

Parameters

value

The String value of this literal.

Constructors

Link copied to clipboard
constructor(value: String)