⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 capi3ref.html

📁 sqlite3源码,适合作为嵌入式(embedded)
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head><title>C/C++ Interface For SQLite Version 3</title><style type="text/css">body {    margin: auto;    font-family: "Verdana" "sans-serif";    padding: 8px 1%;}a { color: #45735f }a:visited { color: #734559 }.logo { position:absolute; margin:3px; }.tagline {  float:right;  text-align:right;  font-style:italic;  width:240px;  margin:12px;  margin-top:58px;}.toolbar {  font-variant: small-caps;  text-align: center;  line-height: 1.6em;  margin: 0;  padding:1px 8px;}.toolbar a { color: white; text-decoration: none; padding: 6px 12px; }.toolbar a:visited { color: white; }.toolbar a:hover { color: #80a796; background: white; }.content    { margin: 5%; }.content dt { font-weight:bold; }.content dd { margin-bottom: 25px; margin-left:20%; }.content ul { padding:0px; padding-left: 15px; margin:0px; }/* rounded corners */.se  { background: url(images/se.png) 100% 100% no-repeat #80a796}.sw  { background: url(images/sw.png) 0% 100% no-repeat }.ne  { background: url(images/ne.png) 100% 0% no-repeat }.nw  { background: url(images/nw.png) 0% 0% no-repeat }</style><meta http-equiv="content-type" content="text/html; charset=UTF-8">  </head><body><div><!-- container div to satisfy validator --><a href="index.html"><img class="logo" src="images/SQLite.gif" alt="SQLite Logo" border="0"></a><div><!-- IE hack to prevent disappearing logo--></div><div class="tagline">Small. Fast. Reliable.<br>Choose any three.</div><table width=100% style="clear:both"><tr><td>  <div class="se"><div class="sw"><div class="ne"><div class="nw">  <div class="toolbar">    <a href="about.html">About</a>    <a href="sitemap.html">Sitemap</a>    <a href="docs.html">Documentation</a>    <a href="download.html">Download</a>    <a href="copyright.html">License</a>    <a href="news.html">News</a>    <a href="http://www.sqlite.org/cvstrac/index">Developers</a>    <a href="support.html">Support</a>  </div></div></div></div></div></td></tr></table>  <h2 class=pdf_section>C/C++ Interface For SQLite Version 3</h2><p>This page defined the C-language interface to SQLite.</p><p>This is not a tutorial.  Thesepages are designed to be precise, not easy to read.For a tutorial introduction see<a href="quickstart.html">SQLite In 3 Minutes Or Less</a> and/orthe <a href="cintro.html">Introduction To The SQLite C/C++ Interface</a>.</p><p>This page contains all C-language interface informationin a single HTML file.  The same information is alsoavailable broken out into <a href="c3ref/intro.html">lots of small pages</a>for easier viewing, if you prefer.</p><p>This document is created by a script which scans commentsin the source code files.</p><hr><h2>Experimental And Deprecated Interfaces</h2><p>SQLite interfaces can be subdivided into three categories:</p><ol><li>Stable</li><li>Experimental</li><li>Deprecated</li></ol><p>Stable interfaces will be maintained indefinitely in a backwardscompatible way.  An application that uses only stable interfacesshould always be able to relink against a newer version of SQLitewithout any changes.</p><p>Experiemental interfaces are subject to change.  Applications that use experiemental interfacesmay need to be modified when upgrading to a newer SQLite release.When new interfaces are added to SQLite, they generally beginas experimental interfaces.  After an interface has been in use fora while and the developers are confident that the design of the interfaceis sound and worthy of long-term support, the interface is markedas stable.</p><p>Deprecated interfaces have been superceded by better methods ofaccomplishing the same thing and should be avoided in new applications.Deprecated interfaces continue to be supported for the sake ofbackwards compatibility.  At some point in the future, it is possiblethat deprecated interfaces may be removed.</p><p>Key points:</p><ul><li>Experimental interfaces are subject to change and/or removal at any time.</li><li>Deprecated interfaces should not be used in new code and mightbe removed in some future release.</li></ul><hr><h2>Objects:</h2><p>Note: Objects marked with "<a href="capi3ref.html"><small><i>exp</i></small></a>"are <a href="capi3ref.html">experimental</a> and objects marked with"<a href="capi3ref.html"><small><i>(obs)</i></small></a>" are <a href="capi3ref.html">deprecated</a>.</p>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -