gda.blob_op
Module for [BlobOp] class
Types 3
classBlobOp : gobject.object.ObjectWrap
Methods
BlobOpGidBuilder builder()Get builder for [gda.blob_op.BlobOp] Returns: New builder objectglong 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 blobglong 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.