📄 group__g__handles.html
字号:
</table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI Server handle otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00067">67</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#l00234">OCI_Connection::svr</a>.</p></div></div><p><a class="anchor" name="gf74c060b9a861979b9a3af9bfc3904ed"></a><!-- doxytag: member="ocilib.h::OCI_HandleGetSession" ref="gf74c060b9a861979b9a3af9bfc3904ed" args="(OCI_Connection *con)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetSession </td> <td>(</td> <td class="paramtype"><a class="el" href="struct_o_c_i___connection.html">OCI_Connection</a> * </td> <td class="paramname"> <em>con</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Return the OCI Session Handle (OCISession *) 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> </td><td>- Connection handle</td></tr> </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI Session handle otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00093">93</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#l00236">OCI_Connection::ses</a>.</p></div></div><p><a class="anchor" name="ga870054550e796984ea130b6b319e6fc"></a><!-- doxytag: member="ocilib.h::OCI_HandleGetStatement" ref="ga870054550e796984ea130b6b319e6fc" args="(OCI_Statement *stmt)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetStatement </td> <td>(</td> <td class="paramtype"><a class="el" href="struct_o_c_i___statement.html">OCI_Statement</a> * </td> <td class="paramname"> <em>stmt</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Return the OCI Statement Handle (OCIStmt *) of an OCILIB <a class="el" href="struct_o_c_i___statement.html" title="Oracle SQL or PL/SQL statement.">OCI_Statement</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>stmt</em> </td><td>- Statement handle</td></tr> </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI Statement handle otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00119">119</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#l00373">OCI_Statement::stmt</a>.</p></div></div><p><a class="anchor" name="ga77980531a35fa442bfa3ef49f1a87af"></a><!-- doxytag: member="ocilib.h::OCI_HandleGetThread" ref="ga77980531a35fa442bfa3ef49f1a87af" args="(OCI_Thread *thread)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetThread </td> <td>(</td> <td class="paramtype"><a class="el" href="struct_o_c_i___thread.html">OCI_Thread</a> * </td> <td class="paramname"> <em>thread</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Return OCI Thread handle (OCIThreadHandle *) of an OCILIB <a class="el" href="struct_o_c_i___thread.html" title="OCILIB encapsulation of OCI Threads.">OCI_Thread</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>thread</em> </td><td>- Thread handle</td></tr> </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI Thread handle otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00249">249</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#l00138">OCI_Thread::handle</a>.</p></div></div><p><a class="anchor" name="g94df890665f1f2ea39c3f4f4a00f9987"></a><!-- doxytag: member="ocilib.h::OCI_HandleGetThreadID" ref="g94df890665f1f2ea39c3f4f4a00f9987" args="(OCI_Thread *thread)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetThreadID </td> <td>(</td> <td class="paramtype"><a class="el" href="struct_o_c_i___thread.html">OCI_Thread</a> * </td> <td class="paramname"> <em>thread</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Return OCI Thread ID (OCIThreadId *) of an OCILIB <a class="el" href="struct_o_c_i___thread.html" title="OCILIB encapsulation of OCI Threads.">OCI_Thread</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>thread</em> </td><td>- Thread handle</td></tr> </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI Thread ID otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00236">236</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#l00139">OCI_Thread::id</a>.</p></div></div><p><a class="anchor" name="gb7663ce1fd7cfbe74631ea01f3c580a6"></a><!-- doxytag: member="ocilib.h::OCI_HandleGetTimestamp" ref="gb7663ce1fd7cfbe74631ea01f3c580a6" args="(OCI_Timestamp *tmsp)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetTimestamp </td> <td>(</td> <td class="paramtype"><a class="el" href="struct_o_c_i___timestamp.html">OCI_Timestamp</a> * </td> <td class="paramname"> <em>tmsp</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Return the OCI Datetime Handle (OCIDatetime *) of an OCILIB <a class="el" href="struct_o_c_i___timestamp.html" title="Oracle internal timespamp representation.">OCI_Timestamp</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>tmsp</em> </td><td>- Timesstamp handle</td></tr> </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI Datetime handle otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00171">171</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#l00462">OCI_Timestamp::handle</a>.</p></div></div><p><a class="anchor" name="gc271bea5fea0f4db1061c36abb585abf"></a><!-- doxytag: member="ocilib.h::OCI_HandleGetTransaction" ref="gc271bea5fea0f4db1061c36abb585abf" args="(OCI_Transaction *trans)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">OCI_EXPORT const void* OCI_API OCI_HandleGetTransaction </td> <td>(</td> <td class="paramtype"><a class="el" href="struct_o_c_i___transaction.html">OCI_Transaction</a> * </td> <td class="paramname"> <em>trans</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Return the OCI Trasanction Handle (OCITrans *) of an OCILIB <a class="el" href="struct_o_c_i___transaction.html" title="Oracle Transaction.">OCI_Transaction</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>trans</em> </td><td>- Trasanction handle</td></tr> </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>OCI Trasanction handle otherwise NULL </dd></dl><p>Definition at line <a class="el" href="handle_8c-source.html#l00106">106</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#l00258">OCI_Transaction::htr</a>.</p></div></div><p><hr size="1"><address style="text-align: right;"><small>Generated on Thu Oct 9 10:07:49 2008 for OCILIB (C Driver for Oracle) by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -