1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>wxSQLite3: wxsqlite3opt.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">wxSQLite3 <span id="projectnumber">3.0.0</span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_8918a435a897249112700765d8c72574.html">include</a> </li>
<li class="navelem"><a class="el" href="dir_8bb7c9bc5435d62b7994a2cda30fff2a.html">wx</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#define-members">Defines</a> </div>
<div class="headertitle">
<div class="title">wxsqlite3opt.h File Reference</div> </div>
</div>
<div class="contents">
<p>Compile time switches for the wxSQLite3 class.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="define-members"></a>
Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="wxsqlite3opt_8h.html#a1d99e059323e23f658e3863a310dd4af">wxUSE_DYNAMIC_SQLITE3_LOAD</a>   0</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="wxsqlite3opt_8h.html#a9b7bf2974f571aa3598d3723e595a57d">WXSQLITE3_HAVE_LOAD_EXTENSION</a>   0</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="wxsqlite3opt_8h.html#a95923bec4a7c4244a4448993e228a84b">WXSQLITE3_USE_NAMED_COLLECTIONS</a>   1</td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Compile time switches for the wxSQLite3 class. </p>
</div><hr/><h2>Define Documentation</h2>
<a class="anchor" id="a9b7bf2974f571aa3598d3723e595a57d"></a><!-- doxytag: member="wxsqlite3opt.h::WXSQLITE3_HAVE_LOAD_EXTENSION" ref="a9b7bf2974f571aa3598d3723e595a57d" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define WXSQLITE3_HAVE_LOAD_EXTENSION   0</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>To enable SQLite's meta data methods define WXSQLITE3_HAVE_METADATA as 1 here. Attention: SQLite needs to be compiled with SQLITE_ENABLE_COLUMN_METADATA for this to work To enable SQLite's database encryption support define WXSQLITE3_HAVE_CODEC as 1 here. Attention: SQLite needs to be compiled with SQLITE_HAS_CODEC for this to work To enable SQLite's loadable extension feature define WXSQLITE3_HAVE_LOAD_EXTENSION as 1 here. Attention: SQLite needs to be compiled without SQLITE_OMIT_LOAD_EXTENSION for this to work </p>
</div>
</div>
<a class="anchor" id="a95923bec4a7c4244a4448993e228a84b"></a><!-- doxytag: member="wxsqlite3opt.h::WXSQLITE3_USE_NAMED_COLLECTIONS" ref="a95923bec4a7c4244a4448993e228a84b" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define WXSQLITE3_USE_NAMED_COLLECTIONS   1</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>To disable support for named collections define WXSQLITE3_USE_NAMED_COLLECTIONS as 0 here. Attention: if WXSQLITE3_USE_NAMED_COLLECTIONS is defined as 1 (default) SQLite needs to be compiled without SQLITE_OMIT_VIRTUALTABLE for this to work </p>
</div>
</div>
<a class="anchor" id="a1d99e059323e23f658e3863a310dd4af"></a><!-- doxytag: member="wxsqlite3opt.h::wxUSE_DYNAMIC_SQLITE3_LOAD" ref="a1d99e059323e23f658e3863a310dd4af" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define wxUSE_DYNAMIC_SQLITE3_LOAD   0</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>If this define is set to 1, then the SQLite library will be loaded dynamically otherwise a link library is required to build wxSQLite3. </p>
</div>
</div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Thu Jan 19 2012 16:17:47 for wxSQLite3 by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>
|