This file is indexed.

/usr/share/doc/cl-sql/html/ref-transaction.html is in cl-sql 6.5.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Transaction Handling</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="CLSQL Users' Guide" /><link rel="up" href="index.html" title="CLSQL Users' Guide" /><link rel="prev" href="map-query.html" title="MAP-QUERY" /><link rel="next" href="start-transaction.html" title="START-TRANSACTION" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Transaction Handling</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="map-query.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="start-transaction.html">Next</a></td></tr></table><hr /></div><div class="reference"><div class="titlepage"><div><div><h1 class="title"><a id="ref-transaction"></a>Transaction Handling</h1></div></div><hr /></div><div class="partintro"><div></div><p>
      This section describes the interface provided by <span class="application"><span class="emphasis"><em>CLSQL</em></span></span> for
      handling database transactions. The interface allows for opening
      transaction blocks, committing or rolling back changes made and
      controlling autocommit behaviour.
    </p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>
      In contrast to <span class="application">CommonSQL</span>, <span class="application"><span class="emphasis"><em>CLSQL</em></span></span>, by default, starts in
      transaction AUTOCOMMIT mode (see <a class="link" href="set-autocommit.html" title="SET-AUTOCOMMIT"><code class="function">set-autocommit</code></a>).
      To begin a transaction in autocommit mode, <a class="link" href="start-transaction.html" title="START-TRANSACTION"><code class="function">start-transaction</code></a>
      has to be called explicitly.
      </p></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="refentrytitle"><a href="start-transaction.html">START-TRANSACTION</a></span><span class="refpurpose"> — Open a transaction block.</span></dt><dt><span class="refentrytitle"><a href="commit.html">COMMIT</a></span><span class="refpurpose"> — Commit modifications made in the current transaction.</span></dt><dt><span class="refentrytitle"><a href="rollback.html">ROLLBACK</a></span><span class="refpurpose"> — Roll back modifications made in the current transaction.</span></dt><dt><span class="refentrytitle"><a href="in-transaction-p.html">IN-TRANSACTION-P</a></span><span class="refpurpose"> — A predicate for testing whether a transaction is currently in progress.</span></dt><dt><span class="refentrytitle"><a href="add-transaction-commit-hook.html">ADD-TRANSACTION-COMMIT-HOOK</a></span><span class="refpurpose"> — Specify hooks to be run when committing changes.</span></dt><dt><span class="refentrytitle"><a href="add-transaction-rollback-hook.html">ADD-TRANSACTION-ROLLBACK-HOOK</a></span><span class="refpurpose"> — Specify hooks to be run when rolling back changes.</span></dt><dt><span class="refentrytitle"><a href="set-autocommit.html">SET-AUTOCOMMIT</a></span><span class="refpurpose"> — Turn on or off autocommit for a database.</span></dt><dt><span class="refentrytitle"><a href="with-transaction.html">WITH-TRANSACTION</a></span><span class="refpurpose"> — Execute a body of code within a transaction.</span></dt></dl></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="map-query.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="start-transaction.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MAP-QUERY </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> START-TRANSACTION</td></tr></table></div></body></html>