📄 oci__defs_8h-source.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"><title>OCILIB (C Driver for Oracle): C:/Users/vincent/Data/Perso/dev/ocilib/ocilib/src/oci_defs.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"><link href="tabs.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.5.4 --><div class="tabs"> <ul> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Data Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul></div><h1>C:/Users/vincent/Data/Perso/dev/ocilib/ocilib/src/oci_defs.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span><a name="l00002"></a>00002 <span class="comment"> +----------------------------------------------------------------------+ </span><a name="l00003"></a>00003 <span class="comment"> | |</span><a name="l00004"></a>00004 <span class="comment"> | OCILIB - C Driver for Oracle |</span><a name="l00005"></a>00005 <span class="comment"> | |</span><a name="l00006"></a>00006 <span class="comment"> | (C Wrapper for Oracle OCI) |</span><a name="l00007"></a>00007 <span class="comment"> | |</span><a name="l00008"></a>00008 <span class="comment"> +----------------------------------------------------------------------+</span><a name="l00009"></a>00009 <span class="comment"> | Website : http://ocilib.net |</span><a name="l00010"></a>00010 <span class="comment"> +----------------------------------------------------------------------+</span><a name="l00011"></a>00011 <span class="comment"> | Copyright (c) 2007-2009 Vincent ROGIER |</span><a name="l00012"></a>00012 <span class="comment"> +----------------------------------------------------------------------+</span><a name="l00013"></a>00013 <span class="comment"> | This library is free software; you can redistribute it and/or |</span><a name="l00014"></a>00014 <span class="comment"> | modify it under the terms of the GNU Library General Public |</span><a name="l00015"></a>00015 <span class="comment"> | License as published by the Free Software Foundation; either |</span><a name="l00016"></a>00016 <span class="comment"> | version 2 of the License, or (at your option) any later version. |</span><a name="l00017"></a>00017 <span class="comment"> | |</span><a name="l00018"></a>00018 <span class="comment"> | This library is distributed in the hope that it will be useful, |</span><a name="l00019"></a>00019 <span class="comment"> | but WITHOUT ANY WARRANTY; without even the implied warranty of |</span><a name="l00020"></a>00020 <span class="comment"> | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |</span><a name="l00021"></a>00021 <span class="comment"> | Library General Public License for more details. |</span><a name="l00022"></a>00022 <span class="comment"> | |</span><a name="l00023"></a>00023 <span class="comment"> | You should have received a copy of the GNU Library General Public |</span><a name="l00024"></a>00024 <span class="comment"> | License along with this library; if not, write to the Free |</span><a name="l00025"></a>00025 <span class="comment"> | Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |</span><a name="l00026"></a>00026 <span class="comment"> +----------------------------------------------------------------------+</span><a name="l00027"></a>00027 <span class="comment"> | Author: Vincent ROGIER <vince.rogier@gmail.com> |</span><a name="l00028"></a>00028 <span class="comment"> +----------------------------------------------------------------------+ </span><a name="l00029"></a>00029 <span class="comment"></span><a name="l00030"></a>00030 <span class="comment"> +----------------------------------------------------------------------+ </span><a name="l00031"></a>00031 <span class="comment"> | IMPORTANT NOTICE |</span><a name="l00032"></a>00032 <span class="comment"> +----------------------------------------------------------------------+</span><a name="l00033"></a>00033 <span class="comment"> | |</span><a name="l00034"></a>00034 <span class="comment"> | THIS FILE CONTAINS CONSTANTS AND STRUCTURES DECLARATIONS THAT WERE |</span><a name="l00035"></a>00035 <span class="comment"> | PICKED UP FROM ORACLE PUBLIC HEADER FILES. |</span><a name="l00036"></a>00036 <span class="comment"> | |</span><a name="l00037"></a>00037 <span class="comment"> | SO THE CONTENT OF THIS FILE IS UNDER ORACLE COPYRIGHT AND THE |</span><a name="l00038"></a>00038 <span class="comment"> | DECLARATIONS REPRODUCED HERE ARE ORIGINALLY WRITTEN BY ORACLE | </span><a name="l00039"></a>00039 <span class="comment"> | CORPORATION. |</span><a name="l00040"></a>00040 <span class="comment"> | |</span><a name="l00041"></a>00041 <span class="comment"> | THE AUTHOR OF OCILIB LIBRARY HAS NOT WRITTEN THE CONTENT OF THIS |</span><a name="l00042"></a>00042 <span class="comment"> | FILE AND HAS PARTIALLY INTEGRATED SOME ORACLE OCI DEFINITONS TO |</span><a name="l00043"></a>00043 <span class="comment"> | ALLOW COMPILATION OF THIS OPEN SOURCE LIBRARY WITHOUT HAVING |</span><a name="l00044"></a>00044 <span class="comment"> | ORACLE PRODUCTS INSTALLED ON DEVELOPMENT ENVIRONMENTS |</span><a name="l00045"></a>00045 <span class="comment"> | |</span><a name="l00046"></a>00046 <span class="comment"> +----------------------------------------------------------------------+</span><a name="l00047"></a>00047 <span class="comment">*/</span><a name="l00048"></a>00048 <a name="l00049"></a>00049 <span class="comment">/* ------------------------------------------------------------------------ *</span><a name="l00050"></a>00050 <span class="comment"> * $Id: oci_defs.h, v 3.2.0 2009/04/20 00:00 Vince $</span><a name="l00051"></a>00051 <span class="comment"> * ------------------------------------------------------------------------ */</span><a name="l00052"></a>00052 <a name="l00053"></a>00053 <span class="preprocessor">#ifndef OCILIB_OCI_DEFS_H_INCLUDED </span><a name="l00054"></a>00054 <span class="preprocessor"></span><span class="preprocessor">#define OCILIB_OCI_DEFS_H_INCLUDED </span><a name="l00055"></a>00055 <span class="preprocessor"></span><a name="l00056"></a>00056 <span class="preprocessor">#include "oci_types.h"</span><a name="l00057"></a>00057 <a name="l00058"></a>00058 <span class="comment">/*--------------------------------------------------------------------------- </span><a name="l00059"></a>00059 <span class="comment"> PUBLIC TYPES AND CONSTANTS </span><a name="l00060"></a>00060 <span class="comment"> ---------------------------------------------------------------------------*/</span><a name="l00061"></a>00061 <a name="l00062"></a>00062 <span class="comment">/* input data types */</span><a name="l00063"></a>00063 <a name="l00064"></a>00064 <span class="preprocessor">#define SQLT_CHR 1 </span><span class="comment">/* (ORANET TYPE) character string */</span><a name="l00065"></a>00065 <span class="preprocessor">#define SQLT_NUM 2 </span><span class="comment">/* (ORANET TYPE) oracle numeric */</span><a name="l00066"></a>00066 <span class="preprocessor">#define SQLT_INT 3 </span><span class="comment">/* (ORANET TYPE) integer */</span><a name="l00067"></a>00067 <span class="preprocessor">#define SQLT_FLT 4 </span><span class="comment">/* (ORANET TYPE) Floating point number */</span><a name="l00068"></a>00068 <span class="preprocessor">#define SQLT_STR 5 </span><span class="comment">/* zero terminated string */</span><a name="l00069"></a>00069 <span class="preprocessor">#define SQLT_VNU 6 </span><span class="comment">/* NUM with preceding length byte */</span><a name="l00070"></a>00070 <span class="preprocessor">#define SQLT_PDN 7 </span><span class="comment">/* (ORANET TYPE) Packed Decimal Numeric */</span><a name="l00071"></a>00071 <span class="preprocessor">#define SQLT_LNG 8 </span><span class="comment">/* long */</span><a name="l00072"></a>00072 <span class="preprocessor">#define SQLT_VCS 9 </span><span class="comment">/* Variable character string */</span><a name="l00073"></a>00073 <span class="preprocessor">#define SQLT_NON 10 </span><span class="comment">/* Null/empty PCC Descriptor entry */</span><a name="l00074"></a>00074 <span class="preprocessor">#define SQLT_RID 11 </span><span class="comment">/* rowid */</span><a name="l00075"></a>00075 <span class="preprocessor">#define SQLT_DAT 12 </span><span class="comment">/* date in oracle format */</span><a name="l00076"></a>00076 <span class="preprocessor">#define SQLT_VBI 15 </span><span class="comment">/* binary in VCS format */</span><a name="l00077"></a>00077 <span class="preprocessor">#define SQLT_BFLOAT 21 </span><span class="comment">/* Native Binary float*/</span><a name="l00078"></a>00078 <span class="preprocessor">#define SQLT_BDOUBLE 22 </span><span class="comment">/* NAtive binary double */</span><a name="l00079"></a>00079 <span class="preprocessor">#define SQLT_BIN 23 </span><span class="comment">/* binary data(DTYBIN) */</span><a name="l00080"></a>00080 <span class="preprocessor">#define SQLT_LBI 24 </span><span class="comment">/* long binary */</span><a name="l00081"></a>00081 <span class="preprocessor">#define SQLT_UIN 68 </span><span class="comment">/* unsigned integer */</span><a name="l00082"></a>00082 <span class="preprocessor">#define SQLT_SLS 91 </span><span class="comment">/* Display sign leading separate */</span><a name="l00083"></a>00083 <span class="preprocessor">#define SQLT_LVC 94 </span><span class="comment">/* Longer longs (char) */</span><a name="l00084"></a>00084 <span class="preprocessor">#define SQLT_LVB 95 </span><span class="comment">/* Longer long binary */</span> <a name="l00085"></a>00085 <span class="preprocessor">#define SQLT_AFC 96 </span><span class="comment">/* Ansi fixed char */</span><a name="l00086"></a>00086 <span class="preprocessor">#define SQLT_AVC 97 </span><span class="comment">/* Ansi Var char */</span><a name="l00087"></a>00087 <span class="preprocessor">#define SQLT_IBFLOAT 100 </span><span class="comment">/* binary float canonical */</span><a name="l00088"></a>00088 <span class="preprocessor">#define SQLT_IBDOUBLE 101 </span><span class="comment">/* binary double canonical */</span><a name="l00089"></a>00089 <span class="preprocessor">#define SQLT_CUR 102 </span><span class="comment">/* cursor type */</span><a name="l00090"></a>00090 <span class="preprocessor">#define SQLT_RDD 104 </span><span class="comment">/* rowid descriptor */</span>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -