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

« back to all changes in this revision

Viewing changes to doclist.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>Alphabetical List Of SQLite Documents</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
 
 
121
<h1 align=center>Alphabetical List Of SQLite Documents</h1>
 
122
 
 
123
 
 
124
<table align=right border=1 cellpadding=10>
 
125
<tr><td>See Also:
 
126
<ul>
 
127
<li><a href="docs.html">Categorical Document List</a>
 
128
<li><a href="books.html">Books About SQLite</a>
 
129
<li><a href="sitemap.html#pindex">Permuted Title Index</a>
 
130
<li><a href="keyword_index.html">Website Keyword Index</a>
 
131
</ul>
 
132
</table>
 
133
 
 
134
<ol>
 
135
<li><a href="shortnames.html">8+3 Filenames</a></li>
 
136
<li><a href="about.html">About SQLite</a></li>
 
137
<li><a href="doclist.html">Alphabetical List Of SQLite Documents</a></li>
 
138
<li><a href="asyncvfs.html">An Asynchronous I/O Module For SQLite</a></li>
 
139
<li><a href="cintro.html">An Introduction To The SQLite C/C++ Interface</a></li>
 
140
<li><a href="whentouse.html">Appropriate Uses For SQLite</a></li>
 
141
<li><a href="arch.html">Architecture of SQLite</a></li>
 
142
<li><a href="atomiccommit.html">Atomic Commit In SQLite</a></li>
 
143
<li><a href="books.html">Books About SQLite</a></li>
 
144
<li><a href="capi3ref.html">C/C++ Interface For SQLite Version 3</a></li>
 
145
<li><a href="capi3.html">C/C++ Interface For SQLite Version 3 (old)</a></li>
 
146
<li><a href="sqlite.html">Command Line Shell For SQLite</a></li>
 
147
<li><a href="compile.html">Compilation Options For SQLite</a></li>
 
148
<li><a href="conflict.html">Constraint Conflict Resolution in SQLite</a></li>
 
149
<li><a href="custombuild.html">Custom Builds Of SQLite</a></li>
 
150
<li><a href="datatypes.html">Datatypes In SQLite version 2</a></li>
 
151
<li><a href="datatype3.html">Datatypes In SQLite Version 3</a></li>
 
152
<li><a href="different.html">Distinctive Features Of SQLite</a></li>
 
153
<li><a href="malloc.html">Dynamic Memory Allocation In SQLite</a></li>
 
154
<li><a href="eqp.html">EXPLAIN QUERY PLAN</a></li>
 
155
<li><a href="features.html">Features Of SQLite</a></li>
 
156
<li><a href="formatchng.html">File Format Changes in SQLite</a></li>
 
157
<li><a href="fileformat2.html">File Format For SQLite Databases</a></li>
 
158
<li><a href="lockingv3.html">File Locking And Concurrency In SQLite Version 3</a></li>
 
159
<li><a href="testing.html">How SQLite Is Tested</a></li>
 
160
<li><a href="howtocompile.html">How To Compile SQLite</a></li>
 
161
<li><a href="howtocorrupt.html">How To Corrupt An SQLite Database File</a></li>
 
162
<li><a href="limits.html">Implementation Limits For SQLite</a></li>
 
163
<li><a href="inmemorydb.html">In-Memory Databases</a></li>
 
164
<li><a href="intern-v-extern-blob.html">Internal Versus External BLOBs</a></li>
 
165
<li><a href="mostdeployed.html">Most Widely Deployed SQL Database Engine</a></li>
 
166
<li><a href="nulls.html">NULL Handling in SQLite</a></li>
 
167
<li><a href="psow.html">Powersafe Overwrite</a></li>
 
168
<li><a href="pragma.html">Pragma statements supported by SQLite</a></li>
 
169
<li><a href="privatebranch.html">Private Branches Of SQLite</a></li>
 
170
<li><a href="lang.html">Query Language Understood by SQLite</a></li>
 
171
<li><a href="queryplanner.html">Query Planning</a></li>
 
172
<li><a href="news.html">Recent SQLite News</a></li>
 
173
<li><a href="changes.html">Release History Of SQLite</a></li>
 
174
<li><a href="omitted.html">SQL Features That SQLite Does Not Implement</a></li>
 
175
<li><a href="autoinc.html">SQLite Autoincrement</a></li>
 
176
<li><a href="backup.html">SQLite Backup API</a></li>
 
177
<li><a href="34to35.html">SQLite Changes From Version 3.4.2 To 3.5.0</a></li>
 
178
<li><a href="35to36.html">SQLite Changes From Version 3.5.9 To 3.6.0</a></li>
 
179
<li><a href="consortium.html">SQLite Consortium</a></li>
 
180
<li><a href="copyright.html">SQLite Copyright</a></li>
 
181
<li><a href="speed.html">SQLite Database Speed Comparison</a></li>
 
182
<li><a href="dev.html">SQLite Developer Links</a></li>
 
183
<li><a href="crew.html">SQLite Developers</a></li>
 
184
<li><a href="docs.html">SQLite Documentation</a></li>
 
185
<li><a href="download.html">SQLite Download Page</a></li>
 
186
<li><a href="foreignkeys.html">SQLite Foreign Key Support</a></li>
 
187
<li><a href="faq.html">SQLite Frequently Asked Questions</a></li>
 
188
<li><a href="fts3.html">SQLite FTS3 and FTS4 Extensions</a></li>
 
189
<li><a href="index.html">SQLite Home Page</a></li>
 
190
<li><a href="quickstart.html">SQLite In 5 Minutes Or Less</a></li>
 
191
<li><a href="selfcontained.html">SQLite Is Self-Contained</a></li>
 
192
<li><a href="serverless.html">SQLite Is Serverless</a></li>
 
193
<li><a href="transactional.html">SQLite Is Transactional</a></li>
 
194
<li><a href="footprint.html">SQLite Library Footprint</a></li>
 
195
<li><a href="oldnews.html">SQLite Older News</a></li>
 
196
<li><a href="requirements.html">SQLite Requirements</a></li>
 
197
<li><a href="session.html">SQLite Session Module C/C++ Interface</a></li>
 
198
<li><a href="sharedcache.html">SQLite Shared-Cache Mode</a></li>
 
199
<li><a href="sitemap.html">SQLite Site Map</a></li>
 
200
<li><a href="support.html">SQLite Support Options</a></li>
 
201
<li><a href="th3.html">SQLite TH3</a></li>
 
202
<li><a href="unlock_notify.html">SQLite Unlock-Notify API</a></li>
 
203
<li><a href="version3.html">SQLite Version 3 Overview</a></li>
 
204
<li><a href="opcode.html">SQLite Virtual Machine Opcodes</a></li>
 
205
<li><a href="onefile.html">SQLite: Single File Database</a></li>
 
206
<li><a href="syntaxdiagrams.html">Syntax Diagrams For SQLite</a></li>
 
207
<li><a href="tempfiles.html">Temporary Files Used By SQLite</a></li>
 
208
<li><a href="c_interface.html">The C language interface to SQLite Version 2</a></li>
 
209
<li><a href="vfs.html">The OS Backend (VFS) To SQLite</a></li>
 
210
<li><a href="amalgamation.html">The SQLite Amalgamation</a></li>
 
211
<li><a href="optoverview.html">The SQLite Query Optimizer Overview</a></li>
 
212
<li><a href="rtree.html">The SQLite R*Tree Module</a></li>
 
213
<li><a href="tclsqlite.html">The Tcl interface to the SQLite library</a></li>
 
214
<li><a href="vdbe.html">The Virtual Database Engine of SQLite</a></li>
 
215
<li><a href="vtab.html">The Virtual Table Mechanism Of SQLite</a></li>
 
216
<li><a href="uri.html">Uniform Resource Identifiers</a></li>
 
217
<li><a href="threadsafe.html">Using SQLite In Multi-Threaded Applications</a></li>
 
218
<li><a href="keyword_index.html">Website Keyword Index</a></li>
 
219
<li><a href="famous.html">Well-Known Users Of SQLite</a></li>
 
220
<li><a href="wal.html">Write-Ahead Logging</a></li>
 
221
<li><a href="zeroconf.html">Zero-Configuration</a></li>
 
222
 
 
223
</ol>
 
224