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

📄 group__g__connect.html

📁 oci的源码,可以在任何平台上编译,相当方便实用
💻 HTML
📖 第 1 页 / 共 4 页
字号:
          <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 current date format for implicit string / date conversions. <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="note" compact><dt><b>Note:</b></dt><dd>See OCI_SetFormatDate() for possible values </dd></dl><p>Definition at line <a class="el" href="connection_8c-source.html#l01022">1022</a> of file <a class="el" href="connection_8c-source.html">connection.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00275">OCI_Connection::fmt_date</a>, and <a class="el" href="group__g__connect.html#g7fbe35082dadb74584cab6a89183aa19">OCI_SetDefaultFormatDate()</a>.</p><p>Referenced by <a class="el" href="group__g__fetch.html#g755a9b07c174feacd05c86e0e44b0ab0">OCI_GetString()</a>.</p></div></div><p><a class="anchor" name="g57c1be56edaf86588dfb7a1245bf5908"></a><!-- doxytag: member="ocilib.h::OCI_GetDefaultFormatNumeric" ref="g57c1be56edaf86588dfb7a1245bf5908" args="(OCI_Connection *con)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT const mtext* OCI_API OCI_GetDefaultFormatNumeric           </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 current numeric format for implicit string / numeric conversions. <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="note" compact><dt><b>Note:</b></dt><dd>See OCI_SetFormatNumeric() for possible values </dd></dl><p>Definition at line <a class="el" href="connection_8c-source.html#l01059">1059</a> of file <a class="el" href="connection_8c-source.html">connection.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00276">OCI_Connection::fmt_num</a>, and <a class="el" href="group__g__connect.html#g591e0e1e49c7ff06e50f5ab17edf3dbf">OCI_SetDefaultFormatNumeric()</a>.</p><p>Referenced by <a class="el" href="group__g__fetch.html#g755a9b07c174feacd05c86e0e44b0ab0">OCI_GetString()</a>.</p></div></div><p><a class="anchor" name="g5386c85fc9c03a2f824aac04adb1317f"></a><!-- doxytag: member="ocilib.h::OCI_GetPassword" ref="g5386c85fc9c03a2f824aac04adb1317f" args="(OCI_Connection *con)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT const mtext* OCI_API OCI_GetPassword           </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 current logged user password. <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><p>Definition at line <a class="el" href="connection_8c-source.html#l00767">767</a> of file <a class="el" href="connection_8c-source.html">connection.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00258">OCI_Connection::pwd</a>.</p></div></div><p><a class="anchor" name="g2d7618d8eae73643dd75067a40e656a1"></a><!-- doxytag: member="ocilib.h::OCI_GetServerMajorVersion" ref="g2d7618d8eae73643dd75067a40e656a1" args="(OCI_Connection *con)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT unsigned int OCI_API OCI_GetServerMajorVersion           </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 major version number of the connected database server. <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>Version number or 0 on failure </dd></dl><p>Definition at line <a class="el" href="connection_8c-source.html#l00898">898</a> of file <a class="el" href="connection_8c-source.html">connection.c</a>.</p><p>References <a class="el" href="group__g__connect.html#ged47a25a1f96fd630f176fe702ac443a">OCI_GetVersionServer()</a>, and <a class="el" href="ocilib__types_8h-source.html#l00277">OCI_Connection::ver_maj</a>.</p><p>Referenced by <a class="el" href="group__g__connect.html#g6f61147801fce4b69edb4981ba4ea1b7">OCI_GetVersionConnection()</a>.</p></div></div><p><a class="anchor" name="g8f48a3c755751e5df415160913c6c7ee"></a><!-- doxytag: member="ocilib.h::OCI_GetServerMinorVersion" ref="g8f48a3c755751e5df415160913c6c7ee" args="(OCI_Connection *con)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT unsigned int OCI_API OCI_GetServerMinorVersion           </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 minor version number of the connected database server. <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>Version number or 0 on failure </dd></dl><p>Definition at line <a class="el" href="connection_8c-source.html#l00914">914</a> of file <a class="el" href="connection_8c-source.html">connection.c</a>.</p><p>References <a class="el" href="group__g__connect.html#ged47a25a1f96fd630f176fe702ac443a">OCI_GetVersionServer()</a>, and <a class="el" href="ocilib__types_8h-source.html#l00278">OCI_Connection::ver_min</a>.</p></div></div><p><a class="anchor" name="ge4c3b37f1c9fc79d36220aa9c96d4415"></a><!-- doxytag: member="ocilib.h::OCI_GetServerRevisionVersion" ref="ge4c3b37f1c9fc79d36220aa9c96d4415" args="(OCI_Connection *con)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT unsigned int OCI_API OCI_GetServerRevisionVersion           </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 revision version number of the connected database server. <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>Version number or 0 on failure </dd></dl><p>Definition at line <a class="el" href="connection_8c-source.html#l00930">930</a> of file <a class="el" href="connection_8c-source.html">connection.c</a>.</p><p>References <a class="el" href="group__g__connect.html#ged47a25a1f96fd630f176fe702ac443a">OCI_GetVersionServer()</a>, and <a class="el" href="ocilib__types_8h-source.html#l00279">OCI_Connection::ver_rev</a>.</p></div></div><p><a class="anchor" name="g92919dbcb84121aa97b6cfbd48dfd832"></a><!-- doxytag: member="ocilib.h::OCI_GetSessionMode" ref="g92919dbcb84121aa97b6cfbd48dfd832" args="(OCI_Connection *con)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT unsigned int OCI_API OCI_GetSessionMode           </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 current session mode. <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="note" compact><dt><b>Note:</b></dt><dd>See <a class="el" href="group__g__connect.html#gdb6e2cdf759587dd81c2fda7c5f44338" title="Create a physical connection to an Oracle database server.">OCI_ConnectionCreate()</a> for possible values </dd></dl><p>Definition at line <a class="el" href="connection_8c-source.html#l00807">807</a> of file <a class="el" href="connection_8c-source.html">connection.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00272">OCI_Connection::mode</a>.</p></div></div><p><a class="anchor" name="g6dade2d9faa0050ecbb6685a6970f562"></a><!-- doxytag: member="ocilib.h::OCI_GetTrace" ref="g6dade2d9faa0050ecbb6685a6970f562" args="(OCI_Connection *con, unsigned int trace)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT const mtext* OCI_API OCI_GetTrace           </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>        </tr>        <tr>          <td class="paramkey"></td>          <td></td>          <td class="paramtype">unsigned int&nbsp;</td>          <td class="paramname"> <em>trace</em></td><td>&nbsp;</td>        </tr>        <tr>          <td></td>          <td>)</td>          <td></td><td></td><td width="100%"></td>        </tr>      </table></div><div class="memdoc"><p>Get the current trace for the trace type from the given connection. 

⌨️ 快捷键说明

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