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

« back to all changes in this revision

Viewing changes to doc_pagelink_crossref.html

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-06-13 21:43:48 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20120613214348-uy14uupdeq0hh04k
Tags: upstream-3.7.13/www
Import upstream version 3.7.13, component www

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
2
<html><head>
 
3
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 
4
<title>Pagelink Crossreference</title>
 
5
<style type="text/css">
 
6
body {
 
7
    margin: auto;
 
8
    font-family: Verdana, sans-serif;
 
9
    padding: 8px 1%;
 
10
}
 
11
 
 
12
a { color: #044a64 }
 
13
a:visited { color: #734559 }
 
14
 
 
15
.logo { position:absolute; margin:3px; }
 
16
.tagline {
 
17
  float:right;
 
18
  text-align:right;
 
19
  font-style:italic;
 
20
  width:300px;
 
21
  margin:12px;
 
22
  margin-top:58px;
 
23
}
 
24
 
 
25
.toolbar {
 
26
  text-align: center;
 
27
  line-height: 1.6em;
 
28
  margin: 0;
 
29
  padding: 0px 8px;
 
30
}
 
31
.toolbar a { color: white; text-decoration: none; padding: 6px 12px; }
 
32
.toolbar a:visited { color: white; }
 
33
.toolbar a:hover { color: #044a64; background: white; }
 
34
 
 
35
.content    { margin: 5%; }
 
36
.content dt { font-weight:bold; }
 
37
.content dd { margin-bottom: 25px; margin-left:20%; }
 
38
.content ul { padding:0px; padding-left: 15px; margin:0px; }
 
39
 
 
40
/* rounded corners */
 
41
.se  { background: url(images/se.gif) 100% 100% no-repeat #044a64}
 
42
.sw  { background: url(images/sw.gif) 0% 100% no-repeat }
 
43
.ne  { background: url(images/ne.gif) 100% 0% no-repeat }
 
44
.nw  { background: url(images/nw.gif) 0% 0% no-repeat }
 
45
 
 
46
/* Things for "fancyformat" documents start here. */
 
47
.fancy img+p {font-style:italic}
 
48
.fancy .codeblock i { color: darkblue; }
 
49
.fancy h1,.fancy h2,.fancy h3,.fancy h4 {font-weight:normal;color:#044a64}
 
50
.fancy h2 { margin-left: 10px }
 
51
.fancy h3 { margin-left: 20px }
 
52
.fancy h4 { margin-left: 30px }
 
53
.fancy th {white-space:nowrap;text-align:left;border-bottom:solid 1px #444}
 
54
.fancy th, .fancy td {padding: 0.2em 1ex; vertical-align:top}
 
55
.fancy #toc a        { color: darkblue ; text-decoration: none }
 
56
.fancy .todo         { color: #AA3333 ; font-style : italic }
 
57
.fancy .todo:before  { content: 'TODO:' }
 
58
.fancy p.todo        { border: solid #AA3333 1px; padding: 1ex }
 
59
.fancy img { display:block; }
 
60
.fancy :link:hover, .fancy :visited:hover { background: wheat }
 
61
.fancy p,.fancy ul,.fancy ol { margin: 1em 5ex }
 
62
.fancy li p { margin: 1em 0 }
 
63
/* End of "fancyformat" specific rules. */
 
64
 
 
65
</style>
 
66
  
 
67
</head>
 
68
<body>
 
69
<div><!-- container div to satisfy validator -->
 
70
 
 
71
<a href="index.html">
 
72
<img class="logo" src="images/sqlite370_banner.gif" alt="SQLite Logo"
 
73
 border="0"></a>
 
74
<div><!-- IE hack to prevent disappearing logo--></div>
 
75
<div class="tagline">Small. Fast. Reliable.<br>Choose any three.</div>
 
76
 
 
77
<table width=100% style="clear:both"><tr><td>
 
78
  <div class="se"><div class="sw"><div class="ne"><div class="nw">
 
79
  <table width=100% style="padding:0;margin:0;cell-spacing:0"><tr>
 
80
  <td width=100%>
 
81
  <div class="toolbar">
 
82
    <a href="about.html">About</a>
 
83
    <a href="sitemap.html">Sitemap</a>
 
84
    <a href="docs.html">Documentation</a>
 
85
    <a href="download.html">Download</a>
 
86
    <a href="copyright.html">License</a>
 
87
    <a href="news.html">News</a>
 
88
    <a href="support.html">Support</a>
 
89
  </div>
 
90
<script>
 
91
  gMsg = "Search SQLite Docs..."
 
92
  function entersearch() {
 
93
    var q = document.getElementById("q");
 
94
    if( q.value == gMsg ) { q.value = "" }
 
95
    q.style.color = "black"
 
96
    q.style.fontStyle = "normal"
 
97
  }
 
98
  function leavesearch() {
 
99
    var q = document.getElementById("q");
 
100
    if( q.value == "" ) { 
 
101
      q.value = gMsg
 
102
      q.style.color = "#044a64"
 
103
      q.style.fontStyle = "italic"
 
104
    }
 
105
  }
 
106
</script>
 
107
<td>
 
108
    <div style="padding:0 1em 0px 0;white-space:nowrap">
 
109
    <form name=f method="GET" action="http://www.sqlite.org/search">
 
110
      <input id=q name=q type=text
 
111
       onfocus="entersearch()" onblur="leavesearch()" style="width:24ex;padding:1px 1ex; border:solid white 1px; font-size:0.9em ; font-style:italic;color:#044a64;" value="Search SQLite Docs...">
 
112
      <input type=submit value="Go" style="border:solid white 1px;background-color:#044a64;color:white;font-size:0.9em;padding:0 1ex">
 
113
    </form>
 
114
    </div>
 
115
  </table>
 
116
</div></div></div></div>
 
117
</td></tr></table>
 
118
<div class=startsearch></div>
 
119
  
 
120
<p>Target Page - Which pages reference it.</p><p>Pages matching (news|changes|releaselog|[0-9]to[0-9]|&#94;doc_.*_crossref) are skipped.</p><ul><li><a href="about.html">about.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="amalgamation.html">amalgamation.html</a> - <a href="compile.html">compile.html</a> <a href="custombuild.html">custombuild.html</a> <a href="doclist.html">doclist.html</a> <a href="faq.html">faq.html</a> <a href="features.html">features.html</a> <a href="howtocompile.html">howtocompile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> <a href="privatebranch.html">privatebranch.html</a> <a href="rtree.html">rtree.html</a> <a href="selfcontained.html">selfcontained.html</a> <a href="sitemap.html">sitemap.html</a> <a href="sqlite.html">sqlite.html</a> </li><li><a href="arch.html">arch.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="sitemap.html">sitemap.html</a> <a href="vdbe.html">vdbe.html</a> </li><li><a href="asyncvfs.html">asyncvfs.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="atomiccommit.html">atomiccommit.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="faq.html">faq.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lockingv3.html">lockingv3.html</a> <a href="pragma.html">pragma.html</a> <a href="sitemap.html">sitemap.html</a> <a href="tempfiles.html">tempfiles.html</a> <a href="testing.html">testing.html</a> <a href="transactional.html">transactional.html</a> <a href="wal.html">wal.html</a> </li><li><a href="autoinc.html">autoinc.html</a> - <a href="c3ref/table_column_metadata.html">c3ref/table_column_metadata.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="faq.html">faq.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="backup.html">backup.html</a> - <a href="c3ref/backup.html">c3ref/backup.html</a> <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="howtocorrupt.html">howtocorrupt.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> <a href="wal.html">wal.html</a> </li><li><a href="books.html">books.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="btreemodule.html">btreemodule.html</a> - <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/aggregate_context.html">c3ref/aggregate_context.html</a> - <a href="c3ref/context.html">c3ref/context.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/aggregate_count.html">c3ref/aggregate_count.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/auto_extension.html">c3ref/auto_extension.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/reset_auto_extension.html">c3ref/reset_auto_extension.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/backup.html">c3ref/backup.html</a> - <a href="backup.html">backup.html</a> <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> - <a href="backup.html">backup.html</a> <a href="c3ref/backup.html">c3ref/backup.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> - <a href="c3ref/bind_parameter_count.html">c3ref/bind_parameter_count.html</a> <a href="c3ref/bind_parameter_index.html">c3ref/bind_parameter_index.html</a> <a href="c3ref/bind_parameter_name.html">c3ref/bind_parameter_name.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/clear_bindings.html">c3ref/clear_bindings.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/reset.html">c3ref/reset.html</a> <a href="c3ref/result_blob.html">c3ref/result_blob.html</a> <a href="c3ref/stmt.html">c3ref/stmt.html</a> <a href="c3ref/value.html">c3ref/value.html</a> <a href="capi3.html">capi3.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="limits.html">limits.html</a> <a href="optoverview.html">optoverview.html</a> </li><li><a href="c3ref/bind_parameter_count.html">c3ref/bind_parameter_count.html</a> - <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/bind_parameter_index.html">c3ref/bind_parameter_index.html</a> <a href="c3ref/bind_parameter_name.html">c3ref/bind_parameter_name.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/bind_parameter_index.html">c3ref/bind_parameter_index.html</a> - <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/bind_parameter_count.html">c3ref/bind_parameter_count.html</a> <a href="c3ref/bind_parameter_name.html">c3ref/bind_parameter_name.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/bind_parameter_name.html">c3ref/bind_parameter_name.html</a> - <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/bind_parameter_count.html">c3ref/bind_parameter_count.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_expr.html">lang_expr.html</a> </li><li><a href="c3ref/blob.html">c3ref/blob.html</a> - <a href="c3ref/blob_bytes.html">c3ref/blob_bytes.html</a> <a href="c3ref/blob_close.html">c3ref/blob_close.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/blob_read.html">c3ref/blob_read.html</a> <a href="c3ref/blob_write.html">c3ref/blob_write.html</a> <a href="c3ref/close.html">c3ref/close.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_transaction.html">lang_transaction.html</a> <a href="malloc.html">malloc.html</a> </li><li><a href="c3ref/blob_bytes.html">c3ref/blob_bytes.html</a> - <a href="c3ref/blob.html">c3ref/blob.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/blob_read.html">c3ref/blob_read.html</a> <a href="c3ref/blob_reopen.html">c3ref/blob_reopen.html</a> <a href="c3ref/blob_write.html">c3ref/blob_write.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/blob_close.html">c3ref/blob_close.html</a> - <a href="c3ref/blob.html">c3ref/blob.html</a> <a href="c3ref/blob_bytes.html">c3ref/blob_bytes.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/blob_read.html">c3ref/blob_read.html</a> <a href="c3ref/blob_write.html">c3ref/blob_write.html</a> <a href="c3ref/close.html">c3ref/close.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_transaction.html">lang_transaction.html</a> </li><li><a href="c3ref/blob_open.html">c3ref/blob_open.html</a> - <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/blob.html">c3ref/blob.html</a> <a href="c3ref/blob_bytes.html">c3ref/blob_bytes.html</a> <a href="c3ref/blob_close.html">c3ref/blob_close.html</a> <a href="c3ref/blob_read.html">c3ref/blob_read.html</a> <a href="c3ref/blob_reopen.html">c3ref/blob_reopen.html</a> <a href="c3ref/blob_write.html">c3ref/blob_write.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="tclsqlite.html">tclsqlite.html</a> </li><li><a href="c3ref/blob_read.html">c3ref/blob_read.html</a> - <a href="c3ref/blob.html">c3ref/blob.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/blob_reopen.html">c3ref/blob_reopen.html</a> <a href="c3ref/blob_write.html">c3ref/blob_write.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/blob_reopen.html">c3ref/blob_reopen.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/blob_write.html">c3ref/blob_write.html</a> - <a href="c3ref/blob.html">c3ref/blob.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/blob_read.html">c3ref/blob_read.html</a> <a href="c3ref/blob_reopen.html">c3ref/blob_reopen.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/busy_handler.html">c3ref/busy_handler.html</a> - <a href="backup.html">backup.html</a> <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="c3ref/busy_timeout.html">c3ref/busy_timeout.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="faq.html">faq.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/busy_timeout.html">c3ref/busy_timeout.html</a> - <a href="backup.html">backup.html</a> <a href="c3ref/busy_handler.html">c3ref/busy_handler.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/sqlite3.html">c3ref/sqlite3.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="faq.html">faq.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_abort.html">c3ref/c_abort.html</a> - <a href="autoinc.html">autoinc.html</a> <a href="backup.html">backup.html</a> <a href="c3ref/auto_extension.html">c3ref/auto_extension.html</a> <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/blob_read.html">c3ref/blob_read.html</a> <a href="c3ref/blob_write.html">c3ref/blob_write.html</a> <a href="c3ref/busy_handler.html">c3ref/busy_handler.html</a> <a href="c3ref/busy_timeout.html">c3ref/busy_timeout.html</a> <a href="c3ref/c_abort_rollback.html">c3ref/c_abort_rollback.html</a> <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="c3ref/c_deny.html">c3ref/c_deny.html</a> <a href="c3ref/c_fail.html">c3ref/c_fail.html</a> <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/c_vtab_constraint_support.html">c3ref/c_vtab_constraint_support.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/config.html">c3ref/config.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/create_function.html">c3ref/create_function.html</a> <a href="c3ref/data_count.html">c3ref/data_count.html</a> <a href="c3ref/db_status.html">c3ref/db_status.html</a> <a href="c3ref/enable_shared_cache.html">c3ref/enable_shared_cache.html</a> <a href="c3ref/errcode.html">c3ref/errcode.html</a> <a href="c3ref/finalize.html">c3ref/finalize.html</a> <a href="c3ref/free.html">c3ref/free.html</a> <a href="c3ref/get_autocommit.html">c3ref/get_autocommit.html</a> <a href="c3ref/initialize.html">c3ref/initialize.html</a> <a href="c3ref/interrupt.html">c3ref/interrupt.html</a> <a href="c3ref/intro.html">c3ref/intro.html</a> <a href="c3ref/io_methods.html">c3ref/io_methods.html</a> <a href="c3ref/load_extension.html">c3ref/load_extension.html</a> <a href="c3ref/mutex_alloc.html">c3ref/mutex_alloc.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/reset.html">c3ref/reset.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/soft_heap_limit64.html">c3ref/soft_heap_limit64.html</a> <a href="c3ref/status.html">c3ref/status.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="c3ref/table_column_metadata.html">c3ref/table_column_metadata.html</a> <a href="c3ref/unlock_notify.html">c3ref/unlock_notify.html</a> <a href="c3ref/vfs.html">c3ref/vfs.html</a> <a href="c3ref/vtab_on_conflict.html">c3ref/vtab_on_conflict.html</a> <a href="c3ref/wal_hook.html">c3ref/wal_hook.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="faq.html">faq.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_transaction.html">lang_transaction.html</a> <a href="malloc.html">malloc.html</a> <a href="pragma.html">pragma.html</a> <a href="testing.html">testing.html</a> <a href="vfs.html">vfs.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/c_abort_rollback.html">c3ref/c_abort_rollback.html</a> - <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="c3ref/blob_read.html">c3ref/blob_read.html</a> <a href="c3ref/blob_write.html">c3ref/blob_write.html</a> <a href="c3ref/busy_handler.html">c3ref/busy_handler.html</a> <a href="c3ref/busy_timeout.html">c3ref/busy_timeout.html</a> <a href="c3ref/c_abort.html">c3ref/c_abort.html</a> <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/errcode.html">c3ref/errcode.html</a> <a href="c3ref/extended_result_codes.html">c3ref/extended_result_codes.html</a> <a href="c3ref/finalize.html">c3ref/finalize.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="unlock_notify.html">unlock_notify.html</a> </li><li><a href="c3ref/c_access_exists.html">c3ref/c_access_exists.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/vfs.html">c3ref/vfs.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_alter_table.html">c3ref/c_alter_table.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/update_hook.html">c3ref/update_hook.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_delete.html">lang_delete.html</a> </li><li><a href="c3ref/c_any.html">c3ref/c_any.html</a> - <a href="c3ref/collation_needed.html">c3ref/collation_needed.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/create_collation.html">c3ref/create_collation.html</a> <a href="c3ref/create_function.html">c3ref/create_function.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_blob.html">c3ref/c_blob.html</a> - <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/value_blob.html">c3ref/value_blob.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_checkpoint_full.html">c3ref/c_checkpoint_full.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> </li><li><a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> - <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="c3ref/c_status_malloc_count.html">c3ref/c_status_malloc_count.html</a> <a href="c3ref/config.html">c3ref/config.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/log.html">c3ref/log.html</a> <a href="c3ref/mem_methods.html">c3ref/mem_methods.html</a> <a href="c3ref/mutex_alloc.html">c3ref/mutex_alloc.html</a> <a href="c3ref/mutex_methods.html">c3ref/mutex_methods.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/pcache_methods2.html">c3ref/pcache_methods2.html</a> <a href="c3ref/soft_heap_limit64.html">c3ref/soft_heap_limit64.html</a> <a href="c3ref/threadsafe.html">c3ref/threadsafe.html</a> <a href="c3ref/value.html">c3ref/value.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="custombuild.html">custombuild.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> <a href="selfcontained.html">selfcontained.html</a> <a href="testing.html">testing.html</a> <a href="threadsafe.html">threadsafe.html</a> <a href="uri.html">uri.html</a> </li><li><a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/db_config.html">c3ref/db_config.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> </li><li><a href="c3ref/c_dbstatus_options.html">c3ref/c_dbstatus_options.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/db_status.html">c3ref/db_status.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> </li><li><a href="c3ref/c_deny.html">c3ref/c_deny.html</a> - <a href="c3ref/c_fail.html">c3ref/c_fail.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/vtab_on_conflict.html">c3ref/vtab_on_conflict.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_delete.html">lang_delete.html</a> </li><li><a href="c3ref/c_fail.html">c3ref/c_fail.html</a> - <a href="c3ref/c_abort.html">c3ref/c_abort.html</a> <a href="c3ref/c_deny.html">c3ref/c_deny.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/vtab_on_conflict.html">c3ref/vtab_on_conflict.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/file_control.html">c3ref/file_control.html</a> <a href="c3ref/io_methods.html">c3ref/io_methods.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> <a href="psow.html">psow.html</a> </li><li><a href="c3ref/c_index_constraint_eq.html">c3ref/c_index_constraint_eq.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/index_info.html">c3ref/index_info.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_iocap_atomic.html">c3ref/c_iocap_atomic.html</a> - <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/io_methods.html">c3ref/io_methods.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="psow.html">psow.html</a> </li><li><a href="c3ref/c_limit_attached.html">c3ref/c_limit_attached.html</a> - <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/create_function.html">c3ref/create_function.html</a> <a href="c3ref/limit.html">c3ref/limit.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="limits.html">limits.html</a> <a href="pragma.html">pragma.html</a> </li><li><a href="c3ref/c_lock_exclusive.html">c3ref/c_lock_exclusive.html</a> - <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/io_methods.html">c3ref/io_methods.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_mutex_fast.html">c3ref/c_mutex_fast.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/mem_methods.html">c3ref/mem_methods.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_open_autoproxy.html">c3ref/c_open_autoproxy.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/intro.html">c3ref/intro.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/uri_boolean.html">c3ref/uri_boolean.html</a> <a href="c3ref/vfs.html">c3ref/vfs.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sharedcache.html">sharedcache.html</a> <a href="threadsafe.html">threadsafe.html</a> <a href="uri.html">uri.html</a> </li><li><a href="c3ref/c_shm_exclusive.html">c3ref/c_shm_exclusive.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_shm_nlock.html">c3ref/c_shm_nlock.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_source_id.html">c3ref/c_source_id.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/libversion.html">c3ref/libversion.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_static.html">c3ref/c_static.html</a> - <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_status_malloc_count.html">c3ref/c_status_malloc_count.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/status.html">c3ref/status.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> </li><li><a href="c3ref/c_stmtstatus_counter.html">c3ref/c_stmtstatus_counter.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/stmt_status.html">c3ref/stmt_status.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_indexedby.html">lang_indexedby.html</a> </li><li><a href="c3ref/c_sync_dataonly.html">c3ref/c_sync_dataonly.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/io_methods.html">c3ref/io_methods.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/c_testctrl_always.html">c3ref/c_testctrl_always.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="testing.html">testing.html</a> </li><li><a href="c3ref/c_vtab_constraint_support.html">c3ref/c_vtab_constraint_support.html</a> - <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/vtab_config.html">c3ref/vtab_config.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/clear_bindings.html">c3ref/clear_bindings.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/reset.html">c3ref/reset.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/close.html">c3ref/close.html</a> - <a href="backup.html">backup.html</a> <a href="c3ref/create_collation.html">c3ref/create_collation.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/sqlite3.html">c3ref/sqlite3.html</a> <a href="c3ref/unlock_notify.html">c3ref/unlock_notify.html</a> <a href="capi3.html">capi3.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> <a href="quickstart.html">quickstart.html</a> <a href="tempfiles.html">tempfiles.html</a> </li><li><a href="c3ref/collation_needed.html">c3ref/collation_needed.html</a> - <a href="c3ref/create_collation.html">c3ref/create_collation.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/column_blob.html">c3ref/column_blob.html</a> - <a href="c3ref/data_count.html">c3ref/data_count.html</a> <a href="c3ref/exec.html">c3ref/exec.html</a> <a href="c3ref/free_table.html">c3ref/free_table.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="c3ref/value.html">c3ref/value.html</a> <a href="c3ref/value_blob.html">c3ref/value_blob.html</a> <a href="capi3.html">capi3.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/column_count.html">c3ref/column_count.html</a> - <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/data_count.html">c3ref/data_count.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3.html">capi3.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/column_database_name.html">c3ref/column_database_name.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/column_decltype.html">c3ref/column_decltype.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/column_name.html">c3ref/column_name.html</a> - <a href="c3ref/exec.html">c3ref/exec.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/commit_hook.html">c3ref/commit_hook.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/update_hook.html">c3ref/update_hook.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/compileoption_get.html">c3ref/compileoption_get.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="pragma.html">pragma.html</a> </li><li><a href="c3ref/complete.html">c3ref/complete.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="tclsqlite.html">tclsqlite.html</a> </li><li><a href="c3ref/config.html">c3ref/config.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/db_config.html">c3ref/db_config.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/initialize.html">c3ref/initialize.html</a> <a href="c3ref/log.html">c3ref/log.html</a> <a href="c3ref/mem_methods.html">c3ref/mem_methods.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/pcache_methods2.html">c3ref/pcache_methods2.html</a> <a href="c3ref/soft_heap_limit64.html">c3ref/soft_heap_limit64.html</a> <a href="c3ref/threadsafe.html">c3ref/threadsafe.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="custombuild.html">custombuild.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> <a href="privatebranch.html">privatebranch.html</a> <a href="selfcontained.html">selfcontained.html</a> <a href="testing.html">testing.html</a> <a href="threadsafe.html">threadsafe.html</a> <a href="uri.html">uri.html</a> </li><li><a href="c3ref/constlist.html">c3ref/constlist.html</a> - </li><li><a href="c3ref/context.html">c3ref/context.html</a> - <a href="c3ref/aggregate_context.html">c3ref/aggregate_context.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/result_blob.html">c3ref/result_blob.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/context_db_handle.html">c3ref/context_db_handle.html</a> - <a href="c3ref/context.html">c3ref/context.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/create_collation.html">c3ref/create_collation.html</a> - <a href="c3ref/collation_needed.html">c3ref/collation_needed.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="datatype3.html">datatype3.html</a> <a href="different.html">different.html</a> <a href="faq.html">faq.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/create_function.html">c3ref/create_function.html</a> - <a href="c3ref/context.html">c3ref/context.html</a> <a href="c3ref/context_db_handle.html">c3ref/context_db_handle.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/result_blob.html">c3ref/result_blob.html</a> <a href="c3ref/sqlite3.html">c3ref/sqlite3.html</a> <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="c3ref/user_data.html">c3ref/user_data.html</a> <a href="c3ref/value.html">c3ref/value.html</a> <a href="c3ref/value_blob.html">c3ref/value_blob.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="different.html">different.html</a> <a href="faq.html">faq.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_aggfunc.html">lang_aggfunc.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="pragma.html">pragma.html</a> <a href="rtree.html">rtree.html</a> </li><li><a href="c3ref/create_module.html">c3ref/create_module.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/module.html">c3ref/module.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_createvtab.html">lang_createvtab.html</a> <a href="rtree.html">rtree.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/data_count.html">c3ref/data_count.html</a> - <a href="c3ref/column_count.html">c3ref/column_count.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3.html">capi3.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/data_directory.html">c3ref/data_directory.html</a> - <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> </li><li><a href="c3ref/db_config.html">c3ref/db_config.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> <a href="privatebranch.html">privatebranch.html</a> </li><li><a href="c3ref/db_filename.html">c3ref/db_filename.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/db_handle.html">c3ref/db_handle.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="unlock_notify.html">unlock_notify.html</a> </li><li><a href="c3ref/db_mutex.html">c3ref/db_mutex.html</a> - <a href="c3ref/errcode.html">c3ref/errcode.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/db_readonly.html">c3ref/db_readonly.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/db_release_memory.html">c3ref/db_release_memory.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/release_memory.html">c3ref/release_memory.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> </li><li><a href="c3ref/db_status.html">c3ref/db_status.html</a> - <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="c3ref/c_dbstatus_options.html">c3ref/c_dbstatus_options.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/status.html">c3ref/status.html</a> <a href="c3ref/stmt_status.html">c3ref/stmt_status.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> </li><li><a href="c3ref/declare_vtab.html">c3ref/declare_vtab.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/enable_load_extension.html">c3ref/enable_load_extension.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/load_extension.html">c3ref/load_extension.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="tclsqlite.html">tclsqlite.html</a> </li><li><a href="c3ref/enable_shared_cache.html">c3ref/enable_shared_cache.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> <a href="sharedcache.html">sharedcache.html</a> </li><li><a href="c3ref/errcode.html">c3ref/errcode.html</a> - <a href="backup.html">backup.html</a> <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/file_control.html">c3ref/file_control.html</a> <a href="c3ref/free_table.html">c3ref/free_table.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/exec.html">c3ref/exec.html</a> - <a href="backup.html">backup.html</a> <a href="c3ref/free_table.html">c3ref/free_table.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/progress_handler.html">c3ref/progress_handler.html</a> <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="capi3.html">capi3.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="faq.html">faq.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="pragma.html">pragma.html</a> <a href="quickstart.html">quickstart.html</a> </li><li><a href="c3ref/experimental.html">c3ref/experimental.html</a> - <a href="c3ref/aggregate_count.html">c3ref/aggregate_count.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/extended_result_codes.html">c3ref/extended_result_codes.html</a> - <a href="c3ref/c_abort_rollback.html">c3ref/c_abort_rollback.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/file.html">c3ref/file.html</a> - <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/file_control.html">c3ref/file_control.html</a> <a href="c3ref/io_methods.html">c3ref/io_methods.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/vfs.html">c3ref/vfs.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="vfs.html">vfs.html</a> </li><li><a href="c3ref/file_control.html">c3ref/file_control.html</a> - <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/io_methods.html">c3ref/io_methods.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> <a href="psow.html">psow.html</a> </li><li><a href="c3ref/finalize.html">c3ref/finalize.html</a> - <a href="c3ref/close.html">c3ref/close.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/column_database_name.html">c3ref/column_database_name.html</a> <a href="c3ref/column_name.html">c3ref/column_name.html</a> <a href="c3ref/exec.html">c3ref/exec.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="c3ref/stmt.html">c3ref/stmt.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="faq.html">faq.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_transaction.html">lang_transaction.html</a> <a href="malloc.html">malloc.html</a> <a href="pragma.html">pragma.html</a> <a href="tclsqlite.html">tclsqlite.html</a> </li><li><a href="c3ref/free.html">c3ref/free.html</a> - <a href="c3ref/auto_extension.html">c3ref/auto_extension.html</a> <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/c_status_malloc_count.html">c3ref/c_status_malloc_count.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/data_directory.html">c3ref/data_directory.html</a> <a href="c3ref/exec.html">c3ref/exec.html</a> <a href="c3ref/free_table.html">c3ref/free_table.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/index_info.html">c3ref/index_info.html</a> <a href="c3ref/load_extension.html">c3ref/load_extension.html</a> <a href="c3ref/mem_methods.html">c3ref/mem_methods.html</a> <a href="c3ref/memory_highwater.html">c3ref/memory_highwater.html</a> <a href="c3ref/mprintf.html">c3ref/mprintf.html</a> <a href="c3ref/mutex_methods.html">c3ref/mutex_methods.html</a> <a href="c3ref/result_blob.html">c3ref/result_blob.html</a> <a href="c3ref/temp_directory.html">c3ref/temp_directory.html</a> <a href="c3ref/vtab.html">c3ref/vtab.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="custombuild.html">custombuild.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/free_table.html">c3ref/free_table.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/progress_handler.html">c3ref/progress_handler.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> </li><li><a href="c3ref/funclist.html">c3ref/funclist.html</a> - <a href="about.html">about.html</a> <a href="cintro.html">cintro.html</a> <a href="index.html">index.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="c3ref/get_autocommit.html">c3ref/get_autocommit.html</a> - <a href="c3ref/blob_close.html">c3ref/blob_close.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_transaction.html">lang_transaction.html</a> </li><li><a href="c3ref/get_auxdata.html">c3ref/get_auxdata.html</a> - <a href="c3ref/context.html">c3ref/context.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/index_info.html">c3ref/index_info.html</a> - <a href="c3ref/c_index_constraint_eq.html">c3ref/c_index_constraint_eq.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/initialize.html">c3ref/initialize.html</a> - <a href="c3ref/complete.html">c3ref/complete.html</a> <a href="c3ref/config.html">c3ref/config.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/mem_methods.html">c3ref/mem_methods.html</a> <a href="c3ref/mutex_methods.html">c3ref/mutex_methods.html</a> <a href="c3ref/pcache_methods2.html">c3ref/pcache_methods2.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="custombuild.html">custombuild.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/int64.html">c3ref/int64.html</a> - <a href="c3ref/intro.html">c3ref/intro.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/interrupt.html">c3ref/interrupt.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_transaction.html">lang_transaction.html</a> </li><li><a href="c3ref/intro.html">c3ref/intro.html</a> - <a href="about.html">about.html</a> <a href="capi3.html">capi3.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="docs.html">docs.html</a> <a href="features.html">features.html</a> <a href="index.html">index.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="quickstart.html">quickstart.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="c3ref/io_methods.html">c3ref/io_methods.html</a> - <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/c_iocap_atomic.html">c3ref/c_iocap_atomic.html</a> <a href="c3ref/c_lock_exclusive.html">c3ref/c_lock_exclusive.html</a> <a href="c3ref/c_shm_exclusive.html">c3ref/c_shm_exclusive.html</a> <a href="c3ref/c_shm_nlock.html">c3ref/c_shm_nlock.html</a> <a href="c3ref/c_sync_dataonly.html">c3ref/c_sync_dataonly.html</a> <a href="c3ref/file.html">c3ref/file.html</a> <a href="c3ref/file_control.html">c3ref/file_control.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/vfs.html">c3ref/vfs.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> <a href="vfs.html">vfs.html</a> <a href="wal.html">wal.html</a> </li><li><a href="c3ref/last_insert_rowid.html">c3ref/last_insert_rowid.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="faq.html">faq.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/libversion.html">c3ref/libversion.html</a> - <a href="c3ref/c_source_id.html">c3ref/c_source_id.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> </li><li><a href="c3ref/limit.html">c3ref/limit.html</a> - <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/c_limit_attached.html">c3ref/c_limit_attached.html</a> <a href="c3ref/create_function.html">c3ref/create_function.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="limits.html">limits.html</a> <a href="pragma.html">pragma.html</a> <a href="privatebranch.html">privatebranch.html</a> </li><li><a href="c3ref/load_extension.html">c3ref/load_extension.html</a> - <a href="c3ref/enable_load_extension.html">c3ref/enable_load_extension.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="howtocompile.html">howtocompile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/log.html">c3ref/log.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/mem_methods.html">c3ref/mem_methods.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_status_malloc_count.html">c3ref/c_status_malloc_count.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="custombuild.html">custombuild.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> </li><li><a href="c3ref/memory_highwater.html">c3ref/memory_highwater.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="custombuild.html">custombuild.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/module.html">c3ref/module.html</a> - <a href="c3ref/create_module.html">c3ref/create_module.html</a> <a href="c3ref/declare_vtab.html">c3ref/declare_vtab.html</a> <a href="c3ref/index_info.html">c3ref/index_info.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/overload_function.html">c3ref/overload_function.html</a> <a href="c3ref/vtab.html">c3ref/vtab.html</a> <a href="c3ref/vtab_cursor.html">c3ref/vtab_cursor.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/mprintf.html">c3ref/mprintf.html</a> - <a href="c3ref/auto_extension.html">c3ref/auto_extension.html</a> <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/log.html">c3ref/log.html</a> <a href="c3ref/vtab.html">c3ref/vtab.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/mutex.html">c3ref/mutex.html</a> - <a href="c3ref/db_mutex.html">c3ref/db_mutex.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/mutex_alloc.html">c3ref/mutex_alloc.html</a> - <a href="c3ref/c_mutex_fast.html">c3ref/c_mutex_fast.html</a> <a href="c3ref/errcode.html">c3ref/errcode.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/mutex.html">c3ref/mutex.html</a> <a href="c3ref/mutex_methods.html">c3ref/mutex_methods.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="custombuild.html">custombuild.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/mutex_held.html">c3ref/mutex_held.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/mutex_alloc.html">c3ref/mutex_alloc.html</a> <a href="c3ref/mutex_methods.html">c3ref/mutex_methods.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="testing.html">testing.html</a> </li><li><a href="c3ref/mutex_methods.html">c3ref/mutex_methods.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/next_stmt.html">c3ref/next_stmt.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/stmt_busy.html">c3ref/stmt_busy.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/objlist.html">c3ref/objlist.html</a> - </li><li><a href="c3ref/open.html">c3ref/open.html</a> - <a href="atomiccommit.html">atomiccommit.html</a> <a href="backup.html">backup.html</a> <a href="c3ref/auto_extension.html">c3ref/auto_extension.html</a> <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_open_autoproxy.html">c3ref/c_open_autoproxy.html</a> <a href="c3ref/close.html">c3ref/close.html</a> <a href="c3ref/enable_shared_cache.html">c3ref/enable_shared_cache.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/initialize.html">c3ref/initialize.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/sqlite3.html">c3ref/sqlite3.html</a> <a href="c3ref/vfs.html">c3ref/vfs.html</a> <a href="capi3.html">capi3.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="custombuild.html">custombuild.html</a> <a href="faq.html">faq.html</a> <a href="howtocorrupt.html">howtocorrupt.html</a> <a href="inmemorydb.html">inmemorydb.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="malloc.html">malloc.html</a> <a href="pragma.html">pragma.html</a> <a href="quickstart.html">quickstart.html</a> <a href="sharedcache.html">sharedcache.html</a> <a href="shortnames.html">shortnames.html</a> <a href="tempfiles.html">tempfiles.html</a> <a href="threadsafe.html">threadsafe.html</a> <a href="uri.html">uri.html</a> <a href="vfs.html">vfs.html</a> </li><li><a href="c3ref/overload_function.html">c3ref/overload_function.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/pcache.html">c3ref/pcache.html</a> - <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/pcache_methods2.html">c3ref/pcache_methods2.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/pcache_methods.html">c3ref/pcache_methods.html</a> - <a href="btreemodule.html">btreemodule.html</a> </li><li><a href="c3ref/pcache_methods2.html">c3ref/pcache_methods2.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/pcache.html">c3ref/pcache.html</a> <a href="c3ref/pcache_page.html">c3ref/pcache_page.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> </li><li><a href="c3ref/pcache_page.html">c3ref/pcache_page.html</a> - <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/prepare.html">c3ref/prepare.html</a> - <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/bind_parameter_index.html">c3ref/bind_parameter_index.html</a> <a href="c3ref/bind_parameter_name.html">c3ref/bind_parameter_name.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/commit_hook.html">c3ref/commit_hook.html</a> <a href="c3ref/db_handle.html">c3ref/db_handle.html</a> <a href="c3ref/exec.html">c3ref/exec.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/progress_handler.html">c3ref/progress_handler.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/sql.html">c3ref/sql.html</a> <a href="c3ref/sqlite3.html">c3ref/sqlite3.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="c3ref/stmt.html">c3ref/stmt.html</a> <a href="c3ref/update_hook.html">c3ref/update_hook.html</a> <a href="capi3.html">capi3.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="faq.html">faq.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_comment.html">lang_comment.html</a> <a href="limits.html">limits.html</a> <a href="malloc.html">malloc.html</a> <a href="optoverview.html">optoverview.html</a> <a href="pragma.html">pragma.html</a> <a href="tclsqlite.html">tclsqlite.html</a> <a href="unlock_notify.html">unlock_notify.html</a> <a href="vfs.html">vfs.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/profile.html">c3ref/profile.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/progress_handler.html">c3ref/progress_handler.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/randomness.html">c3ref/randomness.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/release_memory.html">c3ref/release_memory.html</a> - <a href="c3ref/db_release_memory.html">c3ref/db_release_memory.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/reset.html">c3ref/reset.html</a> - <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/clear_bindings.html">c3ref/clear_bindings.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/finalize.html">c3ref/finalize.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="c3ref/stmt.html">c3ref/stmt.html</a> <a href="c3ref/stmt_busy.html">c3ref/stmt_busy.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_transaction.html">lang_transaction.html</a> <a href="unlock_notify.html">unlock_notify.html</a> </li><li><a href="c3ref/reset_auto_extension.html">c3ref/reset_auto_extension.html</a> - <a href="c3ref/auto_extension.html">c3ref/auto_extension.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/result_blob.html">c3ref/result_blob.html</a> - <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/c_static.html">c3ref/c_static.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/context.html">c3ref/context.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/value.html">c3ref/value.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> - <a href="c3ref/c_alter_table.html">c3ref/c_alter_table.html</a> <a href="c3ref/c_deny.html">c3ref/c_deny.html</a> <a href="c3ref/c_fail.html">c3ref/c_fail.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/limit.html">c3ref/limit.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="tclsqlite.html">tclsqlite.html</a> </li><li><a href="c3ref/sleep.html">c3ref/sleep.html</a> - <a href="backup.html">backup.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/soft_heap_limit.html">c3ref/soft_heap_limit.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/soft_heap_limit64.html">c3ref/soft_heap_limit64.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/soft_heap_limit.html">c3ref/soft_heap_limit.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="custombuild.html">custombuild.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> </li><li><a href="c3ref/sql.html">c3ref/sql.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/sqlite3.html">c3ref/sqlite3.html</a> - <a href="atomiccommit.html">atomiccommit.html</a> <a href="backup.html">backup.html</a> <a href="c3ref/auto_extension.html">c3ref/auto_extension.html</a> <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/busy_handler.html">c3ref/busy_handler.html</a> <a href="c3ref/busy_timeout.html">c3ref/busy_timeout.html</a> <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="c3ref/close.html">c3ref/close.html</a> <a href="c3ref/collation_needed.html">c3ref/collation_needed.html</a> <a href="c3ref/commit_hook.html">c3ref/commit_hook.html</a> <a href="c3ref/context_db_handle.html">c3ref/context_db_handle.html</a> <a href="c3ref/create_collation.html">c3ref/create_collation.html</a> <a href="c3ref/create_function.html">c3ref/create_function.html</a> <a href="c3ref/create_module.html">c3ref/create_module.html</a> <a href="c3ref/data_directory.html">c3ref/data_directory.html</a> <a href="c3ref/db_config.html">c3ref/db_config.html</a> <a href="c3ref/db_handle.html">c3ref/db_handle.html</a> <a href="c3ref/db_mutex.html">c3ref/db_mutex.html</a> <a href="c3ref/db_status.html">c3ref/db_status.html</a> <a href="c3ref/enable_shared_cache.html">c3ref/enable_shared_cache.html</a> <a href="c3ref/errcode.html">c3ref/errcode.html</a> <a href="c3ref/exec.html">c3ref/exec.html</a> <a href="c3ref/initialize.html">c3ref/initialize.html</a> <a href="c3ref/interrupt.html">c3ref/interrupt.html</a> <a href="c3ref/intro.html">c3ref/intro.html</a> <a href="c3ref/last_insert_rowid.html">c3ref/last_insert_rowid.html</a> <a href="c3ref/limit.html">c3ref/limit.html</a> <a href="c3ref/module.html">c3ref/module.html</a> <a href="c3ref/next_stmt.html">c3ref/next_stmt.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/progress_handler.html">c3ref/progress_handler.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/table_column_metadata.html">c3ref/table_column_metadata.html</a> <a href="c3ref/temp_directory.html">c3ref/temp_directory.html</a> <a href="c3ref/update_hook.html">c3ref/update_hook.html</a> <a href="c3ref/wal_autocheckpoint.html">c3ref/wal_autocheckpoint.html</a> <a href="c3ref/wal_checkpoint.html">c3ref/wal_checkpoint.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="custombuild.html">custombuild.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_transaction.html">lang_transaction.html</a> <a href="malloc.html">malloc.html</a> <a href="pragma.html">pragma.html</a> <a href="sharedcache.html">sharedcache.html</a> <a href="tempfiles.html">tempfiles.html</a> <a href="unlock_notify.html">unlock_notify.html</a> <a href="vfs.html">vfs.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/status.html">c3ref/status.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_status_malloc_count.html">c3ref/c_status_malloc_count.html</a> <a href="c3ref/db_status.html">c3ref/db_status.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/stmt_status.html">c3ref/stmt_status.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> </li><li><a href="c3ref/step.html">c3ref/step.html</a> - <a href="backup.html">backup.html</a> <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/busy_timeout.html">c3ref/busy_timeout.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/column_database_name.html">c3ref/column_database_name.html</a> <a href="c3ref/column_name.html">c3ref/column_name.html</a> <a href="c3ref/commit_hook.html">c3ref/commit_hook.html</a> <a href="c3ref/data_count.html">c3ref/data_count.html</a> <a href="c3ref/exec.html">c3ref/exec.html</a> <a href="c3ref/finalize.html">c3ref/finalize.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/profile.html">c3ref/profile.html</a> <a href="c3ref/progress_handler.html">c3ref/progress_handler.html</a> <a href="c3ref/reset.html">c3ref/reset.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/stmt.html">c3ref/stmt.html</a> <a href="c3ref/stmt_busy.html">c3ref/stmt_busy.html</a> <a href="c3ref/unlock_notify.html">c3ref/unlock_notify.html</a> <a href="c3ref/update_hook.html">c3ref/update_hook.html</a> <a href="capi3.html">capi3.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="faq.html">faq.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> <a href="optoverview.html">optoverview.html</a> <a href="pragma.html">pragma.html</a> <a href="unlock_notify.html">unlock_notify.html</a> <a href="vfs.html">vfs.html</a> </li><li><a href="c3ref/stmt.html">c3ref/stmt.html</a> - <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/bind_parameter_count.html">c3ref/bind_parameter_count.html</a> <a href="c3ref/bind_parameter_name.html">c3ref/bind_parameter_name.html</a> <a href="c3ref/busy_handler.html">c3ref/busy_handler.html</a> <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/clear_bindings.html">c3ref/clear_bindings.html</a> <a href="c3ref/close.html">c3ref/close.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/column_count.html">c3ref/column_count.html</a> <a href="c3ref/column_database_name.html">c3ref/column_database_name.html</a> <a href="c3ref/column_decltype.html">c3ref/column_decltype.html</a> <a href="c3ref/column_name.html">c3ref/column_name.html</a> <a href="c3ref/data_count.html">c3ref/data_count.html</a> <a href="c3ref/db_handle.html">c3ref/db_handle.html</a> <a href="c3ref/finalize.html">c3ref/finalize.html</a> <a href="c3ref/intro.html">c3ref/intro.html</a> <a href="c3ref/next_stmt.html">c3ref/next_stmt.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/reset.html">c3ref/reset.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/sql.html">c3ref/sql.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="c3ref/stmt_busy.html">c3ref/stmt_busy.html</a> <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="c3ref/stmt_status.html">c3ref/stmt_status.html</a> <a href="c3ref/value_blob.html">c3ref/value_blob.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="custombuild.html">custombuild.html</a> <a href="datatype3.html">datatype3.html</a> <a href="faq.html">faq.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> <a href="optoverview.html">optoverview.html</a> <a href="unlock_notify.html">unlock_notify.html</a> <a href="vfs.html">vfs.html</a> </li><li><a href="c3ref/stmt_busy.html">c3ref/stmt_busy.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/stmt_status.html">c3ref/stmt_status.html</a> - <a href="c3ref/c_stmtstatus_counter.html">c3ref/c_stmtstatus_counter.html</a> <a href="c3ref/db_status.html">c3ref/db_status.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_indexedby.html">lang_indexedby.html</a> <a href="tclsqlite.html">tclsqlite.html</a> </li><li><a href="c3ref/stricmp.html">c3ref/stricmp.html</a> - <a href="c3ref/create_collation.html">c3ref/create_collation.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/table_column_metadata.html">c3ref/table_column_metadata.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/temp_directory.html">c3ref/temp_directory.html</a> - <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> </li><li><a href="c3ref/test_control.html">c3ref/test_control.html</a> - <a href="c3ref/c_testctrl_always.html">c3ref/c_testctrl_always.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="testing.html">testing.html</a> </li><li><a href="c3ref/threadsafe.html">c3ref/threadsafe.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/value.html">c3ref/value.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="custombuild.html">custombuild.html</a> <a href="faq.html">faq.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="threadsafe.html">threadsafe.html</a> </li><li><a href="c3ref/unlock_notify.html">c3ref/unlock_notify.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="unlock_notify.html">unlock_notify.html</a> </li><li><a href="c3ref/update_hook.html">c3ref/update_hook.html</a> - <a href="c3ref/commit_hook.html">c3ref/commit_hook.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_conflict.html">lang_conflict.html</a> </li><li><a href="c3ref/uri_boolean.html">c3ref/uri_boolean.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/user_data.html">c3ref/user_data.html</a> - <a href="c3ref/context.html">c3ref/context.html</a> <a href="c3ref/create_function.html">c3ref/create_function.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/value.html">c3ref/value.html</a> - <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/result_blob.html">c3ref/result_blob.html</a> <a href="c3ref/value_blob.html">c3ref/value_blob.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/value_blob.html">c3ref/value_blob.html</a> - <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/value.html">c3ref/value.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/vfs.html">c3ref/vfs.html</a> - <a href="asyncvfs.html">asyncvfs.html</a> <a href="btreemodule.html">btreemodule.html</a> <a href="c3ref/c_access_exists.html">c3ref/c_access_exists.html</a> <a href="c3ref/c_open_autoproxy.html">c3ref/c_open_autoproxy.html</a> <a href="c3ref/data_directory.html">c3ref/data_directory.html</a> <a href="c3ref/file.html">c3ref/file.html</a> <a href="c3ref/initialize.html">c3ref/initialize.html</a> <a href="c3ref/io_methods.html">c3ref/io_methods.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/randomness.html">c3ref/randomness.html</a> <a href="c3ref/sleep.html">c3ref/sleep.html</a> <a href="c3ref/temp_directory.html">c3ref/temp_directory.html</a> <a href="c3ref/vfs_find.html">c3ref/vfs_find.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="custombuild.html">custombuild.html</a> <a href="howtocorrupt.html">howtocorrupt.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_datefunc.html">lang_datefunc.html</a> <a href="testing.html">testing.html</a> <a href="vfs.html">vfs.html</a> </li><li><a href="c3ref/vfs_find.html">c3ref/vfs_find.html</a> - <a href="asyncvfs.html">asyncvfs.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/vfs.html">c3ref/vfs.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="custombuild.html">custombuild.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="privatebranch.html">privatebranch.html</a> <a href="uri.html">uri.html</a> <a href="vfs.html">vfs.html</a> </li><li><a href="c3ref/vtab.html">c3ref/vtab.html</a> - <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/vtab_config.html">c3ref/vtab_config.html</a> - <a href="c3ref/c_vtab_constraint_support.html">c3ref/c_vtab_constraint_support.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/vtab_cursor.html">c3ref/vtab_cursor.html</a> - <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="c3ref/vtab_on_conflict.html">c3ref/vtab_on_conflict.html</a> - <a href="c3ref/c_abort.html">c3ref/c_abort.html</a> <a href="c3ref/c_deny.html">c3ref/c_deny.html</a> <a href="c3ref/c_fail.html">c3ref/c_fail.html</a> <a href="c3ref/c_vtab_constraint_support.html">c3ref/c_vtab_constraint_support.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="c3ref/wal_autocheckpoint.html">c3ref/wal_autocheckpoint.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/wal_checkpoint.html">c3ref/wal_checkpoint.html</a> <a href="c3ref/wal_hook.html">c3ref/wal_hook.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> <a href="wal.html">wal.html</a> </li><li><a href="c3ref/wal_checkpoint.html">c3ref/wal_checkpoint.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> <a href="wal.html">wal.html</a> </li><li><a href="c3ref/wal_checkpoint_v2.html">c3ref/wal_checkpoint_v2.html</a> - <a href="c3ref/c_checkpoint_full.html">c3ref/c_checkpoint_full.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/wal_checkpoint.html">c3ref/wal_checkpoint.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> </li><li><a href="c3ref/wal_hook.html">c3ref/wal_hook.html</a> - <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/wal_autocheckpoint.html">c3ref/wal_autocheckpoint.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="wal.html">wal.html</a> </li><li><a href="c_interface.html">c_interface.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="capi3.html">capi3.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="capi3ref.html">capi3ref.html</a> - <a href="arch.html">arch.html</a> <a href="c3ref/intro.html">c3ref/intro.html</a> <a href="doclist.html">doclist.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="cintro.html">cintro.html</a> - <a href="about.html">about.html</a> <a href="c3ref/intro.html">c3ref/intro.html</a> <a href="capi3.html">capi3.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="index.html">index.html</a> <a href="quickstart.html">quickstart.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="compile.html">compile.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_status_malloc_count.html">c3ref/c_status_malloc_count.html</a> <a href="c3ref/column_database_name.html">c3ref/column_database_name.html</a> <a href="c3ref/compileoption_get.html">c3ref/compileoption_get.html</a> <a href="c3ref/db_release_memory.html">c3ref/db_release_memory.html</a> <a href="c3ref/free.html">c3ref/free.html</a> <a href="c3ref/initialize.html">c3ref/initialize.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/release_memory.html">c3ref/release_memory.html</a> <a href="c3ref/soft_heap_limit64.html">c3ref/soft_heap_limit64.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="c3ref/table_column_metadata.html">c3ref/table_column_metadata.html</a> <a href="c3ref/threadsafe.html">c3ref/threadsafe.html</a> <a href="c3ref/unlock_notify.html">c3ref/unlock_notify.html</a> <a href="c3ref/value.html">c3ref/value.html</a> <a href="c3ref/wal_autocheckpoint.html">c3ref/wal_autocheckpoint.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="faq.html">faq.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="footprint.html">footprint.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="fts3.html">fts3.html</a> <a href="howtocompile.html">howtocompile.html</a> <a href="inmemorydb.html">inmemorydb.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_analyze.html">lang_analyze.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_keywords.html">lang_keywords.html</a> <a href="lang_update.html">lang_update.html</a> <a href="malloc.html">malloc.html</a> <a href="optoverview.html">optoverview.html</a> <a href="pragma.html">pragma.html</a> <a href="privatebranch.html">privatebranch.html</a> <a href="psow.html">psow.html</a> <a href="rtree.html">rtree.html</a> <a href="shortnames.html">shortnames.html</a> <a href="sitemap.html">sitemap.html</a> <a href="tempfiles.html">tempfiles.html</a> <a href="testing.html">testing.html</a> <a href="threadsafe.html">threadsafe.html</a> <a href="unlock_notify.html">unlock_notify.html</a> <a href="uri.html">uri.html</a> <a href="wal.html">wal.html</a> </li><li><a href="conflict.html">conflict.html</a> - <a href="doclist.html">doclist.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="consortium.html">consortium.html</a> - <a href="doclist.html">doclist.html</a> <a href="index.html">index.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> <a href="testing.html">testing.html</a> <a href="th3.html">th3.html</a> </li><li><a href="consortium_agreement-20071201.html">consortium_agreement-20071201.html</a> - <a href="consortium.html">consortium.html</a> </li><li><a href="constlist.html">constlist.html</a> - <a href="c3ref/aggregate_context.html">c3ref/aggregate_context.html</a> <a href="c3ref/aggregate_count.html">c3ref/aggregate_count.html</a> <a href="c3ref/auto_extension.html">c3ref/auto_extension.html</a> <a href="c3ref/backup.html">c3ref/backup.html</a> <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/bind_parameter_count.html">c3ref/bind_parameter_count.html</a> <a href="c3ref/bind_parameter_index.html">c3ref/bind_parameter_index.html</a> <a href="c3ref/bind_parameter_name.html">c3ref/bind_parameter_name.html</a> <a href="c3ref/blob.html">c3ref/blob.html</a> <a href="c3ref/blob_bytes.html">c3ref/blob_bytes.html</a> <a href="c3ref/blob_close.html">c3ref/blob_close.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/blob_read.html">c3ref/blob_read.html</a> <a href="c3ref/blob_reopen.html">c3ref/blob_reopen.html</a> <a href="c3ref/blob_write.html">c3ref/blob_write.html</a> <a href="c3ref/busy_handler.html">c3ref/busy_handler.html</a> <a href="c3ref/busy_timeout.html">c3ref/busy_timeout.html</a> <a href="c3ref/c_abort.html">c3ref/c_abort.html</a> <a href="c3ref/c_abort_rollback.html">c3ref/c_abort_rollback.html</a> <a href="c3ref/c_access_exists.html">c3ref/c_access_exists.html</a> <a href="c3ref/c_alter_table.html">c3ref/c_alter_table.html</a> <a href="c3ref/c_any.html">c3ref/c_any.html</a> <a href="c3ref/c_blob.html">c3ref/c_blob.html</a> <a href="c3ref/c_checkpoint_full.html">c3ref/c_checkpoint_full.html</a> <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="c3ref/c_dbstatus_options.html">c3ref/c_dbstatus_options.html</a> <a href="c3ref/c_deny.html">c3ref/c_deny.html</a> <a href="c3ref/c_fail.html">c3ref/c_fail.html</a> <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/c_index_constraint_eq.html">c3ref/c_index_constraint_eq.html</a> <a href="c3ref/c_iocap_atomic.html">c3ref/c_iocap_atomic.html</a> <a href="c3ref/c_limit_attached.html">c3ref/c_limit_attached.html</a> <a href="c3ref/c_lock_exclusive.html">c3ref/c_lock_exclusive.html</a> <a href="c3ref/c_mutex_fast.html">c3ref/c_mutex_fast.html</a> <a href="c3ref/c_open_autoproxy.html">c3ref/c_open_autoproxy.html</a> <a href="c3ref/c_shm_exclusive.html">c3ref/c_shm_exclusive.html</a> <a href="c3ref/c_shm_nlock.html">c3ref/c_shm_nlock.html</a> <a href="c3ref/c_source_id.html">c3ref/c_source_id.html</a> <a href="c3ref/c_static.html">c3ref/c_static.html</a> <a href="c3ref/c_status_malloc_count.html">c3ref/c_status_malloc_count.html</a> <a href="c3ref/c_stmtstatus_counter.html">c3ref/c_stmtstatus_counter.html</a> <a href="c3ref/c_sync_dataonly.html">c3ref/c_sync_dataonly.html</a> <a href="c3ref/c_testctrl_always.html">c3ref/c_testctrl_always.html</a> <a href="c3ref/c_vtab_constraint_support.html">c3ref/c_vtab_constraint_support.html</a> <a href="c3ref/clear_bindings.html">c3ref/clear_bindings.html</a> <a href="c3ref/close.html">c3ref/close.html</a> <a href="c3ref/collation_needed.html">c3ref/collation_needed.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/column_count.html">c3ref/column_count.html</a> <a href="c3ref/column_database_name.html">c3ref/column_database_name.html</a> <a href="c3ref/column_decltype.html">c3ref/column_decltype.html</a> <a href="c3ref/column_name.html">c3ref/column_name.html</a> <a href="c3ref/commit_hook.html">c3ref/commit_hook.html</a> <a href="c3ref/compileoption_get.html">c3ref/compileoption_get.html</a> <a href="c3ref/complete.html">c3ref/complete.html</a> <a href="c3ref/config.html">c3ref/config.html</a> <a href="c3ref/context.html">c3ref/context.html</a> <a href="c3ref/context_db_handle.html">c3ref/context_db_handle.html</a> <a href="c3ref/create_collation.html">c3ref/create_collation.html</a> <a href="c3ref/create_function.html">c3ref/create_function.html</a> <a href="c3ref/create_module.html">c3ref/create_module.html</a> <a href="c3ref/data_count.html">c3ref/data_count.html</a> <a href="c3ref/data_directory.html">c3ref/data_directory.html</a> <a href="c3ref/db_config.html">c3ref/db_config.html</a> <a href="c3ref/db_filename.html">c3ref/db_filename.html</a> <a href="c3ref/db_handle.html">c3ref/db_handle.html</a> <a href="c3ref/db_mutex.html">c3ref/db_mutex.html</a> <a href="c3ref/db_readonly.html">c3ref/db_readonly.html</a> <a href="c3ref/db_release_memory.html">c3ref/db_release_memory.html</a> <a href="c3ref/db_status.html">c3ref/db_status.html</a> <a href="c3ref/declare_vtab.html">c3ref/declare_vtab.html</a> <a href="c3ref/enable_load_extension.html">c3ref/enable_load_extension.html</a> <a href="c3ref/enable_shared_cache.html">c3ref/enable_shared_cache.html</a> <a href="c3ref/errcode.html">c3ref/errcode.html</a> <a href="c3ref/exec.html">c3ref/exec.html</a> <a href="c3ref/extended_result_codes.html">c3ref/extended_result_codes.html</a> <a href="c3ref/file.html">c3ref/file.html</a> <a href="c3ref/file_control.html">c3ref/file_control.html</a> <a href="c3ref/finalize.html">c3ref/finalize.html</a> <a href="c3ref/free.html">c3ref/free.html</a> <a href="c3ref/free_table.html">c3ref/free_table.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/get_autocommit.html">c3ref/get_autocommit.html</a> <a href="c3ref/get_auxdata.html">c3ref/get_auxdata.html</a> <a href="c3ref/index_info.html">c3ref/index_info.html</a> <a href="c3ref/initialize.html">c3ref/initialize.html</a> <a href="c3ref/int64.html">c3ref/int64.html</a> <a href="c3ref/interrupt.html">c3ref/interrupt.html</a> <a href="c3ref/intro.html">c3ref/intro.html</a> <a href="c3ref/io_methods.html">c3ref/io_methods.html</a> <a href="c3ref/last_insert_rowid.html">c3ref/last_insert_rowid.html</a> <a href="c3ref/libversion.html">c3ref/libversion.html</a> <a href="c3ref/limit.html">c3ref/limit.html</a> <a href="c3ref/load_extension.html">c3ref/load_extension.html</a> <a href="c3ref/log.html">c3ref/log.html</a> <a href="c3ref/mem_methods.html">c3ref/mem_methods.html</a> <a href="c3ref/memory_highwater.html">c3ref/memory_highwater.html</a> <a href="c3ref/module.html">c3ref/module.html</a> <a href="c3ref/mprintf.html">c3ref/mprintf.html</a> <a href="c3ref/mutex.html">c3ref/mutex.html</a> <a href="c3ref/mutex_alloc.html">c3ref/mutex_alloc.html</a> <a href="c3ref/mutex_held.html">c3ref/mutex_held.html</a> <a href="c3ref/mutex_methods.html">c3ref/mutex_methods.html</a> <a href="c3ref/next_stmt.html">c3ref/next_stmt.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/overload_function.html">c3ref/overload_function.html</a> <a href="c3ref/pcache.html">c3ref/pcache.html</a> <a href="c3ref/pcache_methods2.html">c3ref/pcache_methods2.html</a> <a href="c3ref/pcache_page.html">c3ref/pcache_page.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/profile.html">c3ref/profile.html</a> <a href="c3ref/progress_handler.html">c3ref/progress_handler.html</a> <a href="c3ref/randomness.html">c3ref/randomness.html</a> <a href="c3ref/release_memory.html">c3ref/release_memory.html</a> <a href="c3ref/reset.html">c3ref/reset.html</a> <a href="c3ref/reset_auto_extension.html">c3ref/reset_auto_extension.html</a> <a href="c3ref/result_blob.html">c3ref/result_blob.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/sleep.html">c3ref/sleep.html</a> <a href="c3ref/soft_heap_limit.html">c3ref/soft_heap_limit.html</a> <a href="c3ref/soft_heap_limit64.html">c3ref/soft_heap_limit64.html</a> <a href="c3ref/sql.html">c3ref/sql.html</a> <a href="c3ref/sqlite3.html">c3ref/sqlite3.html</a> <a href="c3ref/status.html">c3ref/status.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="c3ref/stmt.html">c3ref/stmt.html</a> <a href="c3ref/stmt_busy.html">c3ref/stmt_busy.html</a> <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="c3ref/stmt_status.html">c3ref/stmt_status.html</a> <a href="c3ref/stricmp.html">c3ref/stricmp.html</a> <a href="c3ref/table_column_metadata.html">c3ref/table_column_metadata.html</a> <a href="c3ref/temp_directory.html">c3ref/temp_directory.html</a> <a href="c3ref/test_control.html">c3ref/test_control.html</a> <a href="c3ref/threadsafe.html">c3ref/threadsafe.html</a> <a href="c3ref/unlock_notify.html">c3ref/unlock_notify.html</a> <a href="c3ref/update_hook.html">c3ref/update_hook.html</a> <a href="c3ref/uri_boolean.html">c3ref/uri_boolean.html</a> <a href="c3ref/user_data.html">c3ref/user_data.html</a> <a href="c3ref/value.html">c3ref/value.html</a> <a href="c3ref/value_blob.html">c3ref/value_blob.html</a> <a href="c3ref/vfs.html">c3ref/vfs.html</a> <a href="c3ref/vfs_find.html">c3ref/vfs_find.html</a> <a href="c3ref/vtab.html">c3ref/vtab.html</a> <a href="c3ref/vtab_config.html">c3ref/vtab_config.html</a> <a href="c3ref/vtab_cursor.html">c3ref/vtab_cursor.html</a> <a href="c3ref/vtab_on_conflict.html">c3ref/vtab_on_conflict.html</a> <a href="c3ref/wal_autocheckpoint.html">c3ref/wal_autocheckpoint.html</a> <a href="c3ref/wal_checkpoint.html">c3ref/wal_checkpoint.html</a> <a href="c3ref/wal_checkpoint_v2.html">c3ref/wal_checkpoint_v2.html</a> <a href="c3ref/wal_hook.html">c3ref/wal_hook.html</a> <a href="session/funclist.html">session/funclist.html</a> <a href="session/intro.html">session/intro.html</a> <a href="session/objlist.html">session/objlist.html</a> </li><li><a href="copyright-release.html">copyright-release.html</a> - <a href="copyright.html">copyright.html</a> </li><li><a href="copyright.html">copyright.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="famous.html">famous.html</a> <a href="faq.html">faq.html</a> <a href="features.html">features.html</a> <a href="index.html">index.html</a> <a href="sitemap.html">sitemap.html</a> <a href="support.html">support.html</a> <a href="th3.html">th3.html</a> </li><li><a href="crew.html">crew.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="custombuild.html">custombuild.html</a> - <a href="c3ref/initialize.html">c3ref/initialize.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="datatype3.html">datatype3.html</a> - <a href="c3ref/create_collation.html">c3ref/create_collation.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="faq.html">faq.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_select.html">lang_select.html</a> <a href="optoverview.html">optoverview.html</a> <a href="sitemap.html">sitemap.html</a> <a href="version3.html">version3.html</a> </li><li><a href="datatypes.html">datatypes.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="dev.html">dev.html</a> - <a href="doclist.html">doclist.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="different.html">different.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="sitemap.html">sitemap.html</a> <a href="tempfiles.html">tempfiles.html</a> </li><li><a href="doclist.html">doclist.html</a> - <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="docs.html">docs.html</a> - <a href="doclist.html">doclist.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="download.html">download.html</a> - <a href="amalgamation.html">amalgamation.html</a> <a href="doclist.html">doclist.html</a> <a href="howtocompile.html">howtocompile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="quickstart.html">quickstart.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="eqp.html">eqp.html</a> - <a href="doclist.html">doclist.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_explain.html">lang_explain.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="famous.html">famous.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="index.html">index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="faq.html">faq.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="index.html">index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="features.html">features.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="index.html">index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="fileformat.html">fileformat.html</a> - <a href="btreemodule.html">btreemodule.html</a> <a href="fts3.html">fts3.html</a> <a href="vdbe.html">vdbe.html</a> </li><li><a href="fileformat2.html">fileformat2.html</a> - <a href="atomiccommit.html">atomiccommit.html</a> <a href="autoinc.html">autoinc.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_analyze.html">lang_analyze.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="onefile.html">onefile.html</a> <a href="opcode.html">opcode.html</a> <a href="pragma.html">pragma.html</a> <a href="sitemap.html">sitemap.html</a> <a href="version3.html">version3.html</a> <a href="vfs.html">vfs.html</a> <a href="wal.html">wal.html</a> </li><li><a href="fileio.html">fileio.html</a> - <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="footprint.html">footprint.html</a> - <a href="about.html">about.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="features.html">features.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="foreignkeys.html">foreignkeys.html</a> - <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="faq.html">faq.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_conflict.html">lang_conflict.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_droptable.html">lang_droptable.html</a> <a href="pragma.html">pragma.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="formatchng.html">formatchng.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="fts3.html">fts3.html</a> - <a href="amalgamation.html">amalgamation.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="funclist.html">funclist.html</a> - <a href="c3ref/aggregate_context.html">c3ref/aggregate_context.html</a> <a href="c3ref/aggregate_count.html">c3ref/aggregate_count.html</a> <a href="c3ref/auto_extension.html">c3ref/auto_extension.html</a> <a href="c3ref/backup.html">c3ref/backup.html</a> <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/bind_parameter_count.html">c3ref/bind_parameter_count.html</a> <a href="c3ref/bind_parameter_index.html">c3ref/bind_parameter_index.html</a> <a href="c3ref/bind_parameter_name.html">c3ref/bind_parameter_name.html</a> <a href="c3ref/blob.html">c3ref/blob.html</a> <a href="c3ref/blob_bytes.html">c3ref/blob_bytes.html</a> <a href="c3ref/blob_close.html">c3ref/blob_close.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/blob_read.html">c3ref/blob_read.html</a> <a href="c3ref/blob_reopen.html">c3ref/blob_reopen.html</a> <a href="c3ref/blob_write.html">c3ref/blob_write.html</a> <a href="c3ref/busy_handler.html">c3ref/busy_handler.html</a> <a href="c3ref/busy_timeout.html">c3ref/busy_timeout.html</a> <a href="c3ref/c_abort.html">c3ref/c_abort.html</a> <a href="c3ref/c_abort_rollback.html">c3ref/c_abort_rollback.html</a> <a href="c3ref/c_access_exists.html">c3ref/c_access_exists.html</a> <a href="c3ref/c_alter_table.html">c3ref/c_alter_table.html</a> <a href="c3ref/c_any.html">c3ref/c_any.html</a> <a href="c3ref/c_blob.html">c3ref/c_blob.html</a> <a href="c3ref/c_checkpoint_full.html">c3ref/c_checkpoint_full.html</a> <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="c3ref/c_dbstatus_options.html">c3ref/c_dbstatus_options.html</a> <a href="c3ref/c_deny.html">c3ref/c_deny.html</a> <a href="c3ref/c_fail.html">c3ref/c_fail.html</a> <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/c_index_constraint_eq.html">c3ref/c_index_constraint_eq.html</a> <a href="c3ref/c_iocap_atomic.html">c3ref/c_iocap_atomic.html</a> <a href="c3ref/c_limit_attached.html">c3ref/c_limit_attached.html</a> <a href="c3ref/c_lock_exclusive.html">c3ref/c_lock_exclusive.html</a> <a href="c3ref/c_mutex_fast.html">c3ref/c_mutex_fast.html</a> <a href="c3ref/c_open_autoproxy.html">c3ref/c_open_autoproxy.html</a> <a href="c3ref/c_shm_exclusive.html">c3ref/c_shm_exclusive.html</a> <a href="c3ref/c_shm_nlock.html">c3ref/c_shm_nlock.html</a> <a href="c3ref/c_source_id.html">c3ref/c_source_id.html</a> <a href="c3ref/c_static.html">c3ref/c_static.html</a> <a href="c3ref/c_status_malloc_count.html">c3ref/c_status_malloc_count.html</a> <a href="c3ref/c_stmtstatus_counter.html">c3ref/c_stmtstatus_counter.html</a> <a href="c3ref/c_sync_dataonly.html">c3ref/c_sync_dataonly.html</a> <a href="c3ref/c_testctrl_always.html">c3ref/c_testctrl_always.html</a> <a href="c3ref/c_vtab_constraint_support.html">c3ref/c_vtab_constraint_support.html</a> <a href="c3ref/clear_bindings.html">c3ref/clear_bindings.html</a> <a href="c3ref/close.html">c3ref/close.html</a> <a href="c3ref/collation_needed.html">c3ref/collation_needed.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/column_count.html">c3ref/column_count.html</a> <a href="c3ref/column_database_name.html">c3ref/column_database_name.html</a> <a href="c3ref/column_decltype.html">c3ref/column_decltype.html</a> <a href="c3ref/column_name.html">c3ref/column_name.html</a> <a href="c3ref/commit_hook.html">c3ref/commit_hook.html</a> <a href="c3ref/compileoption_get.html">c3ref/compileoption_get.html</a> <a href="c3ref/complete.html">c3ref/complete.html</a> <a href="c3ref/config.html">c3ref/config.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/context.html">c3ref/context.html</a> <a href="c3ref/context_db_handle.html">c3ref/context_db_handle.html</a> <a href="c3ref/create_collation.html">c3ref/create_collation.html</a> <a href="c3ref/create_function.html">c3ref/create_function.html</a> <a href="c3ref/create_module.html">c3ref/create_module.html</a> <a href="c3ref/data_count.html">c3ref/data_count.html</a> <a href="c3ref/data_directory.html">c3ref/data_directory.html</a> <a href="c3ref/db_config.html">c3ref/db_config.html</a> <a href="c3ref/db_filename.html">c3ref/db_filename.html</a> <a href="c3ref/db_handle.html">c3ref/db_handle.html</a> <a href="c3ref/db_mutex.html">c3ref/db_mutex.html</a> <a href="c3ref/db_readonly.html">c3ref/db_readonly.html</a> <a href="c3ref/db_release_memory.html">c3ref/db_release_memory.html</a> <a href="c3ref/db_status.html">c3ref/db_status.html</a> <a href="c3ref/declare_vtab.html">c3ref/declare_vtab.html</a> <a href="c3ref/enable_load_extension.html">c3ref/enable_load_extension.html</a> <a href="c3ref/enable_shared_cache.html">c3ref/enable_shared_cache.html</a> <a href="c3ref/errcode.html">c3ref/errcode.html</a> <a href="c3ref/exec.html">c3ref/exec.html</a> <a href="c3ref/extended_result_codes.html">c3ref/extended_result_codes.html</a> <a href="c3ref/file.html">c3ref/file.html</a> <a href="c3ref/file_control.html">c3ref/file_control.html</a> <a href="c3ref/finalize.html">c3ref/finalize.html</a> <a href="c3ref/free.html">c3ref/free.html</a> <a href="c3ref/free_table.html">c3ref/free_table.html</a> <a href="c3ref/get_autocommit.html">c3ref/get_autocommit.html</a> <a href="c3ref/get_auxdata.html">c3ref/get_auxdata.html</a> <a href="c3ref/index_info.html">c3ref/index_info.html</a> <a href="c3ref/initialize.html">c3ref/initialize.html</a> <a href="c3ref/int64.html">c3ref/int64.html</a> <a href="c3ref/interrupt.html">c3ref/interrupt.html</a> <a href="c3ref/intro.html">c3ref/intro.html</a> <a href="c3ref/io_methods.html">c3ref/io_methods.html</a> <a href="c3ref/last_insert_rowid.html">c3ref/last_insert_rowid.html</a> <a href="c3ref/libversion.html">c3ref/libversion.html</a> <a href="c3ref/limit.html">c3ref/limit.html</a> <a href="c3ref/load_extension.html">c3ref/load_extension.html</a> <a href="c3ref/log.html">c3ref/log.html</a> <a href="c3ref/mem_methods.html">c3ref/mem_methods.html</a> <a href="c3ref/memory_highwater.html">c3ref/memory_highwater.html</a> <a href="c3ref/module.html">c3ref/module.html</a> <a href="c3ref/mprintf.html">c3ref/mprintf.html</a> <a href="c3ref/mutex.html">c3ref/mutex.html</a> <a href="c3ref/mutex_alloc.html">c3ref/mutex_alloc.html</a> <a href="c3ref/mutex_held.html">c3ref/mutex_held.html</a> <a href="c3ref/mutex_methods.html">c3ref/mutex_methods.html</a> <a href="c3ref/next_stmt.html">c3ref/next_stmt.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/overload_function.html">c3ref/overload_function.html</a> <a href="c3ref/pcache.html">c3ref/pcache.html</a> <a href="c3ref/pcache_methods2.html">c3ref/pcache_methods2.html</a> <a href="c3ref/pcache_page.html">c3ref/pcache_page.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/profile.html">c3ref/profile.html</a> <a href="c3ref/progress_handler.html">c3ref/progress_handler.html</a> <a href="c3ref/randomness.html">c3ref/randomness.html</a> <a href="c3ref/release_memory.html">c3ref/release_memory.html</a> <a href="c3ref/reset.html">c3ref/reset.html</a> <a href="c3ref/reset_auto_extension.html">c3ref/reset_auto_extension.html</a> <a href="c3ref/result_blob.html">c3ref/result_blob.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/sleep.html">c3ref/sleep.html</a> <a href="c3ref/soft_heap_limit.html">c3ref/soft_heap_limit.html</a> <a href="c3ref/soft_heap_limit64.html">c3ref/soft_heap_limit64.html</a> <a href="c3ref/sql.html">c3ref/sql.html</a> <a href="c3ref/sqlite3.html">c3ref/sqlite3.html</a> <a href="c3ref/status.html">c3ref/status.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="c3ref/stmt.html">c3ref/stmt.html</a> <a href="c3ref/stmt_busy.html">c3ref/stmt_busy.html</a> <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="c3ref/stmt_status.html">c3ref/stmt_status.html</a> <a href="c3ref/stricmp.html">c3ref/stricmp.html</a> <a href="c3ref/table_column_metadata.html">c3ref/table_column_metadata.html</a> <a href="c3ref/temp_directory.html">c3ref/temp_directory.html</a> <a href="c3ref/test_control.html">c3ref/test_control.html</a> <a href="c3ref/threadsafe.html">c3ref/threadsafe.html</a> <a href="c3ref/unlock_notify.html">c3ref/unlock_notify.html</a> <a href="c3ref/update_hook.html">c3ref/update_hook.html</a> <a href="c3ref/uri_boolean.html">c3ref/uri_boolean.html</a> <a href="c3ref/user_data.html">c3ref/user_data.html</a> <a href="c3ref/value.html">c3ref/value.html</a> <a href="c3ref/value_blob.html">c3ref/value_blob.html</a> <a href="c3ref/vfs.html">c3ref/vfs.html</a> <a href="c3ref/vfs_find.html">c3ref/vfs_find.html</a> <a href="c3ref/vtab.html">c3ref/vtab.html</a> <a href="c3ref/vtab_config.html">c3ref/vtab_config.html</a> <a href="c3ref/vtab_cursor.html">c3ref/vtab_cursor.html</a> <a href="c3ref/vtab_on_conflict.html">c3ref/vtab_on_conflict.html</a> <a href="c3ref/wal_autocheckpoint.html">c3ref/wal_autocheckpoint.html</a> <a href="c3ref/wal_checkpoint.html">c3ref/wal_checkpoint.html</a> <a href="c3ref/wal_checkpoint_v2.html">c3ref/wal_checkpoint_v2.html</a> <a href="c3ref/wal_hook.html">c3ref/wal_hook.html</a> <a href="session/constlist.html">session/constlist.html</a> <a href="session/intro.html">session/intro.html</a> <a href="session/objlist.html">session/objlist.html</a> </li><li><a href="howtocompile.html">howtocompile.html</a> - <a href="doclist.html">doclist.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="howtocorrupt.html">howtocorrupt.html</a> - <a href="doclist.html">doclist.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="shortnames.html">shortnames.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="index.html">index.html</a> - <a href="consortium.html">consortium.html</a> <a href="doclist.html">doclist.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="inmemorydb.html">inmemorydb.html</a> - <a href="c3ref/open.html">c3ref/open.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="pragma.html">pragma.html</a> <a href="sharedcache.html">sharedcache.html</a> <a href="sitemap.html">sitemap.html</a> <a href="tclsqlite.html">tclsqlite.html</a> </li><li><a href="intern-v-extern-blob.html">intern-v-extern-blob.html</a> - <a href="doclist.html">doclist.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="intro.html">intro.html</a> - <a href="c3ref/aggregate_context.html">c3ref/aggregate_context.html</a> <a href="c3ref/aggregate_count.html">c3ref/aggregate_count.html</a> <a href="c3ref/auto_extension.html">c3ref/auto_extension.html</a> <a href="c3ref/backup.html">c3ref/backup.html</a> <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/bind_parameter_count.html">c3ref/bind_parameter_count.html</a> <a href="c3ref/bind_parameter_index.html">c3ref/bind_parameter_index.html</a> <a href="c3ref/bind_parameter_name.html">c3ref/bind_parameter_name.html</a> <a href="c3ref/blob.html">c3ref/blob.html</a> <a href="c3ref/blob_bytes.html">c3ref/blob_bytes.html</a> <a href="c3ref/blob_close.html">c3ref/blob_close.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/blob_read.html">c3ref/blob_read.html</a> <a href="c3ref/blob_reopen.html">c3ref/blob_reopen.html</a> <a href="c3ref/blob_write.html">c3ref/blob_write.html</a> <a href="c3ref/busy_handler.html">c3ref/busy_handler.html</a> <a href="c3ref/busy_timeout.html">c3ref/busy_timeout.html</a> <a href="c3ref/c_abort.html">c3ref/c_abort.html</a> <a href="c3ref/c_abort_rollback.html">c3ref/c_abort_rollback.html</a> <a href="c3ref/c_access_exists.html">c3ref/c_access_exists.html</a> <a href="c3ref/c_alter_table.html">c3ref/c_alter_table.html</a> <a href="c3ref/c_any.html">c3ref/c_any.html</a> <a href="c3ref/c_blob.html">c3ref/c_blob.html</a> <a href="c3ref/c_checkpoint_full.html">c3ref/c_checkpoint_full.html</a> <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="c3ref/c_dbstatus_options.html">c3ref/c_dbstatus_options.html</a> <a href="c3ref/c_deny.html">c3ref/c_deny.html</a> <a href="c3ref/c_fail.html">c3ref/c_fail.html</a> <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/c_index_constraint_eq.html">c3ref/c_index_constraint_eq.html</a> <a href="c3ref/c_iocap_atomic.html">c3ref/c_iocap_atomic.html</a> <a href="c3ref/c_limit_attached.html">c3ref/c_limit_attached.html</a> <a href="c3ref/c_lock_exclusive.html">c3ref/c_lock_exclusive.html</a> <a href="c3ref/c_mutex_fast.html">c3ref/c_mutex_fast.html</a> <a href="c3ref/c_open_autoproxy.html">c3ref/c_open_autoproxy.html</a> <a href="c3ref/c_shm_exclusive.html">c3ref/c_shm_exclusive.html</a> <a href="c3ref/c_shm_nlock.html">c3ref/c_shm_nlock.html</a> <a href="c3ref/c_source_id.html">c3ref/c_source_id.html</a> <a href="c3ref/c_static.html">c3ref/c_static.html</a> <a href="c3ref/c_status_malloc_count.html">c3ref/c_status_malloc_count.html</a> <a href="c3ref/c_stmtstatus_counter.html">c3ref/c_stmtstatus_counter.html</a> <a href="c3ref/c_sync_dataonly.html">c3ref/c_sync_dataonly.html</a> <a href="c3ref/c_testctrl_always.html">c3ref/c_testctrl_always.html</a> <a href="c3ref/c_vtab_constraint_support.html">c3ref/c_vtab_constraint_support.html</a> <a href="c3ref/clear_bindings.html">c3ref/clear_bindings.html</a> <a href="c3ref/close.html">c3ref/close.html</a> <a href="c3ref/collation_needed.html">c3ref/collation_needed.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/column_count.html">c3ref/column_count.html</a> <a href="c3ref/column_database_name.html">c3ref/column_database_name.html</a> <a href="c3ref/column_decltype.html">c3ref/column_decltype.html</a> <a href="c3ref/column_name.html">c3ref/column_name.html</a> <a href="c3ref/commit_hook.html">c3ref/commit_hook.html</a> <a href="c3ref/compileoption_get.html">c3ref/compileoption_get.html</a> <a href="c3ref/complete.html">c3ref/complete.html</a> <a href="c3ref/config.html">c3ref/config.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/context.html">c3ref/context.html</a> <a href="c3ref/context_db_handle.html">c3ref/context_db_handle.html</a> <a href="c3ref/create_collation.html">c3ref/create_collation.html</a> <a href="c3ref/create_function.html">c3ref/create_function.html</a> <a href="c3ref/create_module.html">c3ref/create_module.html</a> <a href="c3ref/data_count.html">c3ref/data_count.html</a> <a href="c3ref/data_directory.html">c3ref/data_directory.html</a> <a href="c3ref/db_config.html">c3ref/db_config.html</a> <a href="c3ref/db_filename.html">c3ref/db_filename.html</a> <a href="c3ref/db_handle.html">c3ref/db_handle.html</a> <a href="c3ref/db_mutex.html">c3ref/db_mutex.html</a> <a href="c3ref/db_readonly.html">c3ref/db_readonly.html</a> <a href="c3ref/db_release_memory.html">c3ref/db_release_memory.html</a> <a href="c3ref/db_status.html">c3ref/db_status.html</a> <a href="c3ref/declare_vtab.html">c3ref/declare_vtab.html</a> <a href="c3ref/enable_load_extension.html">c3ref/enable_load_extension.html</a> <a href="c3ref/enable_shared_cache.html">c3ref/enable_shared_cache.html</a> <a href="c3ref/errcode.html">c3ref/errcode.html</a> <a href="c3ref/exec.html">c3ref/exec.html</a> <a href="c3ref/experimental.html">c3ref/experimental.html</a> <a href="c3ref/extended_result_codes.html">c3ref/extended_result_codes.html</a> <a href="c3ref/file.html">c3ref/file.html</a> <a href="c3ref/file_control.html">c3ref/file_control.html</a> <a href="c3ref/finalize.html">c3ref/finalize.html</a> <a href="c3ref/free.html">c3ref/free.html</a> <a href="c3ref/free_table.html">c3ref/free_table.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/get_autocommit.html">c3ref/get_autocommit.html</a> <a href="c3ref/get_auxdata.html">c3ref/get_auxdata.html</a> <a href="c3ref/index_info.html">c3ref/index_info.html</a> <a href="c3ref/initialize.html">c3ref/initialize.html</a> <a href="c3ref/int64.html">c3ref/int64.html</a> <a href="c3ref/interrupt.html">c3ref/interrupt.html</a> <a href="c3ref/io_methods.html">c3ref/io_methods.html</a> <a href="c3ref/last_insert_rowid.html">c3ref/last_insert_rowid.html</a> <a href="c3ref/libversion.html">c3ref/libversion.html</a> <a href="c3ref/limit.html">c3ref/limit.html</a> <a href="c3ref/load_extension.html">c3ref/load_extension.html</a> <a href="c3ref/log.html">c3ref/log.html</a> <a href="c3ref/mem_methods.html">c3ref/mem_methods.html</a> <a href="c3ref/memory_highwater.html">c3ref/memory_highwater.html</a> <a href="c3ref/module.html">c3ref/module.html</a> <a href="c3ref/mprintf.html">c3ref/mprintf.html</a> <a href="c3ref/mutex.html">c3ref/mutex.html</a> <a href="c3ref/mutex_alloc.html">c3ref/mutex_alloc.html</a> <a href="c3ref/mutex_held.html">c3ref/mutex_held.html</a> <a href="c3ref/mutex_methods.html">c3ref/mutex_methods.html</a> <a href="c3ref/next_stmt.html">c3ref/next_stmt.html</a> <a href="c3ref/objlist.html">c3ref/objlist.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/overload_function.html">c3ref/overload_function.html</a> <a href="c3ref/pcache.html">c3ref/pcache.html</a> <a href="c3ref/pcache_methods2.html">c3ref/pcache_methods2.html</a> <a href="c3ref/pcache_page.html">c3ref/pcache_page.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/profile.html">c3ref/profile.html</a> <a href="c3ref/progress_handler.html">c3ref/progress_handler.html</a> <a href="c3ref/randomness.html">c3ref/randomness.html</a> <a href="c3ref/release_memory.html">c3ref/release_memory.html</a> <a href="c3ref/reset.html">c3ref/reset.html</a> <a href="c3ref/reset_auto_extension.html">c3ref/reset_auto_extension.html</a> <a href="c3ref/result_blob.html">c3ref/result_blob.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/sleep.html">c3ref/sleep.html</a> <a href="c3ref/soft_heap_limit.html">c3ref/soft_heap_limit.html</a> <a href="c3ref/soft_heap_limit64.html">c3ref/soft_heap_limit64.html</a> <a href="c3ref/sql.html">c3ref/sql.html</a> <a href="c3ref/sqlite3.html">c3ref/sqlite3.html</a> <a href="c3ref/status.html">c3ref/status.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="c3ref/stmt.html">c3ref/stmt.html</a> <a href="c3ref/stmt_busy.html">c3ref/stmt_busy.html</a> <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="c3ref/stmt_status.html">c3ref/stmt_status.html</a> <a href="c3ref/stricmp.html">c3ref/stricmp.html</a> <a href="c3ref/table_column_metadata.html">c3ref/table_column_metadata.html</a> <a href="c3ref/temp_directory.html">c3ref/temp_directory.html</a> <a href="c3ref/test_control.html">c3ref/test_control.html</a> <a href="c3ref/threadsafe.html">c3ref/threadsafe.html</a> <a href="c3ref/unlock_notify.html">c3ref/unlock_notify.html</a> <a href="c3ref/update_hook.html">c3ref/update_hook.html</a> <a href="c3ref/uri_boolean.html">c3ref/uri_boolean.html</a> <a href="c3ref/user_data.html">c3ref/user_data.html</a> <a href="c3ref/value.html">c3ref/value.html</a> <a href="c3ref/value_blob.html">c3ref/value_blob.html</a> <a href="c3ref/vfs.html">c3ref/vfs.html</a> <a href="c3ref/vfs_find.html">c3ref/vfs_find.html</a> <a href="c3ref/vtab.html">c3ref/vtab.html</a> <a href="c3ref/vtab_config.html">c3ref/vtab_config.html</a> <a href="c3ref/vtab_cursor.html">c3ref/vtab_cursor.html</a> <a href="c3ref/vtab_on_conflict.html">c3ref/vtab_on_conflict.html</a> <a href="c3ref/wal_autocheckpoint.html">c3ref/wal_autocheckpoint.html</a> <a href="c3ref/wal_checkpoint.html">c3ref/wal_checkpoint.html</a> <a href="c3ref/wal_checkpoint_v2.html">c3ref/wal_checkpoint_v2.html</a> <a href="c3ref/wal_hook.html">c3ref/wal_hook.html</a> <a href="session/constlist.html">session/constlist.html</a> <a href="session/funclist.html">session/funclist.html</a> <a href="session/objlist.html">session/objlist.html</a> </li><li><a href="keyword_index.html">keyword_index.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="lang.html">lang.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="index.html">index.html</a> <a href="lang_aggfunc.html">lang_aggfunc.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_analyze.html">lang_analyze.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_comment.html">lang_comment.html</a> <a href="lang_conflict.html">lang_conflict.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_createvtab.html">lang_createvtab.html</a> <a href="lang_datefunc.html">lang_datefunc.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_detach.html">lang_detach.html</a> <a href="lang_dropindex.html">lang_dropindex.html</a> <a href="lang_droptable.html">lang_droptable.html</a> <a href="lang_droptrigger.html">lang_droptrigger.html</a> <a href="lang_dropview.html">lang_dropview.html</a> <a href="lang_explain.html">lang_explain.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_indexedby.html">lang_indexedby.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_keywords.html">lang_keywords.html</a> <a href="lang_naming.html">lang_naming.html</a> <a href="lang_reindex.html">lang_reindex.html</a> <a href="lang_replace.html">lang_replace.html</a> <a href="lang_savepoint.html">lang_savepoint.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_transaction.html">lang_transaction.html</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_vacuum.html">lang_vacuum.html</a> <a href="sitemap.html">sitemap.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="tclsqlite.html">tclsqlite.html</a> </li><li><a href="lang_aggfunc.html">lang_aggfunc.html</a> - <a href="about.html">about.html</a> <a href="index.html">index.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="lang_altertable.html">lang_altertable.html</a> - <a href="compile.html">compile.html</a> <a href="faq.html">faq.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="formatchng.html">formatchng.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_analyze.html">lang_analyze.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_naming.html">lang_naming.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="lang_analyze.html">lang_analyze.html</a> - <a href="compile.html">compile.html</a> <a href="eqp.html">eqp.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="optoverview.html">optoverview.html</a> <a href="queryplanner.html">queryplanner.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> </li><li><a href="lang_attach.html">lang_attach.html</a> - <a href="atomiccommit.html">atomiccommit.html</a> <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_dbstatus_options.html">c3ref/c_dbstatus_options.html</a> <a href="c3ref/c_limit_attached.html">c3ref/c_limit_attached.html</a> <a href="c3ref/file_control.html">c3ref/file_control.html</a> <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="c3ref/wal_hook.html">c3ref/wal_hook.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="different.html">different.html</a> <a href="inmemorydb.html">inmemorydb.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_detach.html">lang_detach.html</a> <a href="lang_naming.html">lang_naming.html</a> <a href="limits.html">limits.html</a> <a href="lockingv3.html">lockingv3.html</a> <a href="pragma.html">pragma.html</a> <a href="sharedcache.html">sharedcache.html</a> <a href="shortnames.html">shortnames.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="tclsqlite.html">tclsqlite.html</a> <a href="tempfiles.html">tempfiles.html</a> <a href="uri.html">uri.html</a> <a href="vfs.html">vfs.html</a> <a href="vtab.html">vtab.html</a> <a href="wal.html">wal.html</a> </li><li><a href="lang_comment.html">lang_comment.html</a> - <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> </li><li><a href="lang_conflict.html">lang_conflict.html</a> - <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/c_fail.html">c3ref/c_fail.html</a> <a href="c3ref/c_vtab_constraint_support.html">c3ref/c_vtab_constraint_support.html</a> <a href="c3ref/update_hook.html">c3ref/update_hook.html</a> <a href="c3ref/vtab_on_conflict.html">c3ref/vtab_on_conflict.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="different.html">different.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_replace.html">lang_replace.html</a> <a href="lang_transaction.html">lang_transaction.html</a> <a href="lang_update.html">lang_update.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="tempfiles.html">tempfiles.html</a> </li><li><a href="lang_corefunc.html">lang_corefunc.html</a> - <a href="about.html">about.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/c_source_id.html">c3ref/c_source_id.html</a> <a href="c3ref/compileoption_get.html">c3ref/compileoption_get.html</a> <a href="c3ref/last_insert_rowid.html">c3ref/last_insert_rowid.html</a> <a href="c3ref/libversion.html">c3ref/libversion.html</a> <a href="c3ref/load_extension.html">c3ref/load_extension.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="faq.html">faq.html</a> <a href="howtocompile.html">howtocompile.html</a> <a href="index.html">index.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="optoverview.html">optoverview.html</a> <a href="pragma.html">pragma.html</a> <a href="sitemap.html">sitemap.html</a> <a href="tclsqlite.html">tclsqlite.html</a> </li><li><a href="lang_createindex.html">lang_createindex.html</a> - <a href="compile.html">compile.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_dropindex.html">lang_dropindex.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="lang_createtable.html">lang_createtable.html</a> - <a href="autoinc.html">autoinc.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/last_insert_rowid.html">c3ref/last_insert_rowid.html</a> <a href="c3ref/randomness.html">c3ref/randomness.html</a> <a href="c3ref/table_column_metadata.html">c3ref/table_column_metadata.html</a> <a href="c3ref/update_hook.html">c3ref/update_hook.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="datatype3.html">datatype3.html</a> <a href="eqp.html">eqp.html</a> <a href="faq.html">faq.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createvtab.html">lang_createvtab.html</a> <a href="lang_droptable.html">lang_droptable.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_vacuum.html">lang_vacuum.html</a> <a href="optoverview.html">optoverview.html</a> <a href="queryplanner.html">queryplanner.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="lang_createtrigger.html">lang_createtrigger.html</a> - <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="faq.html">faq.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_conflict.html">lang_conflict.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_droptrigger.html">lang_droptrigger.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_update.html">lang_update.html</a> <a href="pragma.html">pragma.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> </li><li><a href="lang_createview.html">lang_createview.html</a> - <a href="compile.html">compile.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_dropview.html">lang_dropview.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> </li><li><a href="lang_createvtab.html">lang_createvtab.html</a> - <a href="fileformat2.html">fileformat2.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="lang_datefunc.html">lang_datefunc.html</a> - <a href="about.html">about.html</a> <a href="datatype3.html">datatype3.html</a> <a href="index.html">index.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="lang_delete.html">lang_delete.html</a> - <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/update_hook.html">c3ref/update_hook.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_analyze.html">lang_analyze.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_droptable.html">lang_droptable.html</a> <a href="lang_indexedby.html">lang_indexedby.html</a> <a href="pragma.html">pragma.html</a> <a href="rtree.html">rtree.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="lang_detach.html">lang_detach.html</a> - <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="different.html">different.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="tempfiles.html">tempfiles.html</a> </li><li><a href="lang_dropindex.html">lang_dropindex.html</a> - <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_naming.html">lang_naming.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> </li><li><a href="lang_droptable.html">lang_droptable.html</a> - <a href="capi3ref.html">capi3ref.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_analyze.html">lang_analyze.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createvtab.html">lang_createvtab.html</a> <a href="lang_naming.html">lang_naming.html</a> <a href="rtree.html">rtree.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="lang_droptrigger.html">lang_droptrigger.html</a> - <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_naming.html">lang_naming.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> </li><li><a href="lang_dropview.html">lang_dropview.html</a> - <a href="compile.html">compile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_naming.html">lang_naming.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> </li><li><a href="lang_explain.html">lang_explain.html</a> - <a href="compile.html">compile.html</a> <a href="different.html">different.html</a> <a href="eqp.html">eqp.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="opcode.html">opcode.html</a> <a href="optoverview.html">optoverview.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> </li><li><a href="lang_expr.html">lang_expr.html</a> - <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/c_limit_attached.html">c3ref/c_limit_attached.html</a> <a href="c3ref/get_auxdata.html">c3ref/get_auxdata.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="cintro.html">cintro.html</a> <a href="compile.html">compile.html</a> <a href="datatype3.html">datatype3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_update.html">lang_update.html</a> <a href="limits.html">limits.html</a> <a href="optoverview.html">optoverview.html</a> <a href="pragma.html">pragma.html</a> <a href="rtree.html">rtree.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="vfs.html">vfs.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="lang_indexedby.html">lang_indexedby.html</a> - <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> </li><li><a href="lang_insert.html">lang_insert.html</a> - <a href="c3ref/last_insert_rowid.html">c3ref/last_insert_rowid.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="faq.html">faq.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_analyze.html">lang_analyze.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_replace.html">lang_replace.html</a> <a href="pragma.html">pragma.html</a> <a href="rtree.html">rtree.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="lang_keywords.html">lang_keywords.html</a> - <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> </li><li><a href="lang_naming.html">lang_naming.html</a> - <a href="keyword_index.html">keyword_index.html</a> <a href="lang_dropview.html">lang_dropview.html</a> </li><li><a href="lang_reindex.html">lang_reindex.html</a> - <a href="compile.html">compile.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_naming.html">lang_naming.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> </li><li><a href="lang_replace.html">lang_replace.html</a> - <a href="capi3ref.html">capi3ref.html</a> <a href="different.html">different.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_insert.html">lang_insert.html</a> </li><li><a href="lang_savepoint.html">lang_savepoint.html</a> - <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_transaction.html">lang_transaction.html</a> <a href="pragma.html">pragma.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> </li><li><a href="lang_select.html">lang_select.html</a> - <a href="c3ref/c_limit_attached.html">c3ref/c_limit_attached.html</a> <a href="c3ref/column_database_name.html">c3ref/column_database_name.html</a> <a href="c3ref/column_decltype.html">c3ref/column_decltype.html</a> <a href="c3ref/column_name.html">c3ref/column_name.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="datatype3.html">datatype3.html</a> <a href="eqp.html">eqp.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_analyze.html">lang_analyze.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_indexedby.html">lang_indexedby.html</a> <a href="lang_transaction.html">lang_transaction.html</a> <a href="limits.html">limits.html</a> <a href="pragma.html">pragma.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="lang_transaction.html">lang_transaction.html</a> - <a href="asyncvfs.html">asyncvfs.html</a> <a href="c3ref/commit_hook.html">c3ref/commit_hook.html</a> <a href="c3ref/get_autocommit.html">c3ref/get_autocommit.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="faq.html">faq.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_savepoint.html">lang_savepoint.html</a> <a href="pragma.html">pragma.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="wal.html">wal.html</a> </li><li><a href="lang_update.html">lang_update.html</a> - <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/column_count.html">c3ref/column_count.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_analyze.html">lang_analyze.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_indexedby.html">lang_indexedby.html</a> <a href="pragma.html">pragma.html</a> <a href="rtree.html">rtree.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="lang_vacuum.html">lang_vacuum.html</a> - <a href="compile.html">compile.html</a> <a href="faq.html">faq.html</a> <a href="formatchng.html">formatchng.html</a> <a href="fts3.html">fts3.html</a> <a href="howtocorrupt.html">howtocorrupt.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="pragma.html">pragma.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="tempfiles.html">tempfiles.html</a> <a href="wal.html">wal.html</a> </li><li><a href="limits.html">limits.html</a> - <a href="c3ref/c_limit_attached.html">c3ref/c_limit_attached.html</a> <a href="c3ref/limit.html">c3ref/limit.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="datatype3.html">datatype3.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="faq.html">faq.html</a> <a href="features.html">features.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="pragma.html">pragma.html</a> <a href="sitemap.html">sitemap.html</a> <a href="testing.html">testing.html</a> </li><li><a href="lockingv3.html">lockingv3.html</a> - <a href="atomiccommit.html">atomiccommit.html</a> <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="faq.html">faq.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_transaction.html">lang_transaction.html</a> <a href="pragma.html">pragma.html</a> <a href="sharedcache.html">sharedcache.html</a> <a href="shortnames.html">shortnames.html</a> <a href="sitemap.html">sitemap.html</a> <a href="version3.html">version3.html</a> <a href="wal.html">wal.html</a> </li><li><a href="malloc.html">malloc.html</a> - <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="c3ref/c_status_malloc_count.html">c3ref/c_status_malloc_count.html</a> <a href="c3ref/mem_methods.html">c3ref/mem_methods.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="selfcontained.html">selfcontained.html</a> <a href="sitemap.html">sitemap.html</a> <a href="testing.html">testing.html</a> </li><li><a href="mingw.html">mingw.html</a> - </li><li><a href="mostdeployed.html">mostdeployed.html</a> - <a href="doclist.html">doclist.html</a> <a href="index.html">index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="nulls.html">nulls.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="objlist.html">objlist.html</a> - <a href="c3ref/aggregate_context.html">c3ref/aggregate_context.html</a> <a href="c3ref/aggregate_count.html">c3ref/aggregate_count.html</a> <a href="c3ref/auto_extension.html">c3ref/auto_extension.html</a> <a href="c3ref/backup.html">c3ref/backup.html</a> <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="c3ref/bind_blob.html">c3ref/bind_blob.html</a> <a href="c3ref/bind_parameter_count.html">c3ref/bind_parameter_count.html</a> <a href="c3ref/bind_parameter_index.html">c3ref/bind_parameter_index.html</a> <a href="c3ref/bind_parameter_name.html">c3ref/bind_parameter_name.html</a> <a href="c3ref/blob.html">c3ref/blob.html</a> <a href="c3ref/blob_bytes.html">c3ref/blob_bytes.html</a> <a href="c3ref/blob_close.html">c3ref/blob_close.html</a> <a href="c3ref/blob_open.html">c3ref/blob_open.html</a> <a href="c3ref/blob_read.html">c3ref/blob_read.html</a> <a href="c3ref/blob_reopen.html">c3ref/blob_reopen.html</a> <a href="c3ref/blob_write.html">c3ref/blob_write.html</a> <a href="c3ref/busy_handler.html">c3ref/busy_handler.html</a> <a href="c3ref/busy_timeout.html">c3ref/busy_timeout.html</a> <a href="c3ref/c_abort.html">c3ref/c_abort.html</a> <a href="c3ref/c_abort_rollback.html">c3ref/c_abort_rollback.html</a> <a href="c3ref/c_access_exists.html">c3ref/c_access_exists.html</a> <a href="c3ref/c_alter_table.html">c3ref/c_alter_table.html</a> <a href="c3ref/c_any.html">c3ref/c_any.html</a> <a href="c3ref/c_blob.html">c3ref/c_blob.html</a> <a href="c3ref/c_checkpoint_full.html">c3ref/c_checkpoint_full.html</a> <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/c_dbconfig_enable_fkey.html">c3ref/c_dbconfig_enable_fkey.html</a> <a href="c3ref/c_dbstatus_options.html">c3ref/c_dbstatus_options.html</a> <a href="c3ref/c_deny.html">c3ref/c_deny.html</a> <a href="c3ref/c_fail.html">c3ref/c_fail.html</a> <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/c_index_constraint_eq.html">c3ref/c_index_constraint_eq.html</a> <a href="c3ref/c_iocap_atomic.html">c3ref/c_iocap_atomic.html</a> <a href="c3ref/c_limit_attached.html">c3ref/c_limit_attached.html</a> <a href="c3ref/c_lock_exclusive.html">c3ref/c_lock_exclusive.html</a> <a href="c3ref/c_mutex_fast.html">c3ref/c_mutex_fast.html</a> <a href="c3ref/c_open_autoproxy.html">c3ref/c_open_autoproxy.html</a> <a href="c3ref/c_shm_exclusive.html">c3ref/c_shm_exclusive.html</a> <a href="c3ref/c_shm_nlock.html">c3ref/c_shm_nlock.html</a> <a href="c3ref/c_source_id.html">c3ref/c_source_id.html</a> <a href="c3ref/c_static.html">c3ref/c_static.html</a> <a href="c3ref/c_status_malloc_count.html">c3ref/c_status_malloc_count.html</a> <a href="c3ref/c_stmtstatus_counter.html">c3ref/c_stmtstatus_counter.html</a> <a href="c3ref/c_sync_dataonly.html">c3ref/c_sync_dataonly.html</a> <a href="c3ref/c_testctrl_always.html">c3ref/c_testctrl_always.html</a> <a href="c3ref/c_vtab_constraint_support.html">c3ref/c_vtab_constraint_support.html</a> <a href="c3ref/clear_bindings.html">c3ref/clear_bindings.html</a> <a href="c3ref/close.html">c3ref/close.html</a> <a href="c3ref/collation_needed.html">c3ref/collation_needed.html</a> <a href="c3ref/column_blob.html">c3ref/column_blob.html</a> <a href="c3ref/column_count.html">c3ref/column_count.html</a> <a href="c3ref/column_database_name.html">c3ref/column_database_name.html</a> <a href="c3ref/column_decltype.html">c3ref/column_decltype.html</a> <a href="c3ref/column_name.html">c3ref/column_name.html</a> <a href="c3ref/commit_hook.html">c3ref/commit_hook.html</a> <a href="c3ref/compileoption_get.html">c3ref/compileoption_get.html</a> <a href="c3ref/complete.html">c3ref/complete.html</a> <a href="c3ref/config.html">c3ref/config.html</a> <a href="c3ref/constlist.html">c3ref/constlist.html</a> <a href="c3ref/context.html">c3ref/context.html</a> <a href="c3ref/context_db_handle.html">c3ref/context_db_handle.html</a> <a href="c3ref/create_collation.html">c3ref/create_collation.html</a> <a href="c3ref/create_function.html">c3ref/create_function.html</a> <a href="c3ref/create_module.html">c3ref/create_module.html</a> <a href="c3ref/data_count.html">c3ref/data_count.html</a> <a href="c3ref/data_directory.html">c3ref/data_directory.html</a> <a href="c3ref/db_config.html">c3ref/db_config.html</a> <a href="c3ref/db_filename.html">c3ref/db_filename.html</a> <a href="c3ref/db_handle.html">c3ref/db_handle.html</a> <a href="c3ref/db_mutex.html">c3ref/db_mutex.html</a> <a href="c3ref/db_readonly.html">c3ref/db_readonly.html</a> <a href="c3ref/db_release_memory.html">c3ref/db_release_memory.html</a> <a href="c3ref/db_status.html">c3ref/db_status.html</a> <a href="c3ref/declare_vtab.html">c3ref/declare_vtab.html</a> <a href="c3ref/enable_load_extension.html">c3ref/enable_load_extension.html</a> <a href="c3ref/enable_shared_cache.html">c3ref/enable_shared_cache.html</a> <a href="c3ref/errcode.html">c3ref/errcode.html</a> <a href="c3ref/exec.html">c3ref/exec.html</a> <a href="c3ref/extended_result_codes.html">c3ref/extended_result_codes.html</a> <a href="c3ref/file.html">c3ref/file.html</a> <a href="c3ref/file_control.html">c3ref/file_control.html</a> <a href="c3ref/finalize.html">c3ref/finalize.html</a> <a href="c3ref/free.html">c3ref/free.html</a> <a href="c3ref/free_table.html">c3ref/free_table.html</a> <a href="c3ref/funclist.html">c3ref/funclist.html</a> <a href="c3ref/get_autocommit.html">c3ref/get_autocommit.html</a> <a href="c3ref/get_auxdata.html">c3ref/get_auxdata.html</a> <a href="c3ref/index_info.html">c3ref/index_info.html</a> <a href="c3ref/initialize.html">c3ref/initialize.html</a> <a href="c3ref/int64.html">c3ref/int64.html</a> <a href="c3ref/interrupt.html">c3ref/interrupt.html</a> <a href="c3ref/intro.html">c3ref/intro.html</a> <a href="c3ref/io_methods.html">c3ref/io_methods.html</a> <a href="c3ref/last_insert_rowid.html">c3ref/last_insert_rowid.html</a> <a href="c3ref/libversion.html">c3ref/libversion.html</a> <a href="c3ref/limit.html">c3ref/limit.html</a> <a href="c3ref/load_extension.html">c3ref/load_extension.html</a> <a href="c3ref/log.html">c3ref/log.html</a> <a href="c3ref/mem_methods.html">c3ref/mem_methods.html</a> <a href="c3ref/memory_highwater.html">c3ref/memory_highwater.html</a> <a href="c3ref/module.html">c3ref/module.html</a> <a href="c3ref/mprintf.html">c3ref/mprintf.html</a> <a href="c3ref/mutex.html">c3ref/mutex.html</a> <a href="c3ref/mutex_alloc.html">c3ref/mutex_alloc.html</a> <a href="c3ref/mutex_held.html">c3ref/mutex_held.html</a> <a href="c3ref/mutex_methods.html">c3ref/mutex_methods.html</a> <a href="c3ref/next_stmt.html">c3ref/next_stmt.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/overload_function.html">c3ref/overload_function.html</a> <a href="c3ref/pcache.html">c3ref/pcache.html</a> <a href="c3ref/pcache_methods2.html">c3ref/pcache_methods2.html</a> <a href="c3ref/pcache_page.html">c3ref/pcache_page.html</a> <a href="c3ref/prepare.html">c3ref/prepare.html</a> <a href="c3ref/profile.html">c3ref/profile.html</a> <a href="c3ref/progress_handler.html">c3ref/progress_handler.html</a> <a href="c3ref/randomness.html">c3ref/randomness.html</a> <a href="c3ref/release_memory.html">c3ref/release_memory.html</a> <a href="c3ref/reset.html">c3ref/reset.html</a> <a href="c3ref/reset_auto_extension.html">c3ref/reset_auto_extension.html</a> <a href="c3ref/result_blob.html">c3ref/result_blob.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/sleep.html">c3ref/sleep.html</a> <a href="c3ref/soft_heap_limit.html">c3ref/soft_heap_limit.html</a> <a href="c3ref/soft_heap_limit64.html">c3ref/soft_heap_limit64.html</a> <a href="c3ref/sql.html">c3ref/sql.html</a> <a href="c3ref/sqlite3.html">c3ref/sqlite3.html</a> <a href="c3ref/status.html">c3ref/status.html</a> <a href="c3ref/step.html">c3ref/step.html</a> <a href="c3ref/stmt.html">c3ref/stmt.html</a> <a href="c3ref/stmt_busy.html">c3ref/stmt_busy.html</a> <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="c3ref/stmt_status.html">c3ref/stmt_status.html</a> <a href="c3ref/stricmp.html">c3ref/stricmp.html</a> <a href="c3ref/table_column_metadata.html">c3ref/table_column_metadata.html</a> <a href="c3ref/temp_directory.html">c3ref/temp_directory.html</a> <a href="c3ref/test_control.html">c3ref/test_control.html</a> <a href="c3ref/threadsafe.html">c3ref/threadsafe.html</a> <a href="c3ref/unlock_notify.html">c3ref/unlock_notify.html</a> <a href="c3ref/update_hook.html">c3ref/update_hook.html</a> <a href="c3ref/uri_boolean.html">c3ref/uri_boolean.html</a> <a href="c3ref/user_data.html">c3ref/user_data.html</a> <a href="c3ref/value.html">c3ref/value.html</a> <a href="c3ref/value_blob.html">c3ref/value_blob.html</a> <a href="c3ref/vfs.html">c3ref/vfs.html</a> <a href="c3ref/vfs_find.html">c3ref/vfs_find.html</a> <a href="c3ref/vtab.html">c3ref/vtab.html</a> <a href="c3ref/vtab_config.html">c3ref/vtab_config.html</a> <a href="c3ref/vtab_cursor.html">c3ref/vtab_cursor.html</a> <a href="c3ref/vtab_on_conflict.html">c3ref/vtab_on_conflict.html</a> <a href="c3ref/wal_autocheckpoint.html">c3ref/wal_autocheckpoint.html</a> <a href="c3ref/wal_checkpoint.html">c3ref/wal_checkpoint.html</a> <a href="c3ref/wal_checkpoint_v2.html">c3ref/wal_checkpoint_v2.html</a> <a href="c3ref/wal_hook.html">c3ref/wal_hook.html</a> <a href="session/constlist.html">session/constlist.html</a> <a href="session/funclist.html">session/funclist.html</a> <a href="session/intro.html">session/intro.html</a> </li><li><a href="omitted.html">omitted.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="features.html">features.html</a> <a href="lang.html">lang.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="onefile.html">onefile.html</a> - <a href="doclist.html">doclist.html</a> <a href="features.html">features.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="opcode.html">opcode.html</a> - <a href="arch.html">arch.html</a> <a href="c3ref/progress_handler.html">c3ref/progress_handler.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="different.html">different.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_explain.html">lang_explain.html</a> <a href="sitemap.html">sitemap.html</a> <a href="vdbe.html">vdbe.html</a> </li><li><a href="optoverview.html">optoverview.html</a> - <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="eqp.html">eqp.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="pragma.html">pragma.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="php2004/page-001.html">php2004/page-001.html</a> - </li><li><a href="pragma.html">pragma.html</a> - <a href="about.html">about.html</a> <a href="atomiccommit.html">atomiccommit.html</a> <a href="c3ref/c_access_exists.html">c3ref/c_access_exists.html</a> <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/c_sync_dataonly.html">c3ref/c_sync_dataonly.html</a> <a href="c3ref/compileoption_get.html">c3ref/compileoption_get.html</a> <a href="c3ref/data_count.html">c3ref/data_count.html</a> <a href="c3ref/data_directory.html">c3ref/data_directory.html</a> <a href="c3ref/limit.html">c3ref/limit.html</a> <a href="c3ref/pcache_methods2.html">c3ref/pcache_methods2.html</a> <a href="c3ref/set_authorizer.html">c3ref/set_authorizer.html</a> <a href="c3ref/temp_directory.html">c3ref/temp_directory.html</a> <a href="c3ref/wal_autocheckpoint.html">c3ref/wal_autocheckpoint.html</a> <a href="c3ref/wal_checkpoint.html">c3ref/wal_checkpoint.html</a> <a href="c3ref/wal_hook.html">c3ref/wal_hook.html</a> <a href="c_interface.html">c_interface.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="faq.html">faq.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="foreignkeys.html">foreignkeys.html</a> <a href="formatchng.html">formatchng.html</a> <a href="fts3.html">fts3.html</a> <a href="howtocorrupt.html">howtocorrupt.html</a> <a href="index.html">index.html</a> <a href="inmemorydb.html">inmemorydb.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_conflict.html">lang_conflict.html</a> <a href="lang_corefunc.html">lang_corefunc.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_transaction.html">lang_transaction.html</a> <a href="lang_vacuum.html">lang_vacuum.html</a> <a href="limits.html">limits.html</a> <a href="lockingv3.html">lockingv3.html</a> <a href="malloc.html">malloc.html</a> <a href="optoverview.html">optoverview.html</a> <a href="psow.html">psow.html</a> <a href="sharedcache.html">sharedcache.html</a> <a href="sitemap.html">sitemap.html</a> <a href="syntaxdiagrams.html">syntaxdiagrams.html</a> <a href="tempfiles.html">tempfiles.html</a> <a href="testing.html">testing.html</a> <a href="vdbe.html">vdbe.html</a> <a href="vtab.html">vtab.html</a> <a href="wal.html">wal.html</a> </li><li><a href="pressrelease-20071212.html">pressrelease-20071212.html</a> - </li><li><a href="privatebranch.html">privatebranch.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="psow.html">psow.html</a> - <a href="atomiccommit.html">atomiccommit.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> <a href="uri.html">uri.html</a> </li><li><a href="queryplanner.html">queryplanner.html</a> - <a href="doclist.html">doclist.html</a> <a href="eqp.html">eqp.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="quickstart.html">quickstart.html</a> - <a href="about.html">about.html</a> <a href="c3ref/intro.html">c3ref/intro.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="index.html">index.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="releasenotes310.html">releasenotes310.html</a> - </li><li><a href="requirements.html">requirements.html</a> - <a href="doclist.html">doclist.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="rtree.html">rtree.html</a> - <a href="amalgamation.html">amalgamation.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="selfcontained.html">selfcontained.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="features.html">features.html</a> <a href="index.html">index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="serverless.html">serverless.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="index.html">index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="session.html">session.html</a> - <a href="doclist.html">doclist.html</a> <a href="session/intro.html">session/intro.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="session/constlist.html">session/constlist.html</a> - </li><li><a href="session/funclist.html">session/funclist.html</a> - <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="session/intro.html">session/intro.html</a> - <a href="keyword_index.html">keyword_index.html</a> <a href="session.html">session.html</a> </li><li><a href="session/objlist.html">session/objlist.html</a> - </li><li><a href="sharedcache.html">sharedcache.html</a> - <a href="c3ref/backup_finish.html">c3ref/backup_finish.html</a> <a href="c3ref/c_dbstatus_options.html">c3ref/c_dbstatus_options.html</a> <a href="c3ref/enable_shared_cache.html">c3ref/enable_shared_cache.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/unlock_notify.html">c3ref/unlock_notify.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="inmemorydb.html">inmemorydb.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> <a href="sitemap.html">sitemap.html</a> <a href="uri.html">uri.html</a> <a href="vtab.html">vtab.html</a> </li><li><a href="shortnames.html">shortnames.html</a> - <a href="doclist.html">doclist.html</a> <a href="howtocorrupt.html">howtocorrupt.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="sitemap.html">sitemap.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> </li><li><a href="speed.html">speed.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="features.html">features.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="sqlite.html">sqlite.html</a> - <a href="c_interface.html">c_interface.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="features.html">features.html</a> <a href="howtocompile.html">howtocompile.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="quickstart.html">quickstart.html</a> <a href="sitemap.html">sitemap.html</a> <a href="wal.html">wal.html</a> </li><li><a href="src/doc/trunk/doc/lemon.html">src/doc/trunk/doc/lemon.html</a> - <a href="arch.html">arch.html</a> </li><li><a href="support.html">support.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="syntaxdiagrams.html">syntaxdiagrams.html</a> - <a href="doclist.html">doclist.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang.html">lang.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_analyze.html">lang_analyze.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_comment.html">lang_comment.html</a> <a href="lang_conflict.html">lang_conflict.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_createvtab.html">lang_createvtab.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_detach.html">lang_detach.html</a> <a href="lang_dropindex.html">lang_dropindex.html</a> <a href="lang_droptable.html">lang_droptable.html</a> <a href="lang_droptrigger.html">lang_droptrigger.html</a> <a href="lang_dropview.html">lang_dropview.html</a> <a href="lang_explain.html">lang_explain.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_indexedby.html">lang_indexedby.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_reindex.html">lang_reindex.html</a> <a href="lang_savepoint.html">lang_savepoint.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_transaction.html">lang_transaction.html</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_vacuum.html">lang_vacuum.html</a> <a href="pragma.html">pragma.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="tclconf2004/page-001.html">tclconf2004/page-001.html</a> - </li><li><a href="tclsqlite.html">tclsqlite.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="features.html">features.html</a> <a href="index.html">index.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="tempfiles.html">tempfiles.html</a> - <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="shortnames.html">shortnames.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="testing.html">testing.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="faq.html">faq.html</a> <a href="features.html">features.html</a> <a href="howtocorrupt.html">howtocorrupt.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="limits.html">limits.html</a> <a href="malloc.html">malloc.html</a> <a href="sitemap.html">sitemap.html</a> <a href="support.html">support.html</a> <a href="tclsqlite.html">tclsqlite.html</a> <a href="th3.html">th3.html</a> </li><li><a href="th3.html">th3.html</a> - <a href="doclist.html">doclist.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="malloc.html">malloc.html</a> <a href="sitemap.html">sitemap.html</a> <a href="support.html">support.html</a> <a href="testing.html">testing.html</a> </li><li><a href="threadsafe.html">threadsafe.html</a> - <a href="c3ref/c_config_getmalloc.html">c3ref/c_config_getmalloc.html</a> <a href="c3ref/db_mutex.html">c3ref/db_mutex.html</a> <a href="c3ref/errcode.html">c3ref/errcode.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/threadsafe.html">c3ref/threadsafe.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="transactional.html">transactional.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="features.html">features.html</a> <a href="index.html">index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="unlock_notify.html">unlock_notify.html</a> - <a href="c3ref/unlock_notify.html">c3ref/unlock_notify.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="uri.html">uri.html</a> - <a href="c3ref/open.html">c3ref/open.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="inmemorydb.html">inmemorydb.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="psow.html">psow.html</a> <a href="sharedcache.html">sharedcache.html</a> <a href="shortnames.html">shortnames.html</a> <a href="sitemap.html">sitemap.html</a> <a href="vfs.html">vfs.html</a> </li><li><a href="vdbe.html">vdbe.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="opcode.html">opcode.html</a> <a href="pragma.html">pragma.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="version3.html">version3.html</a> - <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="vfs.html">vfs.html</a> - <a href="atomiccommit.html">atomiccommit.html</a> <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/db_filename.html">c3ref/db_filename.html</a> <a href="c3ref/open.html">c3ref/open.html</a> <a href="c3ref/vfs.html">c3ref/vfs.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="pragma.html">pragma.html</a> <a href="psow.html">psow.html</a> <a href="selfcontained.html">selfcontained.html</a> <a href="sitemap.html">sitemap.html</a> <a href="testing.html">testing.html</a> <a href="th3.html">th3.html</a> <a href="uri.html">uri.html</a> <a href="wal.html">wal.html</a> </li><li><a href="vtab.html">vtab.html</a> - <a href="c3ref/c_fail.html">c3ref/c_fail.html</a> <a href="c3ref/c_index_constraint_eq.html">c3ref/c_index_constraint_eq.html</a> <a href="c3ref/c_vtab_constraint_support.html">c3ref/c_vtab_constraint_support.html</a> <a href="c3ref/create_module.html">c3ref/create_module.html</a> <a href="c3ref/declare_vtab.html">c3ref/declare_vtab.html</a> <a href="c3ref/index_info.html">c3ref/index_info.html</a> <a href="c3ref/last_insert_rowid.html">c3ref/last_insert_rowid.html</a> <a href="c3ref/module.html">c3ref/module.html</a> <a href="c3ref/overload_function.html">c3ref/overload_function.html</a> <a href="c3ref/stmt_readonly.html">c3ref/stmt_readonly.html</a> <a href="c3ref/vtab.html">c3ref/vtab.html</a> <a href="c3ref/vtab_config.html">c3ref/vtab_config.html</a> <a href="c3ref/vtab_cursor.html">c3ref/vtab_cursor.html</a> <a href="c3ref/vtab_on_conflict.html">c3ref/vtab_on_conflict.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="doclist.html">doclist.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="fts3.html">fts3.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_createvtab.html">lang_createvtab.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="wal.html">wal.html</a> - <a href="atomiccommit.html">atomiccommit.html</a> <a href="c3ref/c_fcntl_chunk_size.html">c3ref/c_fcntl_chunk_size.html</a> <a href="c3ref/wal_autocheckpoint.html">c3ref/wal_autocheckpoint.html</a> <a href="c3ref/wal_checkpoint.html">c3ref/wal_checkpoint.html</a> <a href="c3ref/wal_hook.html">c3ref/wal_hook.html</a> <a href="capi3ref.html">capi3ref.html</a> <a href="compile.html">compile.html</a> <a href="doclist.html">doclist.html</a> <a href="fileformat2.html">fileformat2.html</a> <a href="howtocorrupt.html">howtocorrupt.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_vacuum.html">lang_vacuum.html</a> <a href="lockingv3.html">lockingv3.html</a> <a href="pragma.html">pragma.html</a> <a href="psow.html">psow.html</a> <a href="shortnames.html">shortnames.html</a> <a href="sitemap.html">sitemap.html</a> </li><li><a href="whentouse.html">whentouse.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="docs.html">docs.html</a> <a href="famous.html">famous.html</a> <a href="keyword_index.html">keyword_index.html</a> <a href="onefile.html">onefile.html</a> <a href="sitemap.html">sitemap.html</a> <a href="tempfiles.html">tempfiles.html</a> <a href="wal.html">wal.html</a> </li><li><a href="zeroconf.html">zeroconf.html</a> - <a href="about.html">about.html</a> <a href="doclist.html">doclist.html</a> <a href="features.html">features.html</a> <a href="index.html">index.html</a> <a href="serverless.html">serverless.html</a> <a href="sitemap.html">sitemap.html</a> </li></ul>