%PDF- %PDF-
| Direktori : /usr/share/doc/libaprutil1-dev/html/ |
| Current File : //usr/share/doc/libaprutil1-dev/html/apr__dbd_8h_source.html |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Apache Portable Runtime Utility Library: apr_dbd.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Apache Portable Runtime Utility Library
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">apr_dbd.h</div></div>
</div><!--header-->
<div class="contents">
<a href="apr__dbd_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * this work for additional information regarding copyright ownership.</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * (the "License"); you may not use this file except in compliance with</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * the License. You may obtain a copy of the License at</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> *</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> *</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> * Unless required by applicable law or agreed to in writing, software</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * See the License for the specific language governing permissions and</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * limitations under the License.</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> */</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment">/* Overview of what this is and does:</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment"> * http://www.apache.org/~niq/dbd.html</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment"> */</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#ifndef APR_DBD_H</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#define APR_DBD_H</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#include "apu.h"</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include "apr_pools.h"</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="foldopen" id="foldopen00055" data-start="{" data-end="};">
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga19608fa5d518a5121bee23daacc5c230"> 55</a></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> APR_DBD_TYPE_NONE,</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230acc06ee0f3fe0c65b9f8265053550e4ee"> 57</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230acc06ee0f3fe0c65b9f8265053550e4ee">APR_DBD_TYPE_TINY</a>, </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230aaa4f167bb26fa3e85b0d61f34713ebb6"> 58</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230aaa4f167bb26fa3e85b0d61f34713ebb6">APR_DBD_TYPE_UTINY</a>, </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a0c38d32785a3cbddbe4ba692fdde16ee"> 59</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a0c38d32785a3cbddbe4ba692fdde16ee">APR_DBD_TYPE_SHORT</a>, </div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230af3518efb67af10100b92578b5c867c9c"> 60</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230af3518efb67af10100b92578b5c867c9c">APR_DBD_TYPE_USHORT</a>, </div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a4df919bac6f5b56257bfe63ed3e5968c"> 61</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a4df919bac6f5b56257bfe63ed3e5968c">APR_DBD_TYPE_INT</a>, </div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a58b37a24a35ddf144a9132a9837ed3d3"> 62</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a58b37a24a35ddf144a9132a9837ed3d3">APR_DBD_TYPE_UINT</a>, </div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230add86aa288504ec2d4194f35a3a8ac55a"> 63</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230add86aa288504ec2d4194f35a3a8ac55a">APR_DBD_TYPE_LONG</a>, </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a4186d52d5ce586cd7559a0ae8737cbb7"> 64</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a4186d52d5ce586cd7559a0ae8737cbb7">APR_DBD_TYPE_ULONG</a>, </div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a8821461a3390bd0a001e714d2180ae6c"> 65</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a8821461a3390bd0a001e714d2180ae6c">APR_DBD_TYPE_LONGLONG</a>, </div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230ad1907d3eb1235acfa8a971fce43711c5"> 66</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230ad1907d3eb1235acfa8a971fce43711c5">APR_DBD_TYPE_ULONGLONG</a>, </div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a14281587071981d4e6b25de5bb747e98"> 67</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a14281587071981d4e6b25de5bb747e98">APR_DBD_TYPE_FLOAT</a>, </div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a77c20702c7c6566369d3ccc894eb9cd8"> 68</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a77c20702c7c6566369d3ccc894eb9cd8">APR_DBD_TYPE_DOUBLE</a>, </div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a4c9490a29ed882c46fa738e7cddede44"> 69</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a4c9490a29ed882c46fa738e7cddede44">APR_DBD_TYPE_STRING</a>, </div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230ae06c20e9edcd46964dc26bb43134e0e6"> 70</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230ae06c20e9edcd46964dc26bb43134e0e6">APR_DBD_TYPE_TEXT</a>, </div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a2ad65674a89072f4582e97d0a4fad61d"> 71</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a2ad65674a89072f4582e97d0a4fad61d">APR_DBD_TYPE_TIME</a>, </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230ab96a2b4b2b1fb94a7faeb01065d77835"> 72</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230ab96a2b4b2b1fb94a7faeb01065d77835">APR_DBD_TYPE_DATE</a>, </div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a77bb0dd82ed396f7056ba2aaddd44265"> 73</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a77bb0dd82ed396f7056ba2aaddd44265">APR_DBD_TYPE_DATETIME</a>, </div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a5cffb0a0cc618ab3d0c187ca176d61ad"> 74</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a5cffb0a0cc618ab3d0c187ca176d61ad">APR_DBD_TYPE_TIMESTAMP</a>, </div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230ae4db1948f1f1ef7651c5f01c12d1e56a"> 75</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230ae4db1948f1f1ef7651c5f01c12d1e56a">APR_DBD_TYPE_ZTIMESTAMP</a>, </div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a60d6a6ab49b20a306443b7a9ad8c6f11"> 76</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a60d6a6ab49b20a306443b7a9ad8c6f11">APR_DBD_TYPE_BLOB</a>, </div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230adf428a7365d71eacdf24a89c202c1f72"> 77</a></span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230adf428a7365d71eacdf24a89c202c1f72">APR_DBD_TYPE_CLOB</a>, </div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <a class="code hl_enumvalue" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a706a286af4fe4a9b97ee68adc11cd6cc">APR_DBD_TYPE_NULL</a> </div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a706a286af4fe4a9b97ee68adc11cd6cc"> 79</a></span>} <a class="code hl_enumeration" href="group___a_p_r___util___d_b_d.html#ga19608fa5d518a5121bee23daacc5c230">apr_dbd_type_e</a>;</div>
</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="comment">/* These are opaque structs. Instantiation is up to each backend */</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a>;</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span><span class="keyword">typedef</span> <span class="keyword">struct </span>apr_dbd_t apr_dbd_t;</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span><span class="keyword">typedef</span> <span class="keyword">struct </span>apr_dbd_transaction_t apr_dbd_transaction_t;</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span><span class="keyword">typedef</span> <span class="keyword">struct </span>apr_dbd_results_t apr_dbd_results_t;</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span><span class="keyword">typedef</span> <span class="keyword">struct </span>apr_dbd_row_t apr_dbd_row_t;</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="keyword">typedef</span> <span class="keyword">struct </span>apr_dbd_prepared_t apr_dbd_prepared_t;</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> </div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga7969f50d38bda792cbef72136300a574"> 93</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga7969f50d38bda792cbef72136300a574">apr_dbd_init</a>(apr_pool_t *pool);</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> </div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga8ba85faccf7e8eea525812f8f2dfed25"> 105</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga8ba85faccf7e8eea525812f8f2dfed25">apr_dbd_get_driver</a>(apr_pool_t *pool, <span class="keyword">const</span> <span class="keywordtype">char</span> *name,</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> <span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> **driver);</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> </div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gabddb1fdcb2f8a5f5b83127485c78e8ae"> 140</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gabddb1fdcb2f8a5f5b83127485c78e8ae">apr_dbd_open_ex</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> apr_pool_t *pool, <span class="keyword">const</span> <span class="keywordtype">char</span> *params,</div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> apr_dbd_t **handle,</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="keyword">const</span> <span class="keywordtype">char</span> **error);</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gaeff12b01f78ac78721acc4a0a318e673"> 155</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gaeff12b01f78ac78721acc4a0a318e673">apr_dbd_open</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> apr_pool_t *pool, <span class="keyword">const</span> <span class="keywordtype">char</span> *params,</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> apr_dbd_t **handle);</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> </div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga4abe00d844cd547cc69880fe14af4aca"> 165</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga4abe00d844cd547cc69880fe14af4aca">apr_dbd_close</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> apr_dbd_t *handle);</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> </div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span><span class="comment">/* apr-function-shaped versions of things */</span></div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> </div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga62ec5a9489f5055a5e89db4d20113254"> 175</a></span>APU_DECLARE(<span class="keyword">const</span> <span class="keywordtype">char</span>*) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga62ec5a9489f5055a5e89db4d20113254">apr_dbd_name</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver);</div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> </div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gae2a4a4f91464326da95f2ef7e0912070"> 183</a></span>APU_DECLARE(<span class="keywordtype">void</span>*) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gae2a4a4f91464326da95f2ef7e0912070">apr_dbd_native_handle</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> apr_dbd_t *handle);</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> </div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gae3fca3b3c05f835f9849668a338d82d1"> 193</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gae3fca3b3c05f835f9849668a338d82d1">apr_dbd_check_conn</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver, apr_pool_t *pool,</div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> apr_dbd_t *handle);</div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> </div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gafecb22f98684f29e579fd73eb58b1e86"> 204</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gafecb22f98684f29e579fd73eb58b1e86">apr_dbd_set_dbname</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver, apr_pool_t *pool,</div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> apr_dbd_t *handle, <span class="keyword">const</span> <span class="keywordtype">char</span> *name);</div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> </div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga1c401df12087d3bf1f15a9b80a8f572d"> 221</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga1c401df12087d3bf1f15a9b80a8f572d">apr_dbd_transaction_start</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> apr_pool_t *pool,</div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> apr_dbd_t *handle,</div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> apr_dbd_transaction_t **trans);</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> </div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga6f3a5d6b351cd05646c9399a64eafeb5"> 235</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga6f3a5d6b351cd05646c9399a64eafeb5">apr_dbd_transaction_end</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> apr_pool_t *pool,</div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> apr_dbd_transaction_t *trans);</div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> </div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gaff6a26fb3b384bcb3a9172676c53590b"> 239</a></span><span class="preprocessor">#define APR_DBD_TRANSACTION_COMMIT 0x00 </span></div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga60a8749e5172b692fd2e356b48ec922b"> 240</a></span><span class="preprocessor">#define APR_DBD_TRANSACTION_ROLLBACK 0x01 </span></div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gad9dc523b0a3b8dea5b8c9b7b0c281ea2"> 241</a></span><span class="preprocessor">#define APR_DBD_TRANSACTION_IGNORE_ERRORS 0x02 </span></div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga2a54cfffc3a348a424002eba937b5853"> 249</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga2a54cfffc3a348a424002eba937b5853">apr_dbd_transaction_mode_get</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> apr_dbd_transaction_t *trans);</div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> </div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gab78c0464926311ef64882adfee2f0f42"> 259</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gab78c0464926311ef64882adfee2f0f42">apr_dbd_transaction_mode_set</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> apr_dbd_transaction_t *trans,</div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> <span class="keywordtype">int</span> mode);</div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> </div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga40dbb6bb3f3f171f3443d21f3594a66a"> 271</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga40dbb6bb3f3f171f3443d21f3594a66a">apr_dbd_query</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver, apr_dbd_t *handle,</div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> <span class="keywordtype">int</span> *nrows, <span class="keyword">const</span> <span class="keywordtype">char</span> *statement);</div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> </div>
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga144d354a36140fade933c1ef72661004"> 286</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga144d354a36140fade933c1ef72661004">apr_dbd_select</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver, apr_pool_t *pool,</div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> apr_dbd_t *handle, apr_dbd_results_t **res,</div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *statement, <span class="keywordtype">int</span> random);</div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> </div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga77d1bccedee2c61dc96de6852f3a7cc4"> 296</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga77d1bccedee2c61dc96de6852f3a7cc4">apr_dbd_num_cols</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> apr_dbd_results_t *res);</div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> </div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga2c9f511aba325f8904e69158eacd3987"> 306</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga2c9f511aba325f8904e69158eacd3987">apr_dbd_num_tuples</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> apr_dbd_results_t *res);</div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> </div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gad4cdc5f4e8981b93f5a467a8c8a768f1"> 319</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gad4cdc5f4e8981b93f5a467a8c8a768f1">apr_dbd_get_row</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver, apr_pool_t *pool,</div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> apr_dbd_results_t *res, apr_dbd_row_t **row,</div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> <span class="keywordtype">int</span> rownum);</div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> </div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gaba84a492b7793b1e4aa204ad01ceff48"> 330</a></span>APU_DECLARE(<span class="keyword">const</span> <span class="keywordtype">char</span>*) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gaba84a492b7793b1e4aa204ad01ceff48">apr_dbd_get_entry</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> apr_dbd_row_t *row, <span class="keywordtype">int</span> col);</div>
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> </div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gac6463051e79929ef0e566265886212c7"> 340</a></span>APU_DECLARE(<span class="keyword">const</span> <span class="keywordtype">char</span>*) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gac6463051e79929ef0e566265886212c7">apr_dbd_get_name</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> apr_dbd_results_t *res, <span class="keywordtype">int</span> col);</div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> </div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> </div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga3ff22d5430b10ed2597f1219df5cc17b"> 352</a></span>APU_DECLARE(<span class="keyword">const</span> <span class="keywordtype">char</span>*) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga3ff22d5430b10ed2597f1219df5cc17b">apr_dbd_error</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> apr_dbd_t *handle, <span class="keywordtype">int</span> errnum);</div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> </div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gacd47ec5d3612babf075e672894575508"> 363</a></span>APU_DECLARE(<span class="keyword">const</span> <span class="keywordtype">char</span>*) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gacd47ec5d3612babf075e672894575508">apr_dbd_escape</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> apr_pool_t *pool, <span class="keyword">const</span> <span class="keywordtype">char</span> *<span class="keywordtype">string</span>,</div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> apr_dbd_t *handle);</div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> </div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gacf21412447c4357c64d1e9200a0f5eec"> 395</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gacf21412447c4357c64d1e9200a0f5eec">apr_dbd_prepare</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver, apr_pool_t *pool,</div>
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> apr_dbd_t *handle, <span class="keyword">const</span> <span class="keywordtype">char</span> *query,</div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *label,</div>
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span> apr_dbd_prepared_t **statement);</div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> </div>
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> </div>
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga1c4b005abda896011ca414679edfe112"> 412</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga1c4b005abda896011ca414679edfe112">apr_dbd_pquery</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver, apr_pool_t *pool,</div>
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> apr_dbd_t *handle, <span class="keywordtype">int</span> *nrows,</div>
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> apr_dbd_prepared_t *statement, <span class="keywordtype">int</span> nargs,</div>
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> <span class="keyword">const</span> <span class="keywordtype">char</span> **args);</div>
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span> </div>
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga9f9ee377c2d335f8f1a9bffe4bf7194f"> 429</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga9f9ee377c2d335f8f1a9bffe4bf7194f">apr_dbd_pselect</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver, apr_pool_t *pool,</div>
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> apr_dbd_t *handle, apr_dbd_results_t **res,</div>
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span> apr_dbd_prepared_t *statement, <span class="keywordtype">int</span> random,</div>
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span> <span class="keywordtype">int</span> nargs, <span class="keyword">const</span> <span class="keywordtype">char</span> **args);</div>
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span> </div>
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga52ad74205d0afa92098e546303b9ee4c"> 444</a></span>APU_DECLARE_NONSTD(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga52ad74205d0afa92098e546303b9ee4c">apr_dbd_pvquery</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver, </div>
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span> apr_pool_t *pool,</div>
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span> apr_dbd_t *handle, <span class="keywordtype">int</span> *nrows,</div>
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span> apr_dbd_prepared_t *statement, ...);</div>
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span> </div>
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gafbd4dbbddfa76586f172ec0832d4fd37"> 460</a></span>APU_DECLARE_NONSTD(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gafbd4dbbddfa76586f172ec0832d4fd37">apr_dbd_pvselect</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span> apr_pool_t *pool, apr_dbd_t *handle,</div>
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span> apr_dbd_results_t **res,</div>
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span> apr_dbd_prepared_t *statement,</div>
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"> 464</span> <span class="keywordtype">int</span> random, ...);</div>
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"> 465</span> </div>
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga7933396b01b4676ae2835d1f09d9a1be"> 476</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga7933396b01b4676ae2835d1f09d9a1be">apr_dbd_pbquery</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span> apr_pool_t *pool, apr_dbd_t *handle,</div>
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span> <span class="keywordtype">int</span> *nrows, apr_dbd_prepared_t *statement,</div>
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span> <span class="keyword">const</span> <span class="keywordtype">void</span> **args);</div>
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span> </div>
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga19b88ed11097a2d07bef1e31619fff0a"> 492</a></span>APU_DECLARE(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga19b88ed11097a2d07bef1e31619fff0a">apr_dbd_pbselect</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span> apr_pool_t *pool,</div>
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span> apr_dbd_t *handle, apr_dbd_results_t **res,</div>
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span> apr_dbd_prepared_t *statement, <span class="keywordtype">int</span> random,</div>
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span> <span class="keyword">const</span> <span class="keywordtype">void</span> **args);</div>
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span> </div>
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga27d1ca34ce4064bb14ac3cb315ba8d14"> 508</a></span>APU_DECLARE_NONSTD(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga27d1ca34ce4064bb14ac3cb315ba8d14">apr_dbd_pvbquery</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span> apr_pool_t *pool,</div>
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span> apr_dbd_t *handle, <span class="keywordtype">int</span> *nrows,</div>
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span> apr_dbd_prepared_t *statement, ...);</div>
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span> </div>
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#gacfe85d56d78d5e4767684238287b700b"> 524</a></span>APU_DECLARE_NONSTD(<span class="keywordtype">int</span>) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#gacfe85d56d78d5e4767684238287b700b">apr_dbd_pvbselect</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"> 525</span> apr_pool_t *pool, apr_dbd_t *handle,</div>
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span> apr_dbd_results_t **res,</div>
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span> apr_dbd_prepared_t *statement,</div>
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span> <span class="keywordtype">int</span> random, ...);</div>
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span> </div>
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"><a class="line" href="group___a_p_r___util___d_b_d.html#ga67e57ef4eb7952df79ceaa6e92767d41"> 539</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___util___d_b_d.html#ga67e57ef4eb7952df79ceaa6e92767d41">apr_dbd_datum_get</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a> *driver,</div>
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span> apr_dbd_row_t *row, <span class="keywordtype">int</span> col,</div>
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span> <a class="code hl_enumeration" href="group___a_p_r___util___d_b_d.html#ga19608fa5d518a5121bee23daacc5c230">apr_dbd_type_e</a> type, <span class="keywordtype">void</span> *data);</div>
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"> 542</span> </div>
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span><span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span>}</div>
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"> 548</span> </div>
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga144d354a36140fade933c1ef72661004"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga144d354a36140fade933c1ef72661004">apr_dbd_select</a></div><div class="ttdeci">int apr_dbd_select(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, apr_dbd_results_t **res, const char *statement, int random)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga19608fa5d518a5121bee23daacc5c230"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga19608fa5d518a5121bee23daacc5c230">apr_dbd_type_e</a></div><div class="ttdeci">apr_dbd_type_e</div><div class="ttdef"><b>Definition</b> apr_dbd.h:55</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga19b88ed11097a2d07bef1e31619fff0a"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga19b88ed11097a2d07bef1e31619fff0a">apr_dbd_pbselect</a></div><div class="ttdeci">int apr_dbd_pbselect(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, apr_dbd_results_t **res, apr_dbd_prepared_t *statement, int random, const void **args)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga1c401df12087d3bf1f15a9b80a8f572d"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga1c401df12087d3bf1f15a9b80a8f572d">apr_dbd_transaction_start</a></div><div class="ttdeci">int apr_dbd_transaction_start(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, apr_dbd_transaction_t **trans)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga1c4b005abda896011ca414679edfe112"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga1c4b005abda896011ca414679edfe112">apr_dbd_pquery</a></div><div class="ttdeci">int apr_dbd_pquery(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, int *nrows, apr_dbd_prepared_t *statement, int nargs, const char **args)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga27d1ca34ce4064bb14ac3cb315ba8d14"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga27d1ca34ce4064bb14ac3cb315ba8d14">apr_dbd_pvbquery</a></div><div class="ttdeci">int apr_dbd_pvbquery(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, int *nrows, apr_dbd_prepared_t *statement,...)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga2a54cfffc3a348a424002eba937b5853"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga2a54cfffc3a348a424002eba937b5853">apr_dbd_transaction_mode_get</a></div><div class="ttdeci">int apr_dbd_transaction_mode_get(const apr_dbd_driver_t *driver, apr_dbd_transaction_t *trans)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga2c9f511aba325f8904e69158eacd3987"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga2c9f511aba325f8904e69158eacd3987">apr_dbd_num_tuples</a></div><div class="ttdeci">int apr_dbd_num_tuples(const apr_dbd_driver_t *driver, apr_dbd_results_t *res)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga3ff22d5430b10ed2597f1219df5cc17b"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga3ff22d5430b10ed2597f1219df5cc17b">apr_dbd_error</a></div><div class="ttdeci">const char * apr_dbd_error(const apr_dbd_driver_t *driver, apr_dbd_t *handle, int errnum)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga40dbb6bb3f3f171f3443d21f3594a66a"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga40dbb6bb3f3f171f3443d21f3594a66a">apr_dbd_query</a></div><div class="ttdeci">int apr_dbd_query(const apr_dbd_driver_t *driver, apr_dbd_t *handle, int *nrows, const char *statement)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga4abe00d844cd547cc69880fe14af4aca"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga4abe00d844cd547cc69880fe14af4aca">apr_dbd_close</a></div><div class="ttdeci">apr_status_t apr_dbd_close(const apr_dbd_driver_t *driver, apr_dbd_t *handle)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga52ad74205d0afa92098e546303b9ee4c"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga52ad74205d0afa92098e546303b9ee4c">apr_dbd_pvquery</a></div><div class="ttdeci">int apr_dbd_pvquery(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, int *nrows, apr_dbd_prepared_t *statement,...)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga62ec5a9489f5055a5e89db4d20113254"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga62ec5a9489f5055a5e89db4d20113254">apr_dbd_name</a></div><div class="ttdeci">const char * apr_dbd_name(const apr_dbd_driver_t *driver)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga67e57ef4eb7952df79ceaa6e92767d41"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga67e57ef4eb7952df79ceaa6e92767d41">apr_dbd_datum_get</a></div><div class="ttdeci">apr_status_t apr_dbd_datum_get(const apr_dbd_driver_t *driver, apr_dbd_row_t *row, int col, apr_dbd_type_e type, void *data)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga6f3a5d6b351cd05646c9399a64eafeb5"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga6f3a5d6b351cd05646c9399a64eafeb5">apr_dbd_transaction_end</a></div><div class="ttdeci">int apr_dbd_transaction_end(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_transaction_t *trans)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga77d1bccedee2c61dc96de6852f3a7cc4"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga77d1bccedee2c61dc96de6852f3a7cc4">apr_dbd_num_cols</a></div><div class="ttdeci">int apr_dbd_num_cols(const apr_dbd_driver_t *driver, apr_dbd_results_t *res)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga7933396b01b4676ae2835d1f09d9a1be"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga7933396b01b4676ae2835d1f09d9a1be">apr_dbd_pbquery</a></div><div class="ttdeci">int apr_dbd_pbquery(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, int *nrows, apr_dbd_prepared_t *statement, const void **args)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga7969f50d38bda792cbef72136300a574"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga7969f50d38bda792cbef72136300a574">apr_dbd_init</a></div><div class="ttdeci">apr_status_t apr_dbd_init(apr_pool_t *pool)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga8ba85faccf7e8eea525812f8f2dfed25"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga8ba85faccf7e8eea525812f8f2dfed25">apr_dbd_get_driver</a></div><div class="ttdeci">apr_status_t apr_dbd_get_driver(apr_pool_t *pool, const char *name, const apr_dbd_driver_t **driver)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_ga9f9ee377c2d335f8f1a9bffe4bf7194f"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#ga9f9ee377c2d335f8f1a9bffe4bf7194f">apr_dbd_pselect</a></div><div class="ttdeci">int apr_dbd_pselect(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, apr_dbd_results_t **res, apr_dbd_prepared_t *statement, int random, int nargs, const char **args)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gab78c0464926311ef64882adfee2f0f42"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gab78c0464926311ef64882adfee2f0f42">apr_dbd_transaction_mode_set</a></div><div class="ttdeci">int apr_dbd_transaction_mode_set(const apr_dbd_driver_t *driver, apr_dbd_transaction_t *trans, int mode)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gaba84a492b7793b1e4aa204ad01ceff48"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gaba84a492b7793b1e4aa204ad01ceff48">apr_dbd_get_entry</a></div><div class="ttdeci">const char * apr_dbd_get_entry(const apr_dbd_driver_t *driver, apr_dbd_row_t *row, int col)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gabddb1fdcb2f8a5f5b83127485c78e8ae"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gabddb1fdcb2f8a5f5b83127485c78e8ae">apr_dbd_open_ex</a></div><div class="ttdeci">apr_status_t apr_dbd_open_ex(const apr_dbd_driver_t *driver, apr_pool_t *pool, const char *params, apr_dbd_t **handle, const char **error)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gac6463051e79929ef0e566265886212c7"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gac6463051e79929ef0e566265886212c7">apr_dbd_get_name</a></div><div class="ttdeci">const char * apr_dbd_get_name(const apr_dbd_driver_t *driver, apr_dbd_results_t *res, int col)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gacd47ec5d3612babf075e672894575508"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gacd47ec5d3612babf075e672894575508">apr_dbd_escape</a></div><div class="ttdeci">const char * apr_dbd_escape(const apr_dbd_driver_t *driver, apr_pool_t *pool, const char *string, apr_dbd_t *handle)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gacf21412447c4357c64d1e9200a0f5eec"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gacf21412447c4357c64d1e9200a0f5eec">apr_dbd_prepare</a></div><div class="ttdeci">int apr_dbd_prepare(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, const char *query, const char *label, apr_dbd_prepared_t **statement)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gacfe85d56d78d5e4767684238287b700b"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gacfe85d56d78d5e4767684238287b700b">apr_dbd_pvbselect</a></div><div class="ttdeci">int apr_dbd_pvbselect(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, apr_dbd_results_t **res, apr_dbd_prepared_t *statement, int random,...)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gad4cdc5f4e8981b93f5a467a8c8a768f1"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gad4cdc5f4e8981b93f5a467a8c8a768f1">apr_dbd_get_row</a></div><div class="ttdeci">int apr_dbd_get_row(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_results_t *res, apr_dbd_row_t **row, int rownum)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gae2a4a4f91464326da95f2ef7e0912070"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gae2a4a4f91464326da95f2ef7e0912070">apr_dbd_native_handle</a></div><div class="ttdeci">void * apr_dbd_native_handle(const apr_dbd_driver_t *driver, apr_dbd_t *handle)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gae3fca3b3c05f835f9849668a338d82d1"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gae3fca3b3c05f835f9849668a338d82d1">apr_dbd_check_conn</a></div><div class="ttdeci">int apr_dbd_check_conn(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gaeff12b01f78ac78721acc4a0a318e673"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gaeff12b01f78ac78721acc4a0a318e673">apr_dbd_open</a></div><div class="ttdeci">apr_status_t apr_dbd_open(const apr_dbd_driver_t *driver, apr_pool_t *pool, const char *params, apr_dbd_t **handle)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gafbd4dbbddfa76586f172ec0832d4fd37"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gafbd4dbbddfa76586f172ec0832d4fd37">apr_dbd_pvselect</a></div><div class="ttdeci">int apr_dbd_pvselect(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, apr_dbd_results_t **res, apr_dbd_prepared_t *statement, int random,...)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gafecb22f98684f29e579fd73eb58b1e86"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gafecb22f98684f29e579fd73eb58b1e86">apr_dbd_set_dbname</a></div><div class="ttdeci">int apr_dbd_set_dbname(const apr_dbd_driver_t *driver, apr_pool_t *pool, apr_dbd_t *handle, const char *name)</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a0c38d32785a3cbddbe4ba692fdde16ee"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a0c38d32785a3cbddbe4ba692fdde16ee">APR_DBD_TYPE_SHORT</a></div><div class="ttdeci">@ APR_DBD_TYPE_SHORT</div><div class="ttdef"><b>Definition</b> apr_dbd.h:59</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a14281587071981d4e6b25de5bb747e98"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a14281587071981d4e6b25de5bb747e98">APR_DBD_TYPE_FLOAT</a></div><div class="ttdeci">@ APR_DBD_TYPE_FLOAT</div><div class="ttdef"><b>Definition</b> apr_dbd.h:67</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a2ad65674a89072f4582e97d0a4fad61d"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a2ad65674a89072f4582e97d0a4fad61d">APR_DBD_TYPE_TIME</a></div><div class="ttdeci">@ APR_DBD_TYPE_TIME</div><div class="ttdef"><b>Definition</b> apr_dbd.h:71</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a4186d52d5ce586cd7559a0ae8737cbb7"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a4186d52d5ce586cd7559a0ae8737cbb7">APR_DBD_TYPE_ULONG</a></div><div class="ttdeci">@ APR_DBD_TYPE_ULONG</div><div class="ttdef"><b>Definition</b> apr_dbd.h:64</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a4c9490a29ed882c46fa738e7cddede44"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a4c9490a29ed882c46fa738e7cddede44">APR_DBD_TYPE_STRING</a></div><div class="ttdeci">@ APR_DBD_TYPE_STRING</div><div class="ttdef"><b>Definition</b> apr_dbd.h:69</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a4df919bac6f5b56257bfe63ed3e5968c"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a4df919bac6f5b56257bfe63ed3e5968c">APR_DBD_TYPE_INT</a></div><div class="ttdeci">@ APR_DBD_TYPE_INT</div><div class="ttdef"><b>Definition</b> apr_dbd.h:61</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a58b37a24a35ddf144a9132a9837ed3d3"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a58b37a24a35ddf144a9132a9837ed3d3">APR_DBD_TYPE_UINT</a></div><div class="ttdeci">@ APR_DBD_TYPE_UINT</div><div class="ttdef"><b>Definition</b> apr_dbd.h:62</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a5cffb0a0cc618ab3d0c187ca176d61ad"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a5cffb0a0cc618ab3d0c187ca176d61ad">APR_DBD_TYPE_TIMESTAMP</a></div><div class="ttdeci">@ APR_DBD_TYPE_TIMESTAMP</div><div class="ttdef"><b>Definition</b> apr_dbd.h:74</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a60d6a6ab49b20a306443b7a9ad8c6f11"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a60d6a6ab49b20a306443b7a9ad8c6f11">APR_DBD_TYPE_BLOB</a></div><div class="ttdeci">@ APR_DBD_TYPE_BLOB</div><div class="ttdef"><b>Definition</b> apr_dbd.h:76</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a706a286af4fe4a9b97ee68adc11cd6cc"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a706a286af4fe4a9b97ee68adc11cd6cc">APR_DBD_TYPE_NULL</a></div><div class="ttdeci">@ APR_DBD_TYPE_NULL</div><div class="ttdef"><b>Definition</b> apr_dbd.h:78</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a77bb0dd82ed396f7056ba2aaddd44265"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a77bb0dd82ed396f7056ba2aaddd44265">APR_DBD_TYPE_DATETIME</a></div><div class="ttdeci">@ APR_DBD_TYPE_DATETIME</div><div class="ttdef"><b>Definition</b> apr_dbd.h:73</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a77c20702c7c6566369d3ccc894eb9cd8"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a77c20702c7c6566369d3ccc894eb9cd8">APR_DBD_TYPE_DOUBLE</a></div><div class="ttdeci">@ APR_DBD_TYPE_DOUBLE</div><div class="ttdef"><b>Definition</b> apr_dbd.h:68</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230a8821461a3390bd0a001e714d2180ae6c"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230a8821461a3390bd0a001e714d2180ae6c">APR_DBD_TYPE_LONGLONG</a></div><div class="ttdeci">@ APR_DBD_TYPE_LONGLONG</div><div class="ttdef"><b>Definition</b> apr_dbd.h:65</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230aaa4f167bb26fa3e85b0d61f34713ebb6"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230aaa4f167bb26fa3e85b0d61f34713ebb6">APR_DBD_TYPE_UTINY</a></div><div class="ttdeci">@ APR_DBD_TYPE_UTINY</div><div class="ttdef"><b>Definition</b> apr_dbd.h:58</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230ab96a2b4b2b1fb94a7faeb01065d77835"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230ab96a2b4b2b1fb94a7faeb01065d77835">APR_DBD_TYPE_DATE</a></div><div class="ttdeci">@ APR_DBD_TYPE_DATE</div><div class="ttdef"><b>Definition</b> apr_dbd.h:72</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230acc06ee0f3fe0c65b9f8265053550e4ee"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230acc06ee0f3fe0c65b9f8265053550e4ee">APR_DBD_TYPE_TINY</a></div><div class="ttdeci">@ APR_DBD_TYPE_TINY</div><div class="ttdef"><b>Definition</b> apr_dbd.h:57</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230ad1907d3eb1235acfa8a971fce43711c5"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230ad1907d3eb1235acfa8a971fce43711c5">APR_DBD_TYPE_ULONGLONG</a></div><div class="ttdeci">@ APR_DBD_TYPE_ULONGLONG</div><div class="ttdef"><b>Definition</b> apr_dbd.h:66</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230add86aa288504ec2d4194f35a3a8ac55a"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230add86aa288504ec2d4194f35a3a8ac55a">APR_DBD_TYPE_LONG</a></div><div class="ttdeci">@ APR_DBD_TYPE_LONG</div><div class="ttdef"><b>Definition</b> apr_dbd.h:63</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230adf428a7365d71eacdf24a89c202c1f72"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230adf428a7365d71eacdf24a89c202c1f72">APR_DBD_TYPE_CLOB</a></div><div class="ttdeci">@ APR_DBD_TYPE_CLOB</div><div class="ttdef"><b>Definition</b> apr_dbd.h:77</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230ae06c20e9edcd46964dc26bb43134e0e6"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230ae06c20e9edcd46964dc26bb43134e0e6">APR_DBD_TYPE_TEXT</a></div><div class="ttdeci">@ APR_DBD_TYPE_TEXT</div><div class="ttdef"><b>Definition</b> apr_dbd.h:70</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230ae4db1948f1f1ef7651c5f01c12d1e56a"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230ae4db1948f1f1ef7651c5f01c12d1e56a">APR_DBD_TYPE_ZTIMESTAMP</a></div><div class="ttdeci">@ APR_DBD_TYPE_ZTIMESTAMP</div><div class="ttdef"><b>Definition</b> apr_dbd.h:75</div></div>
<div class="ttc" id="agroup___a_p_r___util___d_b_d_html_gga19608fa5d518a5121bee23daacc5c230af3518efb67af10100b92578b5c867c9c"><div class="ttname"><a href="group___a_p_r___util___d_b_d.html#gga19608fa5d518a5121bee23daacc5c230af3518efb67af10100b92578b5c867c9c">APR_DBD_TYPE_USHORT</a></div><div class="ttdeci">@ APR_DBD_TYPE_USHORT</div><div class="ttdef"><b>Definition</b> apr_dbd.h:60</div></div>
<div class="ttc" id="astructapr__dbd__driver__t_html"><div class="ttname"><a href="structapr__dbd__driver__t.html">apr_dbd_driver_t</a></div><div class="ttdef"><b>Definition</b> apr_dbd_internal.h:43</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>