~ubuntu-branches/ubuntu/precise/sqlite3/precise-updates

« back to all changes in this revision

Viewing changes to www/sitemap.html

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-12-11 14:34:09 UTC
  • mfrom: (9.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091211143409-o29fahwmcmyd0vq1
Tags: 3.6.21-2
Run autoreconf to prevent FTBFS with new libtool (closes: #560660).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<style type="text/css">
5
5
body {
6
6
    margin: auto;
7
 
    font-family: "Verdana" "sans-serif";
 
7
    font-family: Verdana, sans-serif;
8
8
    padding: 8px 1%;
9
9
}
10
10
 
16
16
  float:right;
17
17
  text-align:right;
18
18
  font-style:italic;
19
 
  width:240px;
 
19
  width:300px;
20
20
  margin:12px;
21
21
  margin-top:58px;
22
22
}
43
43
.ne  { background: url(images/ne.png) 100% 0% no-repeat }
44
44
.nw  { background: url(images/nw.png) 0% 0% no-repeat }
45
45
 
 
46
/* Things for "fancyformat" documents start here. */
 
47
.fancy .codeblock i { color: darkblue; }
 
48
.fancy h1,.fancy h2,.fancy h3,.fancy h4 {font-weight:normal;color:#80a796}
 
49
.fancy h2 { margin-left: 10px }
 
50
.fancy h3 { margin-left: 20px }
 
51
.fancy h4 { margin-left: 30px }
 
52
.fancy th {white-space:nowrap;text-align:left;border-bottom:solid 1px #444}
 
53
.fancy th, .fancy td {padding: 0.2em 1ex; vertical-align:top}
 
54
.fancy #toc a        { color: darkblue ; text-decoration: none }
 
55
.fancy .todo         { color: #AA3333 ; font-style : italic }
 
56
.fancy .todo:before  { content: 'TODO:' }
 
57
.fancy p.todo        { border: solid #AA3333 1px; padding: 1ex }
 
58
.fancy img { display:block; }
 
59
.fancy :link:hover, .fancy :visited:hover { background: wheat }
 
60
.fancy p,.fancy ul,.fancy ol { margin: 1em 5ex }
 
61
.fancy li p { margin: 1em 0 }
 
62
/* End of "fancyformat" specific rules. */
 
63
 
46
64
</style>
47
65
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
48
66
  
65
83
    <a href="download.html">Download</a>
66
84
    <a href="copyright.html">License</a>
67
85
    <a href="news.html">News</a>
68
 
    <a href="http://www.sqlite.org/cvstrac/index">Developers</a>
 
86
    <!-- <a href="dev.html">Developers</a> -->
69
87
    <a href="support.html">Support</a>
70
88
  </div></div></div></div></div>
71
89
</td></tr></table>
72
90
  
73
91
 
74
92
 
75
 
<h2>Site Map</h2>
76
 
 
77
 
<ul>
78
 
<li> <a href="index.html">Home Page</a> </li>
79
 
<li> <a href="about.html">About</a>
80
 
     <ul>
81
 
     <li> <a href="features.html">Feature List</a> </li>
82
 
     <li> <a href="famous.html">Well-known Users</a> </li>
83
 
     <li> <a href="lang.html">SQL Syntax</a> </li>
84
 
     <li> <a href="c3ref/intro.html">C/C++ Interface Spec</a> </li>
85
 
     <li> <a href="crew.html">Developer Vitas</a> </li>
86
 
     </ul></li>
87
 
<li> <a href="docs.html">Documentation</a> (dozens of links...)
88
 
     <ul>
89
 
     <li> <a href="faq.html">Frequently Asked Questions</a></li>
90
 
     <li> <a href="quickstart.html">SQLite In 5 Minutes Or Less</a></li>
91
 
     <li> <a href="c3ref/intro.html">C/C++ Interface Spec</a></li>
92
 
     <li> <a href="lang.html">SQL Syntax</a></li>
93
 
     <li> <a href="whentouse.html">Appropriate Uses For SQLite</a></li>
94
 
     <li> <a href="different.html">Distinctive Features</a></li>
95
 
     </ul></li>
96
 
<li> <a href="download.html">Download</a> </li>
97
 
<li> <a href="copyright.html">License</a>
98
 
     <ul>
99
 
     <li> <a href="copyright-release.html">Copyright release form</a> </li>
100
 
     <li> <a href="http://www.hwaci.com/cgi-bin/license-step1">
101
 
          Purchase a license</a> </li>
102
 
     </ul></li>
103
 
<li> <a href="news.html">News</a>
104
 
     <ul>
105
 
     <li> <a href="oldnews.html">Older news</a> </li>
106
 
     </ul></li>
107
 
<li> <a href="http://www.sqlite.org/cvstrac/index">Developers</a> 
108
 
     <ul>
109
 
     <li> <a href="http://www.sqlite.org/cvstrac/timeline">Timeline</a></li>
110
 
     <li><a href="http://www.sqlite.org/cvstrac/wiki">Wiki</a></li>
111
 
     <li><a href="http://www.sqlite.org/cvstrac/tktnew">Report a bug</a></li>
112
 
     <li><a href="http://www.sqlite.org/cvstrac/rptview?rn=5">Browse
113
 
            bug reports</a></li>
114
 
     <li><a href="http://www.sqlite.org/cvstrac/dir?d=sqlite">Browse historical
115
 
          source files</a></li>
116
 
     <li><a href="http://www.sqlite.org/docsrc/home">Website and documentation
117
 
          sources</a></li>
118
 
     </ul>
119
 
     </li>
120
 
<li> <a href="support.html">Support</a>
121
 
     <ul>
122
 
     <li> <a href="http://www.mail-archive.com/sqlite-users%40sqlite.org">
123
 
         Mailing list archive</a>
124
 
     <a href="http://marc.info/?l=sqlite-users&r=1&w=2">(alternate)</a>
125
 
     <a href="http://news.gmane.org/gmane.comp.db.sqlite.general">
126
 
        (alternate 2)</a> </li>
127
 
     <li> <a href="http://www.hwaci.com/sw/sqlite/prosupport.html">
128
 
           Professional Support options</a>
129
 
          <ul>
130
 
          <li> <a href="http://www.hwaci.com/sw/sqlite/ams.html">
131
 
               Annual Maintenance Subscription</a></li>
132
 
          <li> <a href="http://www.hwaci.com/sw/sqlite/tech.html">
133
 
               Technical Support Agreements</a></li>
134
 
          <li> <a href="http://www.hwaci.com/sw/sqlite/member.html">
135
 
               SQLite Consortium Membership</a></li>
136
 
          </ul></li>
137
 
 
138
 
     </ul></li>
139
 
</ul>
140
 
<hr><small><i>
141
 
This page last modified 2009/04/22 12:10:38 UTC
142
 
</i></small></div></body></html>
 
93
<h2>Popular Pages:</h2>
 
94
 
 
95
<table border=0 width="100%">
 
96
<tr><td valign=top><ul>
 
97
<li> <a href="features.html">Features</a> </li>
 
98
<li> <a href="faq.html">Frequently Asked Questions</a> </li>
 
99
<li> <a href="famous.html">Well-known Users</a> </li>
 
100
<li> <a href="quickstart.html">Getting Started</a> </li>
 
101
<li> <a href="whentouse.html">When To Use SQLite</a> </li>
 
102
<li> <a href="different.html">Distinctive Features</a> </li>
 
103
<li> <a href="doclist.html">Alphabetical list of docs</a> </li>
 
104
<li> <a href="books.html">Books About SQLite</a> </li>
 
105
<li> <a href="keyword_index.html">Website Keyword Index</a> </li>
 
106
</ul><td valign=top><ul>
 
107
<li> <a href="lang.html">SQL Syntax</a>
 
108
<ul>
 
109
<li> <a href="pragma.html">Pragmas</a>
 
110
<li> <a href="lang_corefunc.html">SQL functions</a>
 
111
<li> <a href="lang_datefunc.html">Date &amp; time functions</a>
 
112
<li> <a href="lang_aggfunc.html">Aggregate functions</a>
 
113
</ul>
 
114
<li> <a href="c3ref/intro.html">C/C++ Interface Spec</a>
 
115
<ul>
 
116
<li> <a href="cintro.html">Introduction</a>
 
117
<li> <a href="c3ref/funclist.html">List of C-language APIs</a>
 
118
</ul>
 
119
</li>
 
120
<li> <a href="tclsqlite.html">The TCL Interface Spec</a>
 
121
</ul><td valign=top><ul>
 
122
<li> <a href="support.html#mailinglists">Mailing Lists</a> </li>
 
123
<li> <a href="http://www.sqlite.org/src/wiki?name=Bug+Reports">Report a Bug</a> </li>
 
124
<li> <a href="http://www.sqlite.org/cvstrac/wiki">Wiki</a> </li>
 
125
<li> <a href="download.html#cvs">Version control</a>
 
126
  <ul>
 
127
  <li> <a href="http://www.sqlite.org/src">Source code timeline</a> </li>
 
128
  <li> <a href="http://www.sqlite.org/docsrc">Documentation timeline</a> </li>
 
129
  </ul>
 
130
</ul>
 
131
</table>
 
132
 
 
133
<a name="pindex"></a>
 
134
 
 
135
<h2>Permuted Index:  
 
136
<small><a href="http://en.wikipedia.org/wiki/Key_Word_in_Context">(what is
 
137
this?)</a></small></h2>
 
138
 
 
139
<table align=right border=1 cellpadding=10>
 
140
<tr><td>Other Documentation Indices:
 
141
<ul>
 
142
<li><a href="docs.html">Categorical Document List</a>
 
143
<li><a href="books.html">Books About SQLite</a>
 
144
<li><a href="doclist.html">Alphabetical List Of Documents</a>
 
145
<li><a href="keyword_index.html">Website Keyword Index</a>
 
146
</ul>
 
147
</table>
 
148
 
 
149
<ul>
 
150
<li><a href="about.html">About SQLite</a></li><li><a href="books.html">About SQLite &#151; Books</a></li><li><a href="malloc.html">Allocation In SQLite &#151; Dynamic Memory</a></li><li><a href="doclist.html">Alphabetical List Of SQLite Documents</a></li><li><a href="amalgamation.html">Amalgamation &#151; The SQLite</a></li><li><a href="asyncvfs.html">An Asynchronous I/O Module For SQLite</a></li><li><a href="cintro.html">An Introduction To The SQLite C/C++ Interface</a></li><li><a href="lockingv3.html">And Concurrency In SQLite Version 3 &#151; File Locking</a></li><li><a href="backup.html">API &#151; SQLite Backup</a></li><li><a href="unlock_notify.html">API &#151; SQLite Unlock-Notify</a></li><li><a href="threadsafe.html">Applications &#151; Using SQLite In Multi-Threaded</a></li><li><a href="whentouse.html">Appropriate Uses For SQLite</a></li><li><a href="arch.html">Architecture of SQLite</a></li><li><a href="faq.html">Asked Questions &#151; SQLite Frequently</a></li><li><a href="asyncvfs.html">Asynchronous I/O Module For SQLite &#151; An</a></li><li><a href="atomiccommit.html">Atomic Commit In SQLite</a></li><li><a href="autoinc.html">Autoincrement &#151; SQLite</a></li><li><a href="backup.html">Backup API &#151; SQLite</a></li><li><a href="books.html">Books About SQLite</a></li><li><a href="privatebranch.html">Branches Of SQLite &#151; Private</a></li><li><a href="custombuild.html">Builds Of SQLite &#151; Custom</a></li><li><a href="hlr20000.html">C-Language Interfaces For Extending SQLite</a></li><li><a href="cintro.html">C/C++ Interface &#151; An Introduction To The SQLite</a></li><li><a href="capi3ref.html">C/C++ Interface For SQLite Version 3</a></li><li><a href="capi3.html">C/C++ Interface For SQLite Version 3 (old)</a></li><li><a href="34to35.html">Changes From Version 3.4.2 To 3.5.0 &#151; SQLite</a></li><li><a href="35to36.html">Changes From Version 3.5.9 To 3.6.0 &#151; SQLite</a></li><li><a href="formatchng.html">Changes in SQLite &#151; File Format</a></li><li><a href="sqlite.html">Command Line Shell For SQLite</a></li><li><a href="atomiccommit.html">Commit In SQLite &#151; Atomic</a></li><li><a href="speed.html">Comparison &#151; SQLite Database Speed</a></li><li><a href="compile.html">Compilation Options For SQLite</a></li><li><a href="howtocompile.html">Compile SQLite &#151; How To</a></li><li><a href="lockingv3.html">Concurrency In SQLite Version 3 &#151; File Locking And</a></li><li><a href="conflict.html">Conflict Resolution in SQLite &#151; Constraint</a></li><li><a href="consortium.html">Consortium &#151; SQLite</a></li><li><a href="conflict.html">Constraint Conflict Resolution in SQLite</a></li><li><a href="copyright.html">Copyright &#151; SQLite</a></li><li><a href="custombuild.html">Custom Builds Of SQLite</a></li><li><a href="onefile.html">Database &#151; SQLite: Single File</a></li><li><a href="mostdeployed.html">Database Engine &#151; Most Widely Deployed SQL</a></li><li><a href="vdbe.html">Database Engine of SQLite &#151; The Virtual</a></li><li><a href="fileformat.html">Database File Format &#151; SQLite</a></li><li><a href="speed.html">Database Speed Comparison &#151; SQLite</a></li><li><a href="fileformat2.html">Databases &#151; File Format For SQLite</a></li><li><a href="inmemorydb.html">Databases &#151; In-Memory</a></li><li><a href="datatypes.html">Datatypes In SQLite version 2</a></li><li><a href="datatype3.html">Datatypes In SQLite Version 3</a></li><li><a href="mostdeployed.html">Deployed SQL Database Engine &#151; Most Widely</a></li><li><a href="dev.html">Developer Links &#151; SQLite</a></li><li><a href="crew.html">Developers &#151; SQLite</a></li><li><a href="syntaxdiagrams.html">Diagrams For SQLite &#151; Syntax</a></li><li><a href="different.html">Distinctive Features Of SQLite</a></li><li><a href="docs.html">Documentation &#151; SQLite</a></li><li><a href="doclist.html">Documents &#151; Alphabetical List Of SQLite</a></li><li><a href="omitted.html">Does Not Implement &#151; SQL Features That SQLite</a></li><li><a href="download.html">Download Page &#151; SQLite</a></li><li><a href="malloc.html">Dynamic Memory Allocation In SQLite</a></li><li><a href="mostdeployed.html">Engine &#151; Most Widely Deployed SQL Database</a></li><li><a href="vdbe.html">Engine of SQLite &#151; The Virtual Database</a></li><li><a href="hlr20000.html">Extending SQLite &#151; C-Language Interfaces For</a></li><li><a href="fts3.html">Extension &#151; SQLite FTS3</a></li><li><a href="features.html">Features Of SQLite</a></li><li><a href="different.html">Features Of SQLite &#151; Distinctive</a></li><li><a href="omitted.html">Features That SQLite Does Not Implement &#151; SQL</a></li><li><a href="onefile.html">File Database &#151; SQLite: Single</a></li><li><a href="fileformat.html">File Format &#151; SQLite Database</a></li><li><a href="formatchng.html">File Format Changes in SQLite</a></li><li><a href="fileformat2.html">File Format For SQLite Databases</a></li><li><a href="lockingv3.html">File Locking And Concurrency In SQLite Version 3</a></li><li><a href="tempfiles.html">Files Used By SQLite &#151; Temporary</a></li><li><a href="foreignkeys.html">Foreign Key Support &#151; SQLite</a></li><li><a href="fileformat.html">Format &#151; SQLite Database File</a></li><li><a href="formatchng.html">Format Changes in SQLite &#151; File</a></li><li><a href="fileformat2.html">Format For SQLite Databases &#151; File</a></li><li><a href="faq.html">Frequently Asked Questions &#151; SQLite</a></li><li><a href="34to35.html">From Version 3.4.2 To 3.5.0 &#151; SQLite Changes</a></li><li><a href="35to36.html">From Version 3.5.9 To 3.6.0 &#151; SQLite Changes</a></li><li><a href="fts3.html">FTS3 Extension &#151; SQLite</a></li><li><a href="nulls.html">Handling in SQLite &#151; NULL</a></li><li><a href="changes.html">History Of SQLite &#151; Release</a></li><li><a href="index.html">Home Page &#151; SQLite</a></li><li><a href="testing.html">How SQLite Is Tested</a></li><li><a href="howtocompile.html">How To Compile SQLite</a></li><li><a href="asyncvfs.html">I/O Module For SQLite &#151; An Asynchronous</a></li><li><a href="omitted.html">Implement &#151; SQL Features That SQLite Does Not</a></li><li><a href="limits.html">Implementation Limits For SQLite</a></li><li><a href="inmemorydb.html">In-Memory Databases</a></li><li><a href="keyword_index.html">Index &#151; Website Keyword</a></li><li><a href="cintro.html">Interface &#151; An Introduction To The SQLite C/C++</a></li><li><a href="capi3ref.html">Interface For SQLite Version 3 &#151; C/C++</a></li><li><a href="capi3.html">Interface For SQLite Version 3 (old) &#151; C/C++</a></li><li><a href="c_interface.html">interface to SQLite Version 2 &#151; The C language</a></li><li><a href="tclsqlite.html">interface to the SQLite library &#151; The Tcl</a></li><li><a href="hlr20000.html">Interfaces For Extending SQLite &#151; C-Language</a></li><li><a href="cintro.html">Introduction To The SQLite C/C++ Interface &#151; An</a></li><li><a href="foreignkeys.html">Key Support &#151; SQLite Foreign</a></li><li><a href="keyword_index.html">Keyword Index &#151; Website</a></li><li><a href="c_interface.html">language interface to SQLite Version 2 &#151; The C</a></li><li><a href="hlr40000.html">Language Specification &#151; SQLite SQL</a></li><li><a href="lang.html">Language Understood by SQLite &#151; Query</a></li><li><a href="quickstart.html">Less &#151; SQLite In 5 Minutes Or</a></li><li><a href="tclsqlite.html">library &#151; The Tcl interface to the SQLite</a></li><li><a href="limits.html">Limits For SQLite &#151; Implementation</a></li><li><a href="sqlite.html">Line Shell For SQLite &#151; Command</a></li><li><a href="dev.html">Links &#151; SQLite Developer</a></li><li><a href="doclist.html">List Of SQLite Documents &#151; Alphabetical</a></li><li><a href="lockingv3.html">Locking And Concurrency In SQLite Version 3 &#151; File</a></li><li><a href="opcode.html">Machine Opcodes &#151; SQLite Virtual</a></li><li><a href="sitemap.html">Map &#151; SQLite Site</a></li><li><a href="vtab.html">Mechanism Of SQLite &#151; The Virtual Table</a></li><li><a href="malloc.html">Memory Allocation In SQLite &#151; Dynamic</a></li><li><a href="quickstart.html">Minutes Or Less &#151; SQLite In 5</a></li><li><a href="sharedcache.html">Mode &#151; SQLite Shared-Cache</a></li><li><a href="rtree.html">Module &#151; The SQLite R*Tree</a></li><li><a href="asyncvfs.html">Module For SQLite &#151; An Asynchronous I/O</a></li><li><a href="mostdeployed.html">Most Widely Deployed SQL Database Engine</a></li><li><a href="threadsafe.html">Multi-Threaded Applications &#151; Using SQLite In</a></li><li><a href="news.html">News &#151; Recent SQLite</a></li><li><a href="oldnews.html">News &#151; SQLite Older</a></li><li><a href="omitted.html">Not Implement &#151; SQL Features That SQLite Does</a></li><li><a href="nulls.html">NULL Handling in SQLite</a></li><li><a href="oldnews.html">Older News &#151; SQLite</a></li><li><a href="opcode.html">Opcodes &#151; SQLite Virtual Machine</a></li><li><a href="optoverview.html">Optimizer Overview &#151; The SQLite Query</a></li><li><a href="support.html">Options &#151; SQLite Support</a></li><li><a href="compile.html">Options For SQLite &#151; Compilation</a></li><li><a href="version3.html">Overview &#151; SQLite Version 3</a></li><li><a href="optoverview.html">Overview &#151; The SQLite Query Optimizer</a></li><li><a href="download.html">Page &#151; SQLite Download</a></li><li><a href="index.html">Page &#151; SQLite Home</a></li><li><a href="pragma.html">Pragma statements supported by SQLite</a></li><li><a href="privatebranch.html">Private Branches Of SQLite</a></li><li><a href="lang.html">Query Language Understood by SQLite</a></li><li><a href="optoverview.html">Query Optimizer Overview &#151; The SQLite</a></li><li><a href="faq.html">Questions &#151; SQLite Frequently Asked</a></li><li><a href="rtree.html">R*Tree Module &#151; The SQLite</a></li><li><a href="news.html">Recent SQLite News</a></li><li><a href="changes.html">Release History Of SQLite</a></li><li><a href="conflict.html">Resolution in SQLite &#151; Constraint Conflict</a></li><li><a href="selfcontained.html">Self-Contained &#151; SQLite Is</a></li><li><a href="serverless.html">Serverless &#151; SQLite Is</a></li><li><a href="sharedcache.html">Shared-Cache Mode &#151; SQLite</a></li><li><a href="sqlite.html">Shell For SQLite &#151; Command Line</a></li><li><a href="onefile.html">Single File Database &#151; SQLite:</a></li><li><a href="sitemap.html">Site Map &#151; SQLite</a></li><li><a href="hlr40000.html">Specification &#151; SQLite SQL Language</a></li><li><a href="speed.html">Speed Comparison &#151; SQLite Database</a></li><li><a href="mostdeployed.html">SQL Database Engine &#151; Most Widely Deployed</a></li><li><a href="omitted.html">SQL Features That SQLite Does Not Implement</a></li><li><a href="hlr40000.html">SQL Language Specification &#151; SQLite</a></li><li><a href="autoinc.html">SQLite Autoincrement</a></li><li><a href="backup.html">SQLite Backup API</a></li><li><a href="34to35.html">SQLite Changes From Version 3.4.2 To 3.5.0</a></li><li><a href="35to36.html">SQLite Changes From Version 3.5.9 To 3.6.0</a></li><li><a href="consortium.html">SQLite Consortium</a></li><li><a href="copyright.html">SQLite Copyright</a></li><li><a href="fileformat.html">SQLite Database File Format</a></li><li><a href="speed.html">SQLite Database Speed Comparison</a></li><li><a href="dev.html">SQLite Developer Links</a></li><li><a href="crew.html">SQLite Developers</a></li><li><a href="docs.html">SQLite Documentation</a></li><li><a href="download.html">SQLite Download Page</a></li><li><a href="foreignkeys.html">SQLite Foreign Key Support</a></li><li><a href="faq.html">SQLite Frequently Asked Questions</a></li><li><a href="fts3.html">SQLite FTS3 Extension</a></li><li><a href="index.html">SQLite Home Page</a></li><li><a href="quickstart.html">SQLite In 5 Minutes Or Less</a></li><li><a href="selfcontained.html">SQLite Is Self-Contained</a></li><li><a href="serverless.html">SQLite Is Serverless</a></li><li><a href="transactional.html">SQLite Is Transactional</a></li><li><a href="oldnews.html">SQLite Older News</a></li><li><a href="sharedcache.html">SQLite Shared-Cache Mode</a></li><li><a href="sitemap.html">SQLite Site Map</a></li><li><a href="hlr40000.html">SQLite SQL Language Specification</a></li><li><a href="support.html">SQLite Support Options</a></li><li><a href="th3.html">SQLite TH3</a></li><li><a href="unlock_notify.html">SQLite Unlock-Notify API</a></li><li><a href="version3.html">SQLite Version 3 Overview</a></li><li><a href="opcode.html">SQLite Virtual Machine Opcodes</a></li><li><a href="onefile.html">SQLite: Single File Database</a></li><li><a href="pragma.html">statements supported by SQLite &#151; Pragma</a></li><li><a href="foreignkeys.html">Support &#151; SQLite Foreign Key</a></li><li><a href="support.html">Support Options &#151; SQLite</a></li><li><a href="pragma.html">supported by SQLite &#151; Pragma statements</a></li><li><a href="syntaxdiagrams.html">Syntax Diagrams For SQLite</a></li><li><a href="vtab.html">Table Mechanism Of SQLite &#151; The Virtual</a></li><li><a href="tclsqlite.html">Tcl interface to the SQLite library &#151; The</a></li><li><a href="tempfiles.html">Temporary Files Used By SQLite</a></li><li><a href="testing.html">Tested &#151; How SQLite Is</a></li><li><a href="th3.html">TH3 &#151; SQLite</a></li><li><a href="omitted.html">That SQLite Does Not Implement &#151; SQL Features</a></li><li><a href="c_interface.html">The C language interface to SQLite Version 2</a></li><li><a href="amalgamation.html">The SQLite Amalgamation</a></li><li><a href="optoverview.html">The SQLite Query Optimizer Overview</a></li><li><a href="rtree.html">The SQLite R*Tree Module</a></li><li><a href="tclsqlite.html">The Tcl interface to the SQLite library</a></li><li><a href="vdbe.html">The Virtual Database Engine of SQLite</a></li><li><a href="vtab.html">The Virtual Table Mechanism Of SQLite</a></li><li><a href="transactional.html">Transactional &#151; SQLite Is</a></li><li><a href="lang.html">Understood by SQLite &#151; Query Language</a></li><li><a href="unlock_notify.html">Unlock-Notify API &#151; SQLite</a></li><li><a href="tempfiles.html">Used By SQLite &#151; Temporary Files</a></li><li><a href="famous.html">Users Of SQLite &#151; Well-Known</a></li><li><a href="whentouse.html">Uses For SQLite &#151; Appropriate</a></li><li><a href="threadsafe.html">Using SQLite In Multi-Threaded Applications</a></li><li><a href="datatypes.html">version 2 &#151; Datatypes In SQLite</a></li><li><a href="c_interface.html">Version 2 &#151; The C language interface to SQLite</a></li><li><a href="capi3ref.html">Version 3 &#151; C/C++ Interface For SQLite</a></li><li><a href="datatype3.html">Version 3 &#151; Datatypes In SQLite</a></li><li><a href="lockingv3.html">Version 3 &#151; File Locking And Concurrency In SQLite</a></li><li><a href="capi3.html">Version 3 (old) &#151; C/C++ Interface For SQLite</a></li><li><a href="version3.html">Version 3 Overview &#151; SQLite</a></li><li><a href="34to35.html">Version 3.4.2 To 3.5.0 &#151; SQLite Changes From</a></li><li><a href="35to36.html">Version 3.5.9 To 3.6.0 &#151; SQLite Changes From</a></li><li><a href="vdbe.html">Virtual Database Engine of SQLite &#151; The</a></li><li><a href="opcode.html">Virtual Machine Opcodes &#151; SQLite</a></li><li><a href="vtab.html">Virtual Table Mechanism Of SQLite &#151; The</a></li><li><a href="keyword_index.html">Website Keyword Index</a></li><li><a href="famous.html">Well-Known Users Of SQLite</a></li><li><a href="mostdeployed.html">Widely Deployed SQL Database Engine &#151; Most</a></li><li><a href="zeroconf.html">Zero-Configuration</a></li>
 
151
</ul>
 
152