ByteArrayLiteral

Represents standard BLOB as ByteArray literal in a KQLite query.

This class corresponds to the BLOB affinity in SQLite. It is used for storing raw binary data, such as files or serialized objects, exactly as provided.

Author

MOHAMMAD AZIM ANSARI

Parameters

value

The ByteArray containing the binary data for this literal.

Constructors

Link copied to clipboard
constructor(value: ByteArray)