RawBytes¶
Wraps Array[U8] val for unknown binary-format OIDs where no codec is
registered. Semantically distinct from Bytea: Bytea means "this is
known binary data from a bytea column," RawBytes means "we don't know
what this OID is and here are the raw bytes."
Implements¶
Constructors¶
create¶
Parameters¶
Returns¶
- RawBytes val^
Public fields¶
let data: Array[U8 val] val¶
Public Functions¶
eq¶
Parameters¶
- that: RawBytes val
Returns¶
- Bool val
string¶
Returns a hex representation of the bytes (e.g., \\xdeadbeef).
Returns¶
- String iso^
ne¶
Parameters¶
- that: RawBytes val
Returns¶
- Bool val