gda.blob_op
Module for [BlobOp] class
Types 3
classBlobOp : gobject.object.ObjectWrap
Methods
BlobOpGidBuilder builder() static nothrowGet builder for [gda.blob_op.BlobOp] Returns: New builder objectglong getLength() nothrowglong read(gda.blob.Blob blob, glong offset, glong size) nothrowReads a chunk of bytes from the BLOB accessible through op into blob.bool readAll(gda.blob.Blob blob) nothrowReads the whole contents of the blob manipulated by op into blobglong write(gda.blob.Blob blob, glong offset) nothrowWrites 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) nothrowWrites the whole contents of blob into the blob manipulated by op. If necessary the resulting blob is truncated from its previous length.Fluent builder implementation template for gda.blob_op.BlobOp
Fluent builder for gda.blob_op.BlobOp