Module /fusion/unsafe/lob
Unsafe (but fast) operations on lobs (blob and clob).
These operations perform no type-checking or bounds-checking, and they will crash or exhibit other unspecified behavior if called with invalid arguments. Use with extreme caution!
See the module /fusion/lob for more information and
related operations on lobs.
Exported Bindings
(unsafe_lob_to_hex lob)
Converts a lob to its hex encoding as a string. Returns null.string
when given null.clob or null.blob. The returned hex string does not
contain a '0x' prefix, and will only contain the characters [0-9a-f].