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

📄 struct__sqlo__stmt__struct.html

📁 Linux下的操作oracle数据库的连接库
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">1 indicates that this structure is in use, 0 if not <br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="o24" doxytag="_sqlo_stmt_struct::still_executing" ></a><a class="el" href="sqlora_8c.html#a28">bool_t</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="struct__sqlo__stmt__struct.html#o24">still_executing</a></td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Is 1 in non-blocking mode and a call to OCIStmtExecute returned OCI_STILL_EXECUTING. <br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="o25" doxytag="_sqlo_stmt_struct::num_executions" ></a>unsigned&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="struct__sqlo__stmt__struct.html#o25">num_executions</a></td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">number of times the statement was executed <br><br></td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2>Stores information about an sql statement. <p>This structure stores all OCI handles plus the data buffers used to retrieve the data. <p><p>Definition at line <a class="el" href="sqlora_8c-source.html#l00561">561</a> of file <a class="el" href="sqlora_8c-source.html">sqlora.c</a>.<hr><h2>Field Documentation</h2><a class="anchor" name="o18" doxytag="_sqlo_stmt_struct::ocol_namev" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> char** <a class="el" href="struct__sqlo__stmt__struct.html#o18">_sqlo_stmt_struct::ocol_namev</a>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Output column names. <p>The actual number of filled entries is num_defnpv. <p>Definition at line <a class="el" href="sqlora_8c-source.html#l00607">607</a> of file <a class="el" href="sqlora_8c-source.html">sqlora.c</a>.<p>Referenced by <a class="el" href="sqlora_8c-source.html#l02295">_dealloc_definep()</a>, <a class="el" href="sqlora_8c-source.html#l06949">sqlo_ocol_names()</a>, and <a class="el" href="sqlora_8c-source.html#l06994">sqlo_ocol_names2()</a>.    </td>  </tr></table><a class="anchor" name="o14" doxytag="_sqlo_stmt_struct::outv" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> char** <a class="el" href="struct__sqlo__stmt__struct.html#o14">_sqlo_stmt_struct::outv</a>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>The output columns as a vector. <p>See <a class="el" href="group__easy.html#ga7">sqlo_values</a>. <p>Definition at line <a class="el" href="sqlora_8c-source.html#l00597">597</a> of file <a class="el" href="sqlora_8c-source.html">sqlora.c</a>.<p>Referenced by <a class="el" href="sqlora_8c-source.html#l02295">_dealloc_definep()</a>, <a class="el" href="sqlora_8c-source.html#l05656">sqlo_close()</a>, and <a class="el" href="sqlora_8c-source.html#l05454">sqlo_values()</a>.    </td>  </tr></table><a class="anchor" name="o0" doxytag="_sqlo_stmt_struct::sth" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> ub4 <a class="el" href="struct__sqlo__stmt__struct.html#o0">_sqlo_stmt_struct::sth</a>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>The own handle that identifies this entry. <p>This is the plain sth, not the encoded one. <p>Definition at line <a class="el" href="sqlora_8c-source.html#l00562">562</a> of file <a class="el" href="sqlora_8c-source.html">sqlora.c</a>.<p>Referenced by <a class="el" href="sqlora_8c-source.html#l04231">_close_all_db_cursors()</a>, <a class="el" href="sqlora_8c-source.html#l04207">_close_all_executing_cursors()</a>, <a class="el" href="sqlora_8c-source.html#l02124">_dealloc_bindp()</a>, <a class="el" href="sqlora_8c-source.html#l02295">_dealloc_definep()</a>, <a class="el" href="sqlora_8c-source.html#l05656">sqlo_close()</a>, <a class="el" href="sqlora_8c-source.html#l05367">sqlo_fetch()</a>, <a class="el" href="sqlora_8c-source.html#l05579">sqlo_ncols()</a>, <a class="el" href="sqlora_8c-source.html#l05152">sqlo_open()</a>, <a class="el" href="sqlora_8c-source.html#l05238">sqlo_open2()</a>, <a class="el" href="sqlora_8c-source.html#l06435">sqlo_prepare()</a>, <a class="el" href="sqlora_8c-source.html#l05711">sqlo_print()</a>, <a class="el" href="sqlora_8c-source.html#l05530">sqlo_prows()</a>, and <a class="el" href="sqlora_8c-source.html#l05454">sqlo_values()</a>.    </td>  </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="sqlora_8c-source.html">sqlora.c</a></ul><hr size="1"><address style="align: right;"><small>Generated on Sun Jun 13 04:51:42 2004 for libsqlora8 by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.6 </small></address></body></html>

⌨️ 快捷键说明

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