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

📄 group__g__collection.html

📁 ORACLE编程的好东西,纯C写的OCI封装.很好用,支持数据池.
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the element at the given position in the collection.  <a href="#g65523dc5e889b8d1e956674dd05e9b8b"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g5fa6e43afbe0dc39b56b52f8e09dc29a">OCI_CollSetAt</a> (<a class="el" href="struct_o_c_i___coll.html">OCI_Coll</a> *coll, unsigned int index, <a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Assign the given element value to the element at the given position in the collection.  <a href="#g5fa6e43afbe0dc39b56b52f8e09dc29a"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g8b92db49c038ae235ef85743194ace83">OCI_CollAppend</a> (<a class="el" href="struct_o_c_i___coll.html">OCI_Coll</a> *coll, <a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Append the given element at the end of the collection.  <a href="#g8b92db49c038ae235ef85743194ace83"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT <a class="el" href="struct_o_c_i___iter.html">OCI_Iter</a> *OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g22abd2fab4b93cceda5de975574d1b6e">OCI_IterCreate</a> (<a class="el" href="struct_o_c_i___coll.html">OCI_Coll</a> *coll)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Create a iterator handle to iterate through a collection.  <a href="#g22abd2fab4b93cceda5de975574d1b6e"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g9b186234fa7bfd143e2fecb126c7a8a4">OCI_IterFree</a> (<a class="el" href="struct_o_c_i___iter.html">OCI_Iter</a> *iter)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Free a iterator handle.  <a href="#g9b186234fa7bfd143e2fecb126c7a8a4"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT <a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#gdfd202892038306f96b043d06e795133">OCI_IterGetNext</a> (<a class="el" href="struct_o_c_i___iter.html">OCI_Iter</a> *iter)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get the next element in the collection.  <a href="#gdfd202892038306f96b043d06e795133"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT <a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#gd038e8b14740eba7409f6d0c5f871466">OCI_IterGetPrev</a> (<a class="el" href="struct_o_c_i___iter.html">OCI_Iter</a> *iter)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get the previous element in the collection.  <a href="#gd038e8b14740eba7409f6d0c5f871466"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT <a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g277da74d3afbe9d25ae0f81fcacf545f">OCI_ElemCreate</a> (<a class="el" href="struct_o_c_i___connection.html">OCI_Connection</a> *con)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Create a local and generic collection element instance.  <a href="#g277da74d3afbe9d25ae0f81fcacf545f"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#gdf1010d812aa53c3b27d991fa47b4f98">OCI_ElemFree</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Free a local collection element.  <a href="#gdf1010d812aa53c3b27d991fa47b4f98"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT short OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#gedf790cac091bd7c160635ef83fe87e6">OCI_ElemGetShort</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the short value of the given collection element.  <a href="#gedf790cac091bd7c160635ef83fe87e6"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT unsigned short OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g038e642f4f73ae5f18011069c1c5f452">OCI_ElemGetUnsignedShort</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the unsigned short value of the given collection element.  <a href="#g038e642f4f73ae5f18011069c1c5f452"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT int OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g2d2a4783e9f727a8aaca7cd220d326cc">OCI_ElemGetInt</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the int value of the given collection element.  <a href="#g2d2a4783e9f727a8aaca7cd220d326cc"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT unsigned int OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g75421c426d3beece1dfa91246c5ebee9">OCI_ElemGetUnsignedInt</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the unsigned int value of the given collection element.  <a href="#g75421c426d3beece1dfa91246c5ebee9"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT big_int OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g945a0b1227b6826959e697071e274e76">OCI_ElemGetBigInt</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the big int value of the given collection element.  <a href="#g945a0b1227b6826959e697071e274e76"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT big_uint OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g61d675fd7130dd5ce2f79555f07a415b">OCI_ElemGetUnsignedBigInt</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the unsigned big int value of the given collection element.  <a href="#g61d675fd7130dd5ce2f79555f07a415b"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT double OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g2e2610880b2e3c5d9e065f4135d1ba82">OCI_ElemGetDouble</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the Double value of the given collection element.  <a href="#g2e2610880b2e3c5d9e065f4135d1ba82"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT const dtext *OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g3f37f83b33c65908812643ef68f31db1">OCI_ElemGetString</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the String value of the given collection element.  <a href="#g3f37f83b33c65908812643ef68f31db1"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT unsigned int OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#gbe11c0476a8b0f2adda683fc12ad94fe">OCI_ElemGetRaw</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem, void *value, unsigned int len)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the RAW value of the collection element into the given buffer.  <a href="#gbe11c0476a8b0f2adda683fc12ad94fe"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT <a class="el" href="struct_o_c_i___date.html">OCI_Date</a> *OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g845f25da882fa8bc024480ed8cfbb1cc">OCI_ElemGetDate</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the Date value of the given collection element.  <a href="#g845f25da882fa8bc024480ed8cfbb1cc"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT <a class="el" href="struct_o_c_i___timestamp.html">OCI_Timestamp</a> *OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#gf301df8ded2f2664e413bf6c2465ead7">OCI_ElemGetTimeStamp</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the Timestamp value of the given collection element.  <a href="#gf301df8ded2f2664e413bf6c2465ead7"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT <a class="el" href="struct_o_c_i___interval.html">OCI_Interval</a> *OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#ga0fd940d7e94aa96188ad5319cc5b9c7">OCI_ElemGetInterval</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the Interval value of the given collection element.  <a href="#ga0fd940d7e94aa96188ad5319cc5b9c7"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT <a class="el" href="struct_o_c_i___lob.html">OCI_Lob</a> *OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#gb57880464fceffc745cf6e1227fc30b8">OCI_ElemGetLob</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the Lob value of the given collection element.  <a href="#gb57880464fceffc745cf6e1227fc30b8"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT <a class="el" href="struct_o_c_i___file.html">OCI_File</a> *OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#gc94f94240ce43feb4c7673cc2602f44e">OCI_ElemGetFile</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the File value of the given collection element.  <a href="#gc94f94240ce43feb4c7673cc2602f44e"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT <a class="el" href="struct_o_c_i___object.html">OCI_Object</a> *OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g2fafc0d1819eecec512e535cabcd284b">OCI_ElemGetObject</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the object value of the given collection element.  <a href="#g2fafc0d1819eecec512e535cabcd284b"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT <a class="el" href="struct_o_c_i___coll.html">OCI_Coll</a> *OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g44b3f6b236db99254786a9025474861c">OCI_ElemGetColl</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the collection value of the given collection element.  <a href="#g44b3f6b236db99254786a9025474861c"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g5d12a942514e54a10cbf87b34a109a7a">OCI_ElemSetShort</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem, short value)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set a short value to an collection element.  <a href="#g5d12a942514e54a10cbf87b34a109a7a"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g53bd289d267a761fe1ec053f6eba1ee9">OCI_ElemSetUnsignedShort</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem, unsigned short value)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set a unsigned short value to an collection element.  <a href="#g53bd289d267a761fe1ec053f6eba1ee9"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#gb57826efaad82a06d9aba159de7dd6aa">OCI_ElemSetInt</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem, int value)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set a int value to an collection element.  <a href="#gb57826efaad82a06d9aba159de7dd6aa"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g6516dd1d2e74d053c8370f1bad96c636">OCI_ElemSetUnsignedInt</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem, unsigned int value)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set a unsigned int value to an collection element.  <a href="#g6516dd1d2e74d053c8370f1bad96c636"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#gc4e887e4d7fa98d066b148232dd932bd">OCI_ElemSetBigInt</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem, big_int value)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set a big int value to an collection element.  <a href="#gc4e887e4d7fa98d066b148232dd932bd"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g06839c0f5fea2f1dc9d8597aea05e658">OCI_ElemSetUnsignedBigInt</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem, big_uint value)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set a unsigned big_int value to an collection element.  <a href="#g06839c0f5fea2f1dc9d8597aea05e658"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#gb0438ad9c345865e8700b5de7708a0fb">OCI_ElemSetDouble</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem, double value)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set a double value to an collection element.  <a href="#gb0438ad9c345865e8700b5de7708a0fb"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g79fa00247b1d950c261c568358033b53">OCI_ElemSetString</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem, const dtext *value)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set a string value to an collection element.  <a href="#g79fa00247b1d950c261c568358033b53"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g6b22717e69bea385da6f93e11b6d73b5">OCI_ElemSetRaw</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem, void *value, unsigned int len)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set a RAW value to an collection element.  <a href="#g6b22717e69bea385da6f93e11b6d73b5"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g51cbf0cbad5adf8d098737c896259e6e">OCI_ElemIsNull</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Check if the collection element value is null.  <a href="#g51cbf0cbad5adf8d098737c896259e6e"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">OCI_EXPORT boolean OCI_API&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__g__collection.html#g4fca27ec2d4a5a9c0948527c079a996a">OCI_ElemSetNull</a> (<a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *elem)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set a collection element value to null.  <a href="#g4fca27ec2d4a5a9c0948527c079a996a"></a><br></td></tr></table><hr><h2>Function Documentation</h2><a class="anchor" name="g8b92db49c038ae235ef85743194ace83"></a><!-- doxytag: member="ocilib.h::OCI_CollAppend" ref="g8b92db49c038ae235ef85743194ace83" args="(OCI_Coll *coll, OCI_Elem *elem)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT boolean OCI_API OCI_CollAppend           </td>          <td>(</td>          <td class="paramtype"><a class="el" href="struct_o_c_i___coll.html">OCI_Coll</a> *&nbsp;</td>          <td class="paramname"> <em>coll</em>, </td>        </tr>        <tr>          <td class="paramkey"></td>          <td></td>          <td class="paramtype"><a class="el" href="struct_o_c_i___elem.html">OCI_Elem</a> *&nbsp;</td>          <td class="paramname"> <em>elem</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>Append the given element at the end of the collection. <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>coll</em>&nbsp;</td><td>- Collection handle </td></tr>    <tr><td valign="top"></td><td valign="top"><em>elem</em>&nbsp;</td><td>- Element handle to add</td></tr>  </table></dl><dl class="note" compact><dt><b>Note:</b></dt><dd></dd></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE on success otherwise FALSE </dd></dl><p>Definition at line <a class="el" href="collection_8c-source.html#l00351">351</a> of file <a class="el" href="collection_8c-source.html">collection.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00515">OCI_Elem::col</a>, <a class="el" href="ocilib__types_8h-source.html#l00559">OCI_Schema::cols</a>, <a class="el" href="ocilib__types_8h-source.html#l00528">OCI_Coll::con</a>, <a class="el" href="ocilib__types_8h-source.html#l00235">OCI_Connection::err</a>, <a class="el" href="ocilib__types_8h-source.html#l00526">OCI_Coll::handle</a>, <a class="el" href="ocilib__types_8h-source.html#l00510">OCI_Elem::handle</a>, <a class="el" href="ocilib__types_8h-source.html#l00275">OCI_Column::icode</a>, <a class="el" href="ocilib__types_8h-source.html#l00513">OCI_Elem::ind</a>, and <a class="el" href="ocilib__types_8h-source.html#l00529">OCI_Coll::nty</a>.</p></div></div><p><a class="anchor" name="g5121ce70006885b5f45df2c764ec8d8e"></a><!-- doxytag: member="ocilib.h::OCI_CollAssign" ref="g5121ce70006885b5f45df2c764ec8d8e" args="(OCI_Coll *coll, OCI_Coll *coll_src)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">OCI_EXPORT boolean OCI_API OCI_CollAssign           </td>          <td>(</td>          <td class="paramtype"><a class="el" href="struct_o_c_i___coll.html">OCI_Coll</a> *&nbsp;</td>          <td class="paramname"> <em>coll</em>, </td>        </tr>        <tr>          <td class="paramkey"></td>          <td></td>          <td class="paramtype"><a class="el" href="struct_o_c_i___coll.html">OCI_Coll</a> *&nbsp;</td>          <td class="paramname"> <em>coll_src</em></td><td>&nbsp;</td>        </tr>        <tr>

⌨️ 快捷键说明

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