📄 group__g__dirpath.html
字号:
<td class="paramtype"><a class="el" href="struct_o_c_i___dir_path.html">OCI_DirPath</a> * </td> <td class="paramname"> <em>dp</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Flushes a partially loaded row from 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>dp</em> </td><td>- Direct path Handle</td></tr> </table></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="dirpath_8c-source.html#l01055">1055</a> of file <a class="el" href="dirpath_8c-source.html">dirpath.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00665">OCI_DirPath::con</a>, <a class="el" href="ocilib__types_8h-source.html#l00667">OCI_DirPath::ctx</a>, and <a class="el" href="ocilib__types_8h-source.html#l00267">OCI_Connection::err</a>.</p></div></div><p><a class="anchor" name="g024f04e69293349e3882b2f367a03ed6"></a><!-- doxytag: member="ocilib.h::OCI_DirPathFree" ref="g024f04e69293349e3882b2f367a03ed6" args="(OCI_DirPath *dp)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">OCI_EXPORT boolean OCI_API OCI_DirPathFree </td> <td>(</td> <td class="paramtype"><a class="el" href="struct_o_c_i___dir_path.html">OCI_DirPath</a> * </td> <td class="paramname"> <em>dp</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Free an <a class="el" href="struct_o_c_i___dir_path.html" title="OCILIB encapsulation of OCI Direct Path handle.">OCI_DirPath</a> handle. <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>dp</em> </td><td>- Direct path Handle</td></tr> </table></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="dirpath_8c-source.html#l00199">199</a> of file <a class="el" href="dirpath_8c-source.html">dirpath.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00668">OCI_DirPath::arr</a>, <a class="el" href="ocilib__types_8h-source.html#l00670">OCI_DirPath::cols</a>, <a class="el" href="ocilib__types_8h-source.html#l00667">OCI_DirPath::ctx</a>, <a class="el" href="ocilib__types_8h-source.html#l00671">OCI_DirPath::nb_cols</a>, and <a class="el" href="ocilib__types_8h-source.html#l00669">OCI_DirPath::strm</a>.</p><p>Referenced by <a class="el" href="group__g__dirpath.html#g64dd9756aa24ead3addabf50db0d6f16">OCI_DirPathCreate()</a>.</p></div></div><p><a class="anchor" name="gade590aadb20d903770d9dc9c82ddb0c"></a><!-- doxytag: member="ocilib.h::OCI_DirPathGetAffectedRows" ref="gade590aadb20d903770d9dc9c82ddb0c" args="(OCI_DirPath *dp)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">OCI_EXPORT unsigned int OCI_API OCI_DirPathGetAffectedRows </td> <td>(</td> <td class="paramtype"><a class="el" href="struct_o_c_i___dir_path.html">OCI_DirPath</a> * </td> <td class="paramname"> <em>dp</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>return the number of rows successfully processed during in the last conversion or loading call <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>dp</em> </td><td>- Direct path Handle</td></tr> </table></dl><dl class="note" compact><dt><b>Note:</b></dt><dd>This function called after :</dd></dl><ul><li><a class="el" href="group__g__dirpath.html#g8dd680e9664028af035e773275e5ab76" title="Convert user provided data to a direct path stream format.">OCI_DirPathConvert()</a>, returns the number of converted rows</li><li>OCI_DirPathload(), returns the number of loaded rows </li></ul><p>Definition at line <a class="el" href="dirpath_8c-source.html#l01290">1290</a> of file <a class="el" href="dirpath_8c-source.html">dirpath.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00675">OCI_DirPath::nb_prcsd</a>.</p></div></div><p><a class="anchor" name="gfb5fd763a6a181a8aae27db13ca28735"></a><!-- doxytag: member="ocilib.h::OCI_DirPathGetCurrentRows" ref="gfb5fd763a6a181a8aae27db13ca28735" args="(OCI_DirPath *dp)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">OCI_EXPORT unsigned int OCI_API OCI_DirPathGetCurrentRows </td> <td>(</td> <td class="paramtype"><a class="el" href="struct_o_c_i___dir_path.html">OCI_DirPath</a> * </td> <td class="paramname"> <em>dp</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Return the current number of rows used in the OCILIB internal arrays of rows. <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>dp</em> </td><td>- Direct path Handle</td></tr> </table></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>Internal current array size on SUCCESS otherwise 0 </dd></dl><p>Definition at line <a class="el" href="dirpath_8c-source.html#l01100">1100</a> of file <a class="el" href="dirpath_8c-source.html">dirpath.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00673">OCI_DirPath::nb_cur</a>.</p></div></div><p><a class="anchor" name="g957a4d36b54166195cebeca461ddc7c4"></a><!-- doxytag: member="ocilib.h::OCI_DirPathGetErrorColumn" ref="g957a4d36b54166195cebeca461ddc7c4" args="(OCI_DirPath *dp)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">OCI_EXPORT unsigned int OCI_API OCI_DirPathGetErrorColumn </td> <td>(</td> <td class="paramtype"><a class="el" href="struct_o_c_i___dir_path.html">OCI_DirPath</a> * </td> <td class="paramname"> <em>dp</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Return the column index which caused an error during data conversion. <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>dp</em> </td><td>- Direct path Handle</td></tr> </table></dl><dl class="warning" compact><dt><b>Warning:</b></dt><dd>Direct path column indexes start at 1.</dd></dl><dl class="note" compact><dt><b>Note:</b></dt><dd>The internal value is reset to 0 when calling <a class="el" href="group__g__dirpath.html#g8dd680e9664028af035e773275e5ab76" title="Convert user provided data to a direct path stream format.">OCI_DirPathConvert()</a></dd></dl><dl class="return" compact><dt><b>Returns:</b></dt><dd>0 is no error occurs otherwise the index of the given column which caused an error </dd></dl><p>Definition at line <a class="el" href="dirpath_8c-source.html#l01303">1303</a> of file <a class="el" href="dirpath_8c-source.html">dirpath.c</a>.</p><p>References <a class="el" href="ocilib__types_8h-source.html#l00676">OCI_DirPath::err_col</a>.</p></div></div><p><a class="anchor" name="g29e788b14e1e9ecd691c101c38f9e118"></a><!-- doxytag: member="ocilib.h::OCI_DirPathGetErrorRow" ref="g29e788b14e1e9ecd691c101c38f9e118" args="(OCI_DirPath *dp)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">OCI_EXPORT unsigned int OCI_API OCI_DirPathGetErrorRow </td> <td>(</td> <td class="paramtype"><a class="el" href="struct_o_c_i___dir_path.html">OCI_DirPath</a> * </td> <td class="paramname"> <em>dp</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Return the row index which caused an error during data conversion. <p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -