sqlora_8h.html
来自「一个很好用的Linux/Unix下Oracle OCI开发接口封装库」· HTML 代码 · 共 374 行 · 第 1/3 页
HTML
374 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>sqlora.h File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.2.18 --><center><a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="globals.html">Globals</a> <a class="qindex" href="pages.html">Related Pages</a> <a class="qindex" href="examples.html">Examples</a> </center><hr><h1>sqlora.h File Reference</h1>libsqlora8 - Easy C API to Oracle using OCI. <a href="#_details">More...</a><p><p><a href="sqlora_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Defines</h2></td></tr><tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="sqlora_8h.html#a10">SQLORA8_CHECK_VERSION</a>(major, minor, micro)</td></tr><tr><td> </td><td><font size=-1><em>A macro used during compile time to check the version This macro is used during the configure process of your program to check for the right version.</em> <a href="#a10"></a><em></em></font><br><br></td></tr><tr><td colspan=2><br><h2>Typedefs</h2></td></tr><tr><td nowrap align=right valign=top><a name="a0" doxytag="sqlora.h::sqlo_db_handle_t"></a>typedef int </td><td valign=bottom><a class="el" href="group__typedefs.html#a0">sqlo_db_handle_t</a></td></tr><tr><td> </td><td><font size=-1><em>A database handle type.</em></font><br><br></td></tr><tr><td nowrap align=right valign=top><a name="a1" doxytag="sqlora.h::sqlo_stmt_handle_t"></a>typedef int </td><td valign=bottom><a class="el" href="group__typedefs.html#a1">sqlo_stmt_handle_t</a></td></tr><tr><td> </td><td><font size=-1><em>A statement handle type.</em></font><br><br></td></tr><tr><td nowrap align=right valign=top><a name="a2" doxytag="sqlora.h::sqlo_lob_desc_t"></a>typedef void * </td><td valign=bottom><a class="el" href="group__typedefs.html#a2">sqlo_lob_desc_t</a></td></tr><tr><td> </td><td><font size=-1><em>LOB descriptor type Hides the Oracle type OCILobLocator*.</em></font><br><br></td></tr><tr><td nowrap align=right valign=top><a name="a3" doxytag="sqlora.h::sqlo_signal_handler_t"></a>typedef void(* </td><td valign=bottom><a class="el" href="group__typedefs.html#a3">sqlo_signal_handler_t</a> )(void)</td></tr><tr><td> </td><td><font size=-1><em>The type of the signal handler function.</em></font><br><br></td></tr><tr><td colspan=2><br><h2>Enumerations</h2></td></tr><tr><td nowrap align=right valign=top>enum </td><td valign=bottom><a class="el" href="group__constants.html#a3">sqlo_status_codes</a> { <br> <a class="el" href="group__constants.html#a3a25">SQLO_SUCCESS</a> = 0, <a class="el" href="group__constants.html#a3a26">SQLO_ERROR</a> = -1, <br> <a class="el" href="group__constants.html#a3a27">SQLO_INVALID_HANDLE</a> = -2, <a class="el" href="group__constants.html#a3a28">SQLO_STILL_EXECUTING</a> = -3123, <br> <a class="el" href="group__constants.html#a3a29">SQLO_CONTINUE</a> = -24200, <a class="el" href="group__constants.html#a3a30">SQLO_SUCCESS_WITH_INFO</a> = 1, <br> <a class="el" href="group__constants.html#a3a31">SQLO_NEED_DATA</a> = 99, <a class="el" href="group__constants.html#a3a32">SQLO_NO_DATA</a> = 100<br> }</td></tr><tr><td> </td><td><font size=-1><em>Constants defining the return codes of the functions.</em> <a href="group__constants.html#a3">More...</a><em></em></font><br><br></td></tr><tr><td nowrap align=right valign=top>enum </td><td valign=bottom><a class="el" href="group__constants.html#a4">sqlo_error_codes</a> { <br> <a class="el" href="group__constants.html#a4a33">SQLO_ERROR_BASE</a> = -30000, <a class="el" href="group__constants.html#a4a34">SQLO_INVALID_DB_HANDLE</a> = (SQLO_ERROR_BASE - 1), <br> <a class="el" href="group__constants.html#a4a35">SQLO_ERRMALLOC</a> = (SQLO_ERROR_BASE - 2), <a class="el" href="group__constants.html#a4a36">SQLO_INVALID_STMT_HANDLE</a> = (SQLO_ERROR_BASE - 3), <br> <a class="el" href="group__constants.html#a4a37">SQLO_STMT_NOT_OPENED</a> = (SQLO_ERROR_BASE - 4), <a class="el" href="group__constants.html#a4a38">SQLO_INVALID_STMT_TYPE</a> = (SQLO_ERROR_BASE - 5), <br> <a class="el" href="group__constants.html#a4a39">SQLO_STMT_NOT_PARSED</a> = (SQLO_ERROR_BASE - 6), <a class="el" href="group__constants.html#a4a40">SQLO_INVALID_OCI_HANDLE_TYPE</a> = (SQLO_ERROR_BASE - 7), <br> <a class="el" href="group__constants.html#a4a41">SQLO_MALFORMED_VERSION_STR</a> = (SQLO_ERROR_BASE - 8), <a class="el" href="group__constants.html#a4a42">SQLO_WRONG_VERSION</a> = (SQLO_ERROR_BASE - 9), <br> <a class="el" href="group__constants.html#a4a43">SQLO_INVALID_COLPOS</a> = (SQLO_ERROR_BASE - 10), <a class="el" href="group__constants.html#a4a44">SQLO_INVALID_SQL</a> = (SQLO_ERROR_BASE -11)<br> }</td></tr><tr><td> </td><td><font size=-1><em>Constants defining error codes returned by the library.</em> <a href="group__constants.html#a4">More...</a><em></em></font><br><br></td></tr><tr><td nowrap align=right valign=top>enum </td><td valign=bottom><a class="el" href="group__constants.html#a5">sqlo_constants</a> { <br> <a class="el" href="group__constants.html#a5a45">SQLO_OFF</a> = 0, <a class="el" href="group__constants.html#a5a46">SQLO_ON</a> = 1, <br> <a class="el" href="group__constants.html#a5a47">SQLO_NULL_IND</a> = -1, <a class="el" href="group__constants.html#a5a48">SQLO_NOT_NULL_IND</a> = 0, <br> <a class="el" href="group__constants.html#a5a49">SQLO_STH_INIT</a> = -1, <a class="el" href="group__constants.html#a5a50">SQLO_ONE_PIECE</a> = 0, <br> <a class="el" href="group__constants.html#a5a51">SQLO_FIRST_PIECE</a> = 1, <a class="el" href="group__constants.html#a5a52">SQLO_NEXT_PIECE</a> = 2, <br> <a class="el" href="group__constants.html#a5a53">SQLO_LAST_PIECE</a> = 3<br> }</td></tr><tr><td> </td><td><font size=-1><em>Some constants used to pass to the functions.</em> <a href="group__constants.html#a5">More...</a><em></em></font><br><br></td></tr><tr><td nowrap align=right valign=top>enum </td><td valign=bottom><a class="el" href="group__constants.html#a6">sqlo_data_types</a> { <br> <a class="el" href="group__constants.html#a6a54">SQLOT_CHR</a> = 1, <a class="el" href="group__constants.html#a6a55">SQLOT_NUM</a> = 2, <br> <a class="el" href="group__constants.html#a6a56">SQLOT_INT</a> = 3, <a class="el" href="group__constants.html#a6a57">SQLOT_FLT</a> = 4, <br> <a class="el" href="group__constants.html#a6a58">SQLOT_STR</a> = 5, <a class="el" href="group__constants.html#a6a59">SQLOT_VNU</a> = 6, <br> <a class="el" href="group__constants.html#a6a60">SQLOT_PDN</a> = 7, <a class="el" href="group__constants.html#a6a61">SQLOT_LNG</a> = 8, <br> <a class="el" href="group__constants.html#a6a62">SQLOT_VCS</a> = 9, <a class="el" href="group__constants.html#a6a63">SQLOT_NON</a> = 10, <br> <a class="el" href="group__constants.html#a6a64">SQLOT_RID</a> = 11, <a class="el" href="group__constants.html#a6a65">SQLOT_DAT</a> = 12, <br> <a class="el" href="group__constants.html#a6a66">SQLOT_VBI</a> = 15, <a class="el" href="group__constants.html#a6a67">SQLOT_BIN</a> = 23, <br> <a class="el" href="group__constants.html#a6a68">SQLOT_LBI</a> = 24, <a class="el" href="group__constants.html#a6a69">SQLOT_UIN</a> = 68, <br> <a class="el" href="group__constants.html#a6a70">SQLOT_SLS</a> = 91, <a class="el" href="group__constants.html#a6a71">SQLOT_LVC</a> = 94, <br> <a class="el" href="group__constants.html#a6a72">SQLOT_LVB</a> = 95, <a class="el" href="group__constants.html#a6a73">SQLOT_AFC</a> = 96, <br> <a class="el" href="group__constants.html#a6a74">SQLOT_AVC</a> = 97, <a class="el" href="group__constants.html#a6a75">SQLOT_CUR</a> = 102, <br> <a class="el" href="group__constants.html#a6a76">SQLOT_RDD</a> = 104, <a class="el" href="group__constants.html#a6a77">SQLOT_LAB</a> = 105, <br> <a class="el" href="group__constants.html#a6a78">SQLOT_OSL</a> = 106, <a class="el" href="group__constants.html#a6a79">SQLOT_NTY</a> = 108, <br>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?