Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > a82b7e43adebc43f1a9ed0a9aa1cb335 > files > 20

ocaml-sqlite-devel-1.5.6-3.fc13.i686.rpm

<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Sqlite3" rel="Chapter" href="Sqlite3.html"><title>Index of exceptions</title>
</head>
<body>
<center><h1>Index of exceptions</h1></center>
<table>
<tr><td align="left"><br>E</td></tr>
<tr><td><a href="Sqlite3.html#EXCEPTIONError">Error</a> [<a href="Sqlite3.html">Sqlite3</a>]</td>
<td><div class="info">
<code class="code">Error reason</code> is raised when some SQL operation is called on a
    nonexistent handle and the functions does not return a return code,
    or if there is no error code corresponding to this error.
</div>
</td></tr>
<tr><td align="left"><br>I</td></tr>
<tr><td><a href="Sqlite3.html#EXCEPTIONInternalError">InternalError</a> [<a href="Sqlite3.html">Sqlite3</a>]</td>
<td><div class="info">
<code class="code">InternalError reason</code> is raised when the bindings detect an
    unknown/unsupported situation.
</div>
</td></tr>
<tr><td align="left"><br>R</td></tr>
<tr><td><a href="Sqlite3.html#EXCEPTIONRangeError">RangeError</a> [<a href="Sqlite3.html">Sqlite3</a>]</td>
<td><div class="info">
<code class="code">RangeError (index, maximum)</code> is raised if some column or bind
    operation refers to a nonexistent column or binding.
</div>
</td></tr>
</table><br>
</body>
</html>