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

📄 group__g__handles.html

📁 ORACLE编程的好东西,纯C写的OCI封装.很好用,支持数据池.
💻 HTML
📖 第 1 页 / 共 3 页
字号:
          <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetError           </td>          <td>(</td>          <td class="paramtype"><a class="el" href="struct_o_c_i___connection.html">OCI_Connection</a> *&nbsp;</td>          <td class="paramname"> <em>con</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"></td>        </tr>      </table></div><div class="memdoc"><p>Return the OCI Error Handle (OCIError *) of an OCILIB <a class="el" href="struct_o_c_i___connection.html" title="Oracle physical connection.">OCI_Connection</a> object. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>con</em>&nbsp;</td><td>- Connection handle</td></tr>  </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI Error handle otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00080">80</a> of file <a class="el" href="handle_8c-source.html">handle.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00235">OCI_Connection::err</a>.</p></div></div><p><a class="anchor" name="g42becdda192abf5c57f121ea799ea6ec"></a><!-- doxytag: member="ocilib.h::OCI_HandleGetFile" ref="g42becdda192abf5c57f121ea799ea6ec" args="(OCI_File *file)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetFile           </td>          <td>(</td>          <td class="paramtype"><a class="el" href="struct_o_c_i___file.html">OCI_File</a> *&nbsp;</td>          <td class="paramname"> <em>file</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"></td>        </tr>      </table></div><div class="memdoc"><p>Return the OCI LobLocator Handle (OCILobLocator *) of an OCILIB <a class="el" href="struct_o_c_i___file.html" title="Oracle External Large objects :.">OCI_File</a> object. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>file</em>&nbsp;</td><td>- File handle</td></tr>  </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI LobLocator handle otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00145">145</a> of file <a class="el" href="handle_8c-source.html">handle.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00416">OCI_File::handle</a>.</p></div></div><p><a class="anchor" name="g9427148da9fece5cf726ebac1f85037a"></a><!-- doxytag: member="ocilib.h::OCI_HandleGetInterval" ref="g9427148da9fece5cf726ebac1f85037a" args="(OCI_Interval *itv)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetInterval           </td>          <td>(</td>          <td class="paramtype"><a class="el" href="struct_o_c_i___interval.html">OCI_Interval</a> *&nbsp;</td>          <td class="paramname"> <em>itv</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"></td>        </tr>      </table></div><div class="memdoc"><p>Return OCI Interval Handle (OCIInterval *) of an OCILIB <a class="el" href="struct_o_c_i___interval.html" title="Oracle internal interval representation.">OCI_Interval</a> object. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>itv</em>&nbsp;</td><td>- Interval handle</td></tr>  </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI Interval handle otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00184">184</a> of file <a class="el" href="handle_8c-source.html">handle.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00479">OCI_Interval::handle</a>.</p></div></div><p><a class="anchor" name="g79f116a4f99c5ea9e88330a029f29e01"></a><!-- doxytag: member="ocilib.h::OCI_HandleGetLob" ref="g79f116a4f99c5ea9e88330a029f29e01" args="(OCI_Lob *lob)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetLob           </td>          <td>(</td>          <td class="paramtype"><a class="el" href="struct_o_c_i___lob.html">OCI_Lob</a> *&nbsp;</td>          <td class="paramname"> <em>lob</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"></td>        </tr>      </table></div><div class="memdoc"><p>Return the OCI LobLocator Handle (OCILobLocator *) of an OCILIB <a class="el" href="struct_o_c_i___lob.html" title="Oracle Internal Large objects :.">OCI_Lob</a> object. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>lob</em>&nbsp;</td><td>- Lob handle</td></tr>  </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI LobLocator handle otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00132">132</a> of file <a class="el" href="handle_8c-source.html">handle.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00403">OCI_Lob::handle</a>.</p></div></div><p><a class="anchor" name="gf0b3b3abf1d48da90f37b564dafeac93"></a><!-- doxytag: member="ocilib.h::OCI_HandleGetMutex" ref="gf0b3b3abf1d48da90f37b564dafeac93" args="(OCI_Mutex *mutex)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetMutex           </td>          <td>(</td>          <td class="paramtype"><a class="el" href="struct_o_c_i___mutex.html">OCI_Mutex</a> *&nbsp;</td>          <td class="paramname"> <em>mutex</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"></td>        </tr>      </table></div><div class="memdoc"><p>Return OCI Mutex handle (OCIThreadMutex *) of an OCILIB <a class="el" href="struct_o_c_i___mutex.html" title="OCILIB encapsulation of OCI mutexes.">OCI_Mutex</a> object. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>mutex</em>&nbsp;</td><td>- Mutex handle</td></tr>  </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI Mutex handle otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00223">223</a> of file <a class="el" href="handle_8c-source.html">handle.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00126">OCI_Mutex::handle</a>.</p></div></div><p><a class="anchor" name="g120e32ba9b9ddc1ab4c41e944fc86764"></a><!-- doxytag: member="ocilib.h::OCI_HandleGetObject" ref="g120e32ba9b9ddc1ab4c41e944fc86764" args="(OCI_Object *obj)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetObject           </td>          <td>(</td>          <td class="paramtype"><a class="el" href="struct_o_c_i___object.html">OCI_Object</a> *&nbsp;</td>          <td class="paramname"> <em>obj</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"></td>        </tr>      </table></div><div class="memdoc"><p>Return OCI Object Handle (void *) of an OCILIB <a class="el" href="struct_o_c_i___object.html" title="Oracle Named types representation.">OCI_Object</a> object. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>obj</em>&nbsp;</td><td>- Object handle</td></tr>  </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI Object handle otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00197">197</a> of file <a class="el" href="handle_8c-source.html">handle.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00495">OCI_Object::handle</a>.</p></div></div><p><a class="anchor" name="g58d75b09cd2b2d0d153bd67fe3fc413a"></a><!-- doxytag: member="ocilib.h::OCI_HandleGetServer" ref="g58d75b09cd2b2d0d153bd67fe3fc413a" args="(OCI_Connection *con)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetServer           </td>          <td>(</td>          <td class="paramtype"><a class="el" href="struct_o_c_i___connection.html">OCI_Connection</a> *&nbsp;</td>          <td class="paramname"> <em>con</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"></td>        </tr>      </table></div><div class="memdoc"><p>Return the OCI Server Handle (OCIServer *) of an OCILIB <a class="el" href="struct_o_c_i___connection.html" title="Oracle physical connection.">OCI_Connection</a> object. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>con</em>&nbsp;</td><td>- Connection handle</td></tr>

⌨️ 快捷键说明

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