summaryrefslogtreecommitdiff
path: root/doc/reference/html/sqlite-module.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/html/sqlite-module.html')
-rw-r--r--doc/reference/html/sqlite-module.html66
1 files changed, 4 insertions, 62 deletions
diff --git a/doc/reference/html/sqlite-module.html b/doc/reference/html/sqlite-module.html
index f0711dc..0489791 100644
--- a/doc/reference/html/sqlite-module.html
+++ b/doc/reference/html/sqlite-module.html
@@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SQLite: Seed Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Seed Reference Manual">
<link rel="up" href="modules.html" title="Part IV. Seed Module Reference">
<link rel="prev" href="readline-module.html" title="readline">
<link rel="next" href="GtkBuilder-module.html" title="GtkBuilder">
-<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -51,65 +51,7 @@ sqlite.[OK, ERROR, INTERNAL, PERM ABORT, BUSY,
SCHEMA, TOOBIG, CONSTRAINT, MISMATCH, MISUSE,
NOLFS, AUTH, FORMAT, RANGE, NOTADB, ROW, DONE]
</pre>
-<p>
-</p>
-<div class="refsect2">
-<a name="sqlite-database"></a><h3>new sqlite.Database(filename)</h3>
-<p>Constructs a new sqlite.Database</p>
-<div class="variablelist"><table border="0" class="variablelist">
-<colgroup>
-<col align="left" valign="top">
-<col>
-</colgroup>
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>filename</code></em></span></p></td>
-<td>undefined</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span></span></p></td>
-<td>A new sqlite.Database object, the <em class="parameter"><code>status</code></em> property will be one of the SQLite status enums</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<p>
-</p>
-<hr>
-<div class="refsect2">
-<a name="sqlite-exec"></a><h3>database.exec(command, callback)</h3>
-<p>Executes the SQLite <em class="parameter"><code>command</code></em> on the given database. If <em class="parameter"><code>callback</code></em> is defined, it is called with each table entry from the given command, with a single argument. The argument has properties for each value in the returned table entry.</p>
-<p>Keep in mind that, just like in C, it is necessary to sanitize user input in your SQL before passing it to the database.</p>
-<div class="variablelist"><table border="0" class="variablelist">
-<colgroup>
-<col align="left" valign="top">
-<col>
-</colgroup>
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>command</code></em></span></p></td>
-<td>undefined</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>callback</code></em></span></p></td>
-<td>undefined</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span></span></p></td>
-<td>An SQLite status enum representing the result of the operation</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<p>
-</p>
-<hr>
-<div class="refsect2">
-<a name="sqlite-close"></a><h3>database.close()</h3>
-<p>Closes an SQLite database and syncs</p>
-</div>
-<p>
-</p>
+<span style="color: red">&lt;xi:include&gt;&lt;/xi:include&gt;</span>
</div>
<div class="refsect1">
<a name="id-1.5.4.4"></a><h2>Examples</h2>
@@ -139,6 +81,6 @@ db.close();
</div>
</div>
<div class="footer">
-<hr>Generated by GTK-Doc V1.24</div>
+<hr>Generated by GTK-Doc V1.25</div>
</body>
</html> \ No newline at end of file