~ubuntu-branches/ubuntu/wily/sqlite3/wily

« back to all changes in this revision

Viewing changes to www/c3ref/update_hook.html

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-02-02 18:44:27 UTC
  • mfrom: (9.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100202184427-ti0xppn5lywwzb8h
Tags: 3.6.22-1
New upstream release (closes: #568061).

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
Note that <a href="../c3ref/prepare.html">sqlite3_prepare_v2()</a> and <a href="../c3ref/step.html">sqlite3_step()</a> both modify their
130
130
database connections for the meaning of "modify" in this paragraph.</p>
131
131
 
132
 
<p>If another function was previously registered, its pArg value
133
 
is returned.  Otherwise NULL is returned.</p>
 
132
<p>The sqlite3_update_hook(D,C,P) function
 
133
returns the P argument from the previous call
 
134
on the same <a href="../c3ref/sqlite3.html">database connection</a> D, or NULL for
 
135
the first call on D.</p>
134
136
 
135
137
<p>See also the <a href="../c3ref/commit_hook.html">sqlite3_commit_hook()</a> and <a href="../c3ref/commit_hook.html">sqlite3_rollback_hook()</a>
136
 
interfaces.</p>
137
 
 
138
 
<p>Requirements:
139
 
<a href="../hlr10000.html#H12971">H12971</a> <a href="../hlr10000.html#H12973">H12973</a> <a href="../hlr10000.html#H12975">H12975</a> <a href="../hlr10000.html#H12977">H12977</a> <a href="../hlr10000.html#H12979">H12979</a> <a href="../hlr10000.html#H12981">H12981</a> <a href="../hlr10000.html#H12983">H12983</a> <a href="../hlr10000.html#H12986">H12986</a>
 
138
interfaces.
140
139
</p><p>See also lists of
141
140
  <a href="objlist.html">Objects</a>,
142
141
  <a href="constlist.html">Constants</a>, and