RANDOM_ BLOB
Represents the SQLite randomblob(N) function.
This function returns an N-byte blob containing pseudo-random bytes, where N is the value from the input column.
Return
A KQLiteColumn of type ByteArray containing the pseudo-random blob.
Author
MOHAMMAD AZIM ANSARI
Parameters
bytes
The column specifying the number of bytes in the blob.