~ubuntu-branches/ubuntu/utopic/libgda5/utopic

« back to all changes in this revision

Viewing changes to doc/C/html/libgda-provider-blobop.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-02-10 13:43:47 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120210134347-pnhy092ghuopf2gm
Tags: 5.0.3-1
* New upstream release.
* Add symbols file for libgda-5.0-4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  </p>
47
47
<div class="sect2">
48
48
<div class="titlepage"><div><div><h3 class="title">
49
 
<a name="id525482"></a>get_length()</h3></div></div></div>
 
49
<a name="id591788"></a>get_length()</h3></div></div></div>
50
50
<p>
51
51
      This method returns the total length of a blob in bytes. In case of error, -1 is returned and the
52
52
      provider should have added an error (a <a class="link" href="GdaConnectionEvent.html" title="GdaConnectionEvent">GdaConnectionEvent</a>) to the connection.
54
54
</div>
55
55
<div class="sect2">
56
56
<div class="titlepage"><div><div><h3 class="title">
57
 
<a name="id485075"></a>read()</h3></div></div></div>
 
57
<a name="id447429"></a>read()</h3></div></div></div>
58
58
<p>
59
59
      This method requests that some data be read from the blob. The data read must be stored in the
60
60
      <a class="link" href="libgda-5.0-Gda-Value.html#GdaBinary">GdaBinary</a> part of the <em class="parameter"><code>blob</code></em> parameter. The data to read is
72
72
</div>
73
73
<div class="sect2">
74
74
<div class="titlepage"><div><div><h3 class="title">
75
 
<a name="id492112"></a>write()</h3></div></div></div>
 
75
<a name="id651313"></a>write()</h3></div></div></div>
76
76
<p>
77
77
      This method requests the some data be written to the blob. The data has to be written
78
78
      in the blob starting at the <em class="parameter"><code>offset</code></em> offset from the beginning of the blob.
91
91
</div>
92
92
<div class="sect2">
93
93
<div class="titlepage"><div><div><h3 class="title">
94
 
<a name="id696064"></a>write_all()</h3></div></div></div>
 
94
<a name="id654465"></a>write_all()</h3></div></div></div>
95
95
<p>
96
96
      This method requests that all the contents of the blob be replaced by some data (if necessary the
97
97
      blob is truncated from its previous length). The data to be written is the same as for the write() method, and