gda.blob_op

Module for [BlobOp] class

Types 3

Methods
GType _gType() @property
BlobOp self()Returns `this`, for use in `with` statements.
BlobOpGidBuilder builder()Get builder for [gda.blob_op.BlobOp] Returns: New builder object
glong getLength()
glong read(gda.blob.Blob blob, glong offset, glong size)Reads a chunk of bytes from the BLOB accessible through op into blob.
bool readAll(gda.blob.Blob blob)Reads the whole contents of the blob manipulated by op into blob
glong write(gda.blob.Blob blob, glong offset)Writes a chunk of bytes from a blob to the BLOB accessible through op, blob is unchanged after this call.
bool writeAll(gda.blob.Blob blob)Writes the whole contents of blob into the blob manipulated by op. If necessary the resulting blob is truncated from its previous length.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [gda.blob_op.BlobOp]

Methods