📄 sqlora_8h.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>libsqlora8: sqlora.h File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.6 --><div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</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></div><h1>sqlora.h File Reference</h1>libsqlora8 - Easy C API to Oracle using OCI. <a href="#_details">More...</a><p><p>This graph shows which files directly or indirectly include this file:<p><center><img src="sqlora_8h__dep__incl.png" border="0" usemap="#sqlora.hdep_map" alt="Included by dependency graph"></center><map name="sqlora.hdep_map"><area href="sqlora_8c.html" shape="rect" coords="7,17,65,36" alt=""></map><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 class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="sqlora_8h.html#a10">SQLORA8_CHECK_VERSION</a>(major, minor, micro)</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">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. <a href="#a10"></a><br><br></td></tr><tr><td colspan=2><br><h2>Typedefs</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga0" doxytag="sqlora.h::sqlo_db_handle_t" ></a>typedef int </td><td class="memItemRight" valign=bottom><a class="el" href="group__typedefs.html#ga0">sqlo_db_handle_t</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">A database handle type. <br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>typedef int </td><td class="memItemRight" valign=bottom><a class="el" href="group__typedefs.html#ga1">sqlo_stmt_handle_t</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">A statement handle type. <a href="group__typedefs.html#ga1"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga2" doxytag="sqlora.h::sqlo_lob_desc_t" ></a>typedef void * </td><td class="memItemRight" valign=bottom><a class="el" href="group__typedefs.html#ga2">sqlo_lob_desc_t</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">LOB descriptor type Hides the Oracle type OCILobLocator*. <br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga3" doxytag="sqlora.h::sqlo_signal_handler_t" ></a>typedef void(* </td><td class="memItemRight" valign=bottom><a class="el" href="group__typedefs.html#ga3">sqlo_signal_handler_t</a> )(void)</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">The type of the signal handler function. <br><br></td></tr><tr><td colspan=2><br><h2>Enumerations</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>enum </td><td class="memItemRight" valign=bottom><a class="el" href="group__constants.html#ga3">sqlo_status_codes</a> { <br> <a class="el" href="group__constants.html#gga3a25">SQLO_SUCCESS</a> = 0, <a class="el" href="group__constants.html#gga3a26">SQLO_ERROR</a> = -1, <br> <a class="el" href="group__constants.html#gga3a27">SQLO_INVALID_HANDLE</a> = -2, <a class="el" href="group__constants.html#gga3a28">SQLO_STILL_EXECUTING</a> = -3123, <br> <a class="el" href="group__constants.html#gga3a29">SQLO_CONTINUE</a> = -24200, <a class="el" href="group__constants.html#gga3a30">SQLO_SUCCESS_WITH_INFO</a> = 1, <br> <a class="el" href="group__constants.html#gga3a31">SQLO_NEED_DATA</a> = 99, <a class="el" href="group__constants.html#gga3a32">SQLO_NO_DATA</a> = 100<br> }</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Constants defining the return codes of the functions. <a href="group__constants.html#ga3">More...</a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>enum </td><td class="memItemRight" valign=bottom><a class="el" href="group__constants.html#ga4">sqlo_error_codes</a> { <br> <a class="el" href="group__constants.html#gga4a33">SQLO_ERROR_BASE</a> = -30000, <a class="el" href="group__constants.html#gga4a34">SQLO_INVALID_DB_HANDLE</a> = (SQLO_ERROR_BASE - 1), <br> <a class="el" href="group__constants.html#gga4a35">SQLO_ERRMALLOC</a> = (SQLO_ERROR_BASE - 2), <a class="el" href="group__constants.html#gga4a36">SQLO_INVALID_STMT_HANDLE</a> = (SQLO_ERROR_BASE - 3), <br> <a class="el" href="group__constants.html#gga4a37">SQLO_STMT_NOT_OPENED</a> = (SQLO_ERROR_BASE - 4), <a class="el" href="group__constants.html#gga4a38">SQLO_INVALID_STMT_TYPE</a> = (SQLO_ERROR_BASE - 5), <br> <a class="el" href="group__constants.html#gga4a39">SQLO_STMT_NOT_PARSED</a> = (SQLO_ERROR_BASE - 6), <a class="el" href="group__constants.html#gga4a40">SQLO_INVALID_OCI_HANDLE_TYPE</a> = (SQLO_ERROR_BASE - 7), <br> <a class="el" href="group__constants.html#gga4a41">SQLO_MALFORMED_VERSION_STR</a> = (SQLO_ERROR_BASE - 8), <a class="el" href="group__constants.html#gga4a42">SQLO_WRONG_VERSION</a> = (SQLO_ERROR_BASE - 9), <br> <a class="el" href="group__constants.html#gga4a43">SQLO_INVALID_COLPOS</a> = (SQLO_ERROR_BASE - 10), <a class="el" href="group__constants.html#gga4a44">SQLO_INVALID_SQL</a> = (SQLO_ERROR_BASE -11)<br> }</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Constants defining error codes returned by the library. <a href="group__constants.html#ga4">More...</a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>enum </td><td class="memItemRight" valign=bottom><a class="el" href="group__constants.html#ga5">sqlo_constants</a> { <br> <a class="el" href="group__constants.html#gga5a45">SQLO_OFF</a> = 0, <a class="el" href="group__constants.html#gga5a46">SQLO_ON</a> = 1, <br> <a class="el" href="group__constants.html#gga5a47">SQLO_NULL_IND</a> = -1, <a class="el" href="group__constants.html#gga5a48">SQLO_NOT_NULL_IND</a> = 0, <br> <a class="el" href="group__constants.html#gga5a49">SQLO_STH_INIT</a> = -1, <a class="el" href="group__constants.html#gga5a50">SQLO_ONE_PIECE</a> = 0, <br> <a class="el" href="group__constants.html#gga5a51">SQLO_FIRST_PIECE</a> = 1, <a class="el" href="group__constants.html#gga5a52">SQLO_NEXT_PIECE</a> = 2, <br> <a class="el" href="group__constants.html#gga5a53">SQLO_LAST_PIECE</a> = 3<br> }</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Some constants used to pass to the functions. <a href="group__constants.html#ga5">More...</a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>enum </td><td class="memItemRight" valign=bottom><a class="el" href="group__constants.html#ga6">sqlo_data_types</a> { <br> <a class="el" href="group__constants.html#gga6a54">SQLOT_CHR</a> = 1, <a class="el" href="group__constants.html#gga6a55">SQLOT_NUM</a> = 2, <br> <a class="el" href="group__constants.html#gga6a56">SQLOT_INT</a> = 3, <a class="el" href="group__constants.html#gga6a57">SQLOT_FLT</a> = 4, <br> <a class="el" href="group__constants.html#gga6a58">SQLOT_STR</a> = 5, <a class="el" href="group__constants.html#gga6a59">SQLOT_VNU</a> = 6, <br> <a class="el" href="group__constants.html#gga6a60">SQLOT_PDN</a> = 7, <a class="el" href="group__constants.html#gga6a61">SQLOT_LNG</a> = 8, <br> <a class="el" href="group__constants.html#gga6a62">SQLOT_VCS</a> = 9, <a class="el" href="group__constants.html#gga6a63">SQLOT_NON</a> = 10, <br> <a class="el" href="group__constants.html#gga6a64">SQLOT_RID</a> = 11, <a class="el" href="group__constants.html#gga6a65">SQLOT_DAT</a> = 12,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -