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

📄 sdora.hpp

📁 SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi
💻 HPP
📖 第 1 页 / 共 5 页
字号:
static const Shortint OCI_CRED_RDBMS = 0x1;
static const Shortint OCI_CRED_EXT = 0x2;
static const Shortint OCI_SUCCESS = 0x0;
static const Shortint OCI_SUCCESS_WITH_INFO = 0x1;
static const Byte OCI_RESERVED_FOR_INT_USE = 0xc8;
static const Shortint OCI_NO_DATA = 0x64;
static const Shortint OCI_ERROR = 0xffffffff;
static const Shortint OCI_INVALID_HANDLE = 0xfffffffe;
static const Shortint OCI_NEED_DATA = 0x63;
static const short OCI_STILL_EXECUTING = 0xfffff3cd;
static const short OCI_CONTINUE = 0xffffa178;
static const Shortint OCI_DT_INVALID_DAY = 0x1;
static const Shortint OCI_DT_DAY_BELOW_VALID = 0x2;
static const Shortint OCI_DT_INVALID_MONTH = 0x4;
static const Shortint OCI_DT_MONTH_BELOW_VALID = 0x8;
static const Shortint OCI_DT_INVALID_YEAR = 0x10;
static const Shortint OCI_DT_YEAR_BELOW_VALID = 0x20;
static const Shortint OCI_DT_INVALID_HOUR = 0x40;
static const Byte OCI_DT_HOUR_BELOW_VALID = 0x80;
static const Word OCI_DT_INVALID_MINUTE = 0x100;
static const Word OCI_DT_MINUTE_BELOW_VALID = 0x200;
static const Word OCI_DT_INVALID_SECOND = 0x400;
static const Word OCI_DT_SECOND_BELOW_VALID = 0x800;
static const Word OCI_DT_DAY_MISSING_FROM_1582 = 0x1000;
static const Word OCI_DT_YEAR_ZERO = 0x2000;
static const Word OCI_DT_INVALID_TIMEZONE = 0x4000;
static const Word OCI_DT_INVALID_FORMAT = 0x8000;
static const Shortint OCI_INTER_INVALID_DAY = 0x1;
static const Shortint OCI_INTER_DAY_BELOW_VALID = 0x2;
static const Shortint OCI_INTER_INVALID_MONTH = 0x4;
static const Shortint OCI_INTER_MONTH_BELOW_VALID = 0x8;
static const Shortint OCI_INTER_INVALID_YEAR = 0x10;
static const Shortint OCI_INTER_YEAR_BELOW_VALID = 0x20;
static const Shortint OCI_INTER_INVALID_HOUR = 0x40;
static const Byte OCI_INTER_HOUR_BELOW_VALID = 0x80;
static const Word OCI_INTER_INVALID_MINUTE = 0x100;
static const Word OCI_INTER_MINUTE_BELOW_VALID = 0x200;
static const Word OCI_INTER_INVALID_SECOND = 0x400;
static const Word OCI_INTER_SECOND_BELOW_VALID = 0x800;
static const Word OCI_INTER_INVALID_FRACSEC = 0x1000;
static const Word OCI_INTER_FRACSEC_BELOW_VALID = 0x2000;
static const Shortint OCI_V7_SYNTAX = 0x2;
static const Shortint OCI_V8_SYNTAX = 0x3;
static const Shortint OCI_NTV_SYNTAX = 0x1;
static const Shortint OCI_FETCH_CURRENT = 0x1;
static const Shortint OCI_FETCH_NEXT = 0x2;
static const Shortint OCI_FETCH_FIRST = 0x4;
static const Shortint OCI_FETCH_LAST = 0x8;
static const Shortint OCI_FETCH_PRIOR = 0x10;
static const Shortint OCI_FETCH_ABSOLUTE = 0x20;
static const Shortint OCI_FETCH_RELATIVE = 0x40;
static const Byte OCI_FETCH_RESERVED_1 = 0x80;
static const Shortint OCI_SB2_IND_PTR = 0x1;
static const Shortint OCI_DATA_AT_EXEC = 0x2;
static const Shortint OCI_DYNAMIC_FETCH = 0x2;
static const Shortint OCI_PIECEWISE = 0x4;
static const Shortint OCI_BATCH_MODE = 0x1;
static const Shortint OCI_EXACT_FETCH = 0x2;
static const Shortint OCI_KEEP_FETCH_STATE = 0x4;
static const Shortint OCI_SCROLLABLE_CURSOR = 0x8;
static const Shortint OCI_DESCRIBE_ONLY = 0x10;
static const Shortint OCI_COMMIT_ON_SUCCESS = 0x20;
static const Shortint OCI_MIGRATE = 0x1;
static const Shortint OCI_SYSDBA = 0x2;
static const Shortint OCI_SYSOPER = 0x4;
static const Shortint OCI_PRELIM_AUTH = 0x8;
static const Shortint OCI_PARAM_IN = 0x1;
static const Shortint OCI_PARAM_OUT = 0x2;
static const Shortint OCI_TRANS_OLD = 0x0;
static const Shortint OCI_TRANS_NEW = 0x1;
static const Shortint OCI_TRANS_JOIN = 0x2;
static const Shortint OCI_TRANS_RESUME = 0x4;
static const Byte OCI_TRANS_STARTMASK = 0xff;
static const Word OCI_TRANS_READONLY = 0x100;
static const Word OCI_TRANS_READWRITE = 0x200;
static const Word OCI_TRANS_SERIALIZABLE = 0x400;
static const Word OCI_TRANS_ISOLMASK = 0xff00;
static const int OCI_TRANS_LOOSE = 0x10000;
static const int OCI_TRANS_TIGHT = 0x20000;
static const int OCI_TRANS_TYPEMASK = 0xf0000;
static const int OCI_TRANS_NOMIGRATE = 0x100000;
static const int OCI_TRANS_TWOPHASE = 0x1000000;
static const Shortint OCI_OTYPE_UNK = 0x0;
static const Shortint OCI_OTYPE_TABLE = 0x1;
static const Shortint OCI_OTYPE_VIEW = 0x2;
static const Shortint OCI_OTYPE_SYN = 0x3;
static const Shortint OCI_OTYPE_PROC = 0x4;
static const Shortint OCI_OTYPE_FUNC = 0x5;
static const Shortint OCI_OTYPE_PKG = 0x6;
static const Shortint OCI_OTYPE_STMT = 0x7;
static const Shortint OCI_ATTR_DATA_SIZE = 0x1;
static const Shortint OCI_ATTR_DATA_TYPE = 0x2;
static const Shortint OCI_ATTR_DISP_SIZE = 0x3;
static const Shortint OCI_ATTR_NAME = 0x4;
static const Shortint OCI_ATTR_PRECISION = 0x5;
static const Shortint OCI_ATTR_SCALE = 0x6;
static const Shortint OCI_ATTR_IS_NULL = 0x7;
static const Shortint OCI_ATTR_TYPE_NAME = 0x8;
static const Shortint OCI_ATTR_SCHEMA_NAME = 0x9;
static const Shortint OCI_ATTR_SUB_NAME = 0xa;
static const Shortint OCI_ATTR_POSITION = 0xb;
static const Shortint OCI_ATTR_COMPLEXOBJECTCOMP_TYPE = 0x32;
static const Shortint OCI_ATTR_COMPLEXOBJECTCOMP_TYPE_LEVEL = 0x33;
static const Shortint OCI_ATTR_COMPLEXOBJECT_LEVEL = 0x34;
static const Shortint OCI_ATTR_COMPLEXOBJECT_COLL_OUTOFLINE = 0x35;
static const Shortint OCI_ATTR_DISP_NAME = 0x64;
static const Byte OCI_ATTR_OVERLOAD = 0xd2;
static const Byte OCI_ATTR_LEVEL = 0xd3;
static const Byte OCI_ATTR_HAS_DEFAULT = 0xd4;
static const Byte OCI_ATTR_IOMODE = 0xd5;
static const Byte OCI_ATTR_RADIX = 0xd6;
static const Byte OCI_ATTR_NUM_ARGS = 0xd7;
static const Byte OCI_ATTR_TYPECODE = 0xd8;
static const Byte OCI_ATTR_COLLECTION_TYPECODE = 0xd9;
static const Byte OCI_ATTR_VERSION = 0xda;
static const Byte OCI_ATTR_IS_INCOMPLETE_TYPE = 0xdb;
static const Byte OCI_ATTR_IS_SYSTEM_TYPE = 0xdc;
static const Byte OCI_ATTR_IS_PREDEFINED_TYPE = 0xdd;
static const Byte OCI_ATTR_IS_TRANSIENT_TYPE = 0xde;
static const Byte OCI_ATTR_IS_SYSTEM_GENERATED_TYPE = 0xdf;
static const Byte OCI_ATTR_HAS_NESTED_TABLE = 0xe0;
static const Byte OCI_ATTR_HAS_LOB = 0xe1;
static const Byte OCI_ATTR_HAS_FILE = 0xe2;
static const Byte OCI_ATTR_COLLECTION_ELEMENT = 0xe3;
static const Byte OCI_ATTR_NUM_TYPE_ATTRS = 0xe4;
static const Byte OCI_ATTR_LIST_TYPE_ATTRS = 0xe5;
static const Byte OCI_ATTR_NUM_TYPE_METHODS = 0xe6;
static const Byte OCI_ATTR_LIST_TYPE_METHODS = 0xe7;
static const Byte OCI_ATTR_MAP_METHOD = 0xe8;
static const Byte OCI_ATTR_ORDER_METHOD = 0xe9;
static const Byte OCI_ATTR_NUM_ELEMS = 0xea;
static const Byte OCI_ATTR_ENCAPSULATION = 0xeb;
static const Byte OCI_ATTR_IS_SELFISH = 0xec;
static const Byte OCI_ATTR_IS_VIRTUAL = 0xed;
static const Byte OCI_ATTR_IS_INLINE = 0xee;
static const Byte OCI_ATTR_IS_CONSTANT = 0xef;
static const Byte OCI_ATTR_HAS_RESULT = 0xf0;
static const Byte OCI_ATTR_IS_CONSTRUCTOR = 0xf1;
static const Byte OCI_ATTR_IS_DESTRUCTOR = 0xf2;
static const Byte OCI_ATTR_IS_OPERATOR = 0xf3;
static const Byte OCI_ATTR_IS_MAP = 0xf4;
static const Byte OCI_ATTR_IS_ORDER = 0xf5;
static const Byte OCI_ATTR_IS_RNDS = 0xf6;
static const Byte OCI_ATTR_IS_RNPS = 0xf7;
static const Byte OCI_ATTR_IS_WNDS = 0xf8;
static const Byte OCI_ATTR_IS_WNPS = 0xf9;
static const Byte OCI_ATTR_DESC_PUBLIC = 0xfa;
static const Byte OCI_ATTR_CACHE_CLIENT_CONTEXT = 0xfb;
static const Byte OCI_ATTR_UCI_CONSTRUCT = 0xfc;
static const Byte OCI_ATTR_UCI_DESTRUCT = 0xfd;
static const Byte OCI_ATTR_UCI_COPY = 0xfe;
static const Byte OCI_ATTR_UCI_PICKLE = 0xff;
static const Word OCI_ATTR_UCI_UNPICKLE = 0x100;
static const Word OCI_ATTR_UCI_REFRESH = 0x101;
static const Word OCI_ATTR_IS_SUBTYPE = 0x102;
static const Word OCI_ATTR_SUPERTYPE_SCHEMA_NAME = 0x103;
static const Word OCI_ATTR_SUPERTYPE_NAME = 0x104;
static const Word OCI_ATTR_LIST_OBJECTS = 0x105;
static const Word OCI_ATTR_NCHARSET_ID = 0x106;
static const Word OCI_ATTR_LIST_SCHEMAS = 0x107;
static const Word OCI_ATTR_MAX_PROC_LEN = 0x108;
static const Word OCI_ATTR_MAX_COLUMN_LEN = 0x109;
static const Word OCI_ATTR_CURSOR_COMMIT_BEHAVIOR = 0x10a;
static const Word OCI_ATTR_MAX_CATALOG_NAMELEN = 0x10b;
static const Word OCI_ATTR_CATALOG_LOCATION = 0x10c;
static const Word OCI_ATTR_SAVEPOINT_SUPPORT = 0x10d;
static const Word OCI_ATTR_NOWAIT_SUPPORT = 0x10e;
static const Word OCI_ATTR_AUTOCOMMIT_DDL = 0x10f;
static const Word OCI_ATTR_LOCKING_MODE = 0x110;
static const Word OCI_ATTR_APPCTX_SIZE = 0x111;
static const Word OCI_ATTR_APPCTX_LIST = 0x112;
static const Word OCI_ATTR_APPCTX_NAME = 0x113;
static const Word OCI_ATTR_APPCTX_ATTR = 0x114;
static const Word OCI_ATTR_APPCTX_VALUE = 0x115;
static const Word OCI_ATTR_CLIENT_IDENTIFIER = 0x116;
static const Word OCI_ATTR_IS_FINAL_TYPE = 0x117;
static const Word OCI_ATTR_IS_INSTANTIABLE_TYPE = 0x118;
static const Word OCI_ATTR_IS_FINAL_METHOD = 0x119;
static const Word OCI_ATTR_IS_INSTANTIABLE_METHOD = 0x11a;
static const Word OCI_ATTR_IS_OVERRIDING_METHOD = 0x11b;
static const Word OCI_ATTR_CHAR_USED = 0x11d;
static const Word OCI_ATTR_CHAR_SIZE = 0x11e;
static const Word OCI_ATTR_IS_JAVA_TYPE = 0x11f;
static const Word OCI_ATTR_DISTINGUISHED_NAME = 0x12c;
static const Word OCI_ATTR_KERBEROS_TICKET = 0x12d;
static const Word OCI_ATTR_ORA_DEBUG_JDWP = 0x12e;
static const Word OCI_ATTR_RESERVED_14 = 0x12f;
static const Shortint OCI_ATTR_ENV_CHARSET_ID = 0x1f;
static const Word OCI_ATTR_ENV_NCHARSET_ID = 0x106;
static const Shortint OCI_AUTH = 0x8;
static const Shortint OCI_MAX_FNS = 0x64;
static const Shortint OCI_SQLSTATE_SIZE = 0x5;
static const Word OCI_ERROR_MAXMSG_SIZE = 0x400;
static const unsigned OCI_LOBMAXSIZE = 0xffffffff;
static const Shortint OCI_ROWID_LEN = 0x17;
static const Shortint OCI_FO_END = 0x1;
static const Shortint OCI_FO_ABORT = 0x2;
static const Shortint OCI_FO_REAUTH = 0x4;
static const Shortint OCI_FO_BEGIN = 0x8;
static const Shortint OCI_FO_NONE = 0x1;
static const Shortint OCI_FO_SESSION = 0x2;
static const Shortint OCI_FO_SELECT = 0x4;
static const Shortint OCI_FO_TXNAL = 0x8;
static const Shortint OCI_FNCODE_INITIALIZE = 0x1;
static const Shortint OCI_FNCODE_HANDLEALLOC = 0x2;
static const Shortint OCI_FNCODE_HANDLEFREE = 0x3;
static const Shortint OCI_FNCODE_DESCRIPTORALLOC = 0x4;
static const Shortint OCI_FNCODE_DESCRIPTORFREE = 0x5;
static const Shortint OCI_FNCODE_ENVINIT = 0x6;
static const Shortint OCI_FNCODE_SERVERATTACH = 0x7;
static const Shortint OCI_FNCODE_SERVERDETACH = 0x8;
static const Shortint OCI_FNCODE_SESSIONBEGIN = 0xa;
static const Shortint OCI_FNCODE_SESSIONEND = 0xb;
static const Shortint OCI_FNCODE_PASSWORDCHANGE = 0xc;
static const Shortint OCI_FNCODE_STMTPREPARE = 0xd;
static const Shortint OCI_FNCODE_STMTBINDBYPOS = 0xe;
static const Shortint OCI_FNCODE_STMTBINDBYNAME = 0xf;
static const Shortint OCI_FNCODE_BINDDYNAMIC = 0x11;
static const Shortint OCI_FNCODE_BINDOBJECT = 0x12;
static const Shortint OCI_FNCODE_BINDARRAYOFSTRUCT = 0x14;
static const Shortint OCI_FNCODE_STMTEXECUTE = 0x15;
static const Shortint OCI_FNCODE_DEFINE = 0x18;
static const Shortint OCI_FNCODE_DEFINEOBJECT = 0x19;
static const Shortint OCI_FNCODE_DEFINEDYNAMIC = 0x1a;
static const Shortint OCI_FNCODE_DEFINEARRAYOFSTRUCT = 0x1b;
static const Shortint OCI_FNCODE_STMTFETCH = 0x1c;
static const Shortint OCI_FNCODE_STMTGETBIND = 0x1d;
static const Shortint OCI_FNCODE_DESCRIBEANY = 0x20;
static const Shortint OCI_FNCODE_TRANSSTART = 0x21;
static const Shortint OCI_FNCODE_TRANSDETACH = 0x22;
static const Shortint OCI_FNCODE_TRANSCOMMIT = 0x23;
static const Shortint OCI_FNCODE_ERRORGET = 0x25;
static const Shortint OCI_FNCODE_LOBOPENFILE = 0x26;
static const Shortint OCI_FNCODE_LOBCLOSEFILE = 0x27;
static const Shortint OCI_FNCODE_LOBCREATEFILE = 0x28;
static const Shortint OCI_FNCODE_LOBDELFILE = 0x29;
static const Shortint OCI_FNCODE_LOBCOPY = 0x2a;
static const Shortint OCI_FNCODE_LOBAPPEND = 0x2b;
static const Shortint OCI_FNCODE_LOBERASE = 0x2c;
static const Shortint OCI_FNCODE_LOBLENGTH = 0x2d;
static const Shortint OCI_FNCODE_LOBTRIM = 0x2e;
static const Shortint OCI_FNCODE_LOBREAD = 0x2f;
static const Shortint OCI_FNCODE_LOBWRITE = 0x30;
static const Shortint OCI_FNCODE_SVCCTXBREAK = 0x32;
static const Shortint OCI_FNCODE_SERVERVERSION = 0x33;
static const Shortint OCI_FNCODE_ATTRGET = 0x36;
static const Shortint OCI_FNCODE_ATTRSET = 0x37;
static const Shortint OCI_FNCODE_PARAMSET = 0x38;
static const Shortint OCI_FNCODE_PARAMGET = 0x39;
static const Shortint OCI_FNCODE_STMTGETPIECEINFO = 0x3a;
static const Shortint OCI_FNCODE_LDATOSVCCTX = 0x3b;
static const Shortint OCI_FNCODE_RESULTSETTOSTMT = 0x3c;
static const Shortint OCI_FNCODE_STMTSETPIECEINFO = 0x3d;
static const Shortint OCI_FNCODE_TRANSFORGET = 0x3e;
static const Shortint OCI_FNCODE_TRANSPREPARE = 0x3f;
static const Shortint OCI_FNCODE_TRANSROLLBACK = 0x40;
static const Shortint OCI_FNCODE_DEFINEBYPOS = 0x41;
static const Shortint OCI_FNCODE_BINDBYPOS = 0x42;
static const Shortint OCI_FNCODE_BINDBYNAME = 0x43;
static const Shortint OCI_FNCODE_LOBASSIGN = 0x44;
static const Shortint OCI_FNCODE_LOBISEQUAL = 0x45;
static const Shortint OCI_FNCODE_LOBISINIT = 0x46;
static const Shortint OCI_FNCODE_LOBLOCATORSIZE = 0x47;
static const Shortint OCI_FNCODE_LOBCHARSETID = 0x48;
static const Shortint OCI_FNCODE_LOBCHARSETFORM = 0x49;
static const Shortint OCI_FNCODE_LOBFILESETNAME = 0x4a;
static const Shortint OCI_FNCODE_LOBFILEGETNAME = 0x4b;
static const Shortint OCI_FNCODE_LOGON = 0x4c;
static const Shortint OCI_FNCODE_LOGOFF = 0x4d;
static const Shortint OCI_INTHR_UNK = 0x18;
static const Shortint OCI_ADJUST_UNK = 0xa;
static const Shortint OCI_ORACLE_DATE = 0x0;
static const Shortint OCI_ANSI_DATE = 0x1;
static const Shortint OCI_LOBMODE_READONLY = 0x1;
static const Shortint OCI_FILE_READONLY = 0x1;
static const Shortint OCI_LOB_BUFFER_FREE = 0x1;
static const Shortint OCI_LOB_BUFFER_NOFREE = 0x2;
static const Shortint OCI_STMT_SELECT = 0x1;
static const Shortint OCI_STMT_UPDATE = 0x2;
static const Shortint OCI_STMT_DELETE = 0x3;
static const Shortint OCI_STMT_INSERT = 0x4;
static const Shortint OCI_STMT_CREATE = 0x5;
static const Shortint OCI_STMT_DROP = 0x6;
static const Shortint OCI_STMT_ALTER = 0x7;
static const Shortint OCI_STMT_BEGIN = 0x8;
static const Shortint OCI_STMT_DECLARE = 0x9;
static const Shortint OCI_PTYPE_UNK = 0x0;
static const Shortint OCI_PTYPE_TABLE = 0x1;
static const Shortint OCI_PTYPE_VIEW = 0x2;
static const Shortint OCI_PTYPE_PROC = 0x3;
static const Shortint OCI_PTYPE_FUNC = 0x4;
static const Shortint OCI_PTYPE_PKG = 0x5;
static const Shortint OCI_PTYPE_TYPE = 0x6;
static const Shortint OCI_PTYPE_SYN = 0x7;
static const Shortint OCI_PTYPE_SEQ = 0x8;
static const Shortint OCI_PTYPE_COL = 0x9;
static const Shortint OCI_PTYPE_ARG = 0xa;
static const Shortint OCI_PTYPE_LIST = 0xb;
static const Shortint OCI_PTYPE_TYPE_ATTR = 0xc;
static const Shortint OCI_PTYPE_TYPE_COLL = 0xd;
static const Shortint OCI_PTYPE_TYPE_METHOD = 0xe;
static const Shortint OCI_PTYPE_TYPE_ARG = 0xf;
static const Shortint OCI_PTYPE_TYPE_RESULT = 0x10;
static const Shortint OCI_LTYPE_UNK = 0x0;
static const Shortint OCI_LTYPE_COLUMN = 0x1;
static const Shortint OCI_LTYPE_ARG_PROC = 0x2;
static const Shortint OCI_LTYPE_ARG_FUNC = 0x3;
static const Shortint OCI_LTYPE_SUBPRG = 0x4;
static const Shortint OCI_LTYPE_TYPE_ATTR = 0x5;
static const Shortint OCI_LTYPE_TYPE_METHOD = 0x6;
static const Shortint OCI_LTYPE_TYPE_ARG_PROC = 0x7;
static const Shortint OCI_LTYPE_TYPE_ARG_FUNC = 0x8;
static const short OCI_IND_NOTNULL = 0x0;
static const short OCI_IND_NULL = 0xffffffff;
static const short OCI_IND_BADNULL = 0xfffffffe;
static const short OCI_IND_NOTNULLABLE = 0xfffffffd;
static const Shortint OCI_PIN_DEFAULT = 0x1;
static const Shortint OCI_

⌨️ 快捷键说明

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