version 1.65, 2010/01/13 03:09:17
|
version 1.66, 2010/01/14 06:25:16
|
Line 174
|
Line 174
|
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> |
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> |
<h1>Web SQL Database</h1> |
<h1>Web SQL Database</h1> |
|
|
<h2 class="no-num no-toc" id="editor-s-draft-13-january-2010">Editor's Draft 13 January 2010</h2> |
<h2 class="no-num no-toc" id="editor-s-draft-14-january-2010">Editor's Draft 14 January 2010</h2> |
<dl><dt>Latest Published Version:</dt> |
<dl><dt>Latest Published Version:</dt> |
<dd><a href="http://www.w3.org/TR/webdatabase/">http://www.w3.org/TR/webdatabase/</a></dd> |
<dd><a href="http://www.w3.org/TR/webdatabase/">http://www.w3.org/TR/webdatabase/</a></dd> |
<dt>Latest Editor's Draft:</dt> |
<dt>Latest Editor's Draft:</dt> |
Line 246
|
Line 246
|
Working Group</a> is the W3C working group responsible for this |
Working Group</a> is the W3C working group responsible for this |
specification's progress along the W3C Recommendation track. |
specification's progress along the W3C Recommendation track. |
|
|
This specification is the 13 January 2010 Editor's Draft. |
This specification is the 14 January 2010 Editor's Draft. |
</p><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 |
</p><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 |
February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of |
February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of |
any patent disclosures</a> made in connection with the deliverables |
any patent disclosures</a> made in connection with the deliverables |
Line 789 interface <dfn id="sqlstatementerrorcall
|
Line 789 interface <dfn id="sqlstatementerrorcall
|
|
|
<p>If a <i>postflight operation</i> was defined for this instance |
<p>If a <i>postflight operation</i> was defined for this instance |
of the transaction steps, then: as one atomic operation, commit |
of the transaction steps, then: as one atomic operation, commit |
the transaction and run the <i>postflight operation</i>. If either |
the transaction and, if that succeeds, run the <i>postflight |
fails, then do neither, and instead jump to the last step. (This |
operation</i>. If the commit fails, then instead jump to the last |
is basically a hook for the <code title="dom-database-changeVersion"><a href="#dom-database-changeversion">changeVersion()</a></code> |
step. (This is basically a hook for the <code title="dom-database-changeVersion"><a href="#dom-database-changeversion">changeVersion()</a></code> |
method.)</p> |
method.)</p> |
|
|
<p>Otherwise: commit the transaction and run the <i>postflight |
<p>Otherwise: commit the transaction. If an error occurred in the |
operation</i>. If an error occurred in the committing of the |
committing of the transaction, jump to the last step.</p> |
transaction, jump to the last step.</p> |
|
|
|
</li> |
</li> |
|
|