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

📄 sdora.hpp

📁 SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi
💻 HPP
📖 第 1 页 / 共 5 页
字号:
static const Shortint ORA_CT_AIN = 0x29;
static const Shortint ORA_CT_CDB = 0x2c;
static const Shortint ORA_CT_ADB = 0x2d;
static const Shortint ORA_CT_CTS = 0x31;
static const Shortint ORA_CT_ATS = 0x32;
static const Shortint ORA_CT_DTS = 0x33;
static const Shortint ORA_CT_ASE = 0x34;
static const Shortint ORA_CT_AUS = 0x35;
static const Shortint ORA_CT_CMT = 0x36;
static const Shortint ORA_CT_RBK = 0x37;
static const Shortint ORA_CT_SVP = 0x38;
static const Shortint ORA_CT_CTR = 0x3b;
static const Shortint ORA_CT_ATR = 0x3c;
static const Shortint ORA_CT_DTR = 0x3d;
static const Shortint ORA_CT_CPF = 0x41;
static const Shortint ORA_CT_DPF = 0x42;
static const Shortint ORA_CT_APF = 0x43;
static const Shortint ORA_CT_DPR = 0x44;
static const Shortint ORA_CT_CSN = 0x4a;
static const Shortint ORA_CT_ASN = 0x4b;
static const Shortint ORA_CT_DSN = 0x4c;
static const Word ORA_DTS_VARCHAR2 = 0x7d0;
static const Shortint ORA_DTS_NUMBER = 0x15;
static const Shortint ORA_DTS_LONG = 0x0;
static const Shortint ORA_DTS_ROWID = 0x6;
static const Shortint ORA_DTS_DATE = 0x7;
static const Byte ORA_DTS_RAW = 0xff;
static const Shortint ORA_DTS_LONG_RAW = 0x0;
static const Byte ORA_DTS_CHAR = 0xff;
static const Byte ORA_DTS_MLSLABEL = 0xff;
static const Word ORA_ERR_VarNotInSel = 0x3ef;
static const Word ORA_ERR_INVALID_OCI_OP = 0x3f2;
static const Word ORA_ERR_PASSWORD_EXPIRED = 0x6d61;
static const Word OCI_MORE_INSERT_PIECES = 0xc39;
static const Word OCI_MORE_FETCH_PIECES = 0xc3a;
static const Shortint OCI_EXIT_FAILURE = 0x1;
static const Shortint OCI_EXIT_SUCCESS = 0x0;
static const int MAX_LONG_COL_SIZE = 0x7fffffff;
static const Shortint OCI_DEFAULT = 0x0;
static const Shortint OCI_THREADED = 0x1;
static const Shortint OCI_OBJECT = 0x2;
static const Shortint OCI_NON_BLOCKING = 0x4;
static const Shortint OCI_ENV_NO_MUTEX = 0x8;
static const Shortint OCI_SHARED = 0x10;
static const Shortint OCI_HTYPE_FIRST = 0x1;
static const Shortint OCI_HTYPE_ENV = 0x1;
static const Shortint OCI_HTYPE_ERROR = 0x2;
static const Shortint OCI_HTYPE_SVCCTX = 0x3;
static const Shortint OCI_HTYPE_STMT = 0x4;
static const Shortint OCI_HTYPE_BIND = 0x5;
static const Shortint OCI_HTYPE_DEFINE = 0x6;
static const Shortint OCI_HTYPE_DESCRIBE = 0x7;
static const Shortint OCI_HTYPE_SERVER = 0x8;
static const Shortint OCI_HTYPE_SESSION = 0x9;
static const Shortint OCI_HTYPE_TRANS = 0xa;
static const Shortint OCI_HTYPE_COMPLEXOBJECT = 0xb;
static const Shortint OCI_HTYPE_SECURITY = 0xc;
static const Shortint OCI_HTYPE_LAST = 0xc;
static const Shortint OCI_DTYPE_FIRST = 0x32;
static const Shortint OCI_DTYPE_LOB = 0x32;
static const Shortint OCI_DTYPE_SNAP = 0x33;
static const Shortint OCI_DTYPE_RSET = 0x34;
static const Shortint OCI_DTYPE_PARAM = 0x35;
static const Shortint OCI_DTYPE_ROWID = 0x36;
static const Shortint OCI_DTYPE_COMPLEXOBJECTCOMP = 0x37;
static const Shortint OCI_DTYPE_FILE = 0x38;
static const Shortint OCI_DTYPE_AQENQ_OPTIONS = 0x39;
static const Shortint OCI_DTYPE_AQDEQ_OPTIONS = 0x3a;
static const Shortint OCI_DTYPE_AQMSG_PROPERTIES = 0x3b;
static const Shortint OCI_DTYPE_AQAGENT = 0x3c;
static const Shortint OCI_DTYPE_LOCATOR = 0x3d;
static const Shortint OCI_DTYPE_INTERVAL_YM = 0x3e;
static const Shortint OCI_DTYPE_INTERVAL_DS = 0x3f;
static const Shortint OCI_DTYPE_AQNFY_DESCRIPTOR = 0x40;
static const Shortint OCI_DTYPE_DATE = 0x41;
static const Shortint OCI_DTYPE_TIME = 0x42;
static const Shortint OCI_DTYPE_TIME_TZ = 0x43;
static const Shortint OCI_DTYPE_TIMESTAMP = 0x44;
static const Shortint OCI_DTYPE_TIMESTAMP_TZ = 0x45;
static const Shortint OCI_DTYPE_TIMESTAMP_LTZ = 0x46;
static const Shortint OCI_DTYPE_UCB = 0x47;
static const Shortint OCI_DTYPE_SRVDN = 0x48;
static const Shortint OCI_DTYPE_SIGNATURE = 0x49;
static const Shortint OCI_DTYPE_RESERVED_1 = 0x4a;
static const Shortint OCI_DTYPE_LAST = 0x4a;
static const Shortint OCI_TEMP_BLOB = 0x1;
static const Shortint OCI_TEMP_CLOB = 0x2;
static const Shortint OCI_OTYPE_NAME = 0x1;
static const Shortint OCI_OTYPE_REF = 0x2;
static const Shortint OCI_OTYPE_PTR = 0x3;
static const Shortint OCI_ATTR_FNCODE = 0x1;
static const Shortint OCI_ATTR_OBJECT = 0x2;
static const Shortint OCI_ATTR_NONBLOCKING_MODE = 0x3;
static const Shortint OCI_ATTR_SQLCODE = 0x4;
static const Shortint OCI_ATTR_ENV = 0x5;
static const Shortint OCI_ATTR_SERVER = 0x6;
static const Shortint OCI_ATTR_SESSION = 0x7;
static const Shortint OCI_ATTR_TRANS = 0x8;
static const Shortint OCI_ATTR_ROW_COUNT = 0x9;
static const Shortint OCI_ATTR_SQLFNCODE = 0xa;
static const Shortint OCI_ATTR_PREFETCH_ROWS = 0xb;
static const Shortint OCI_ATTR_NESTED_PREFETCH_ROWS = 0xc;
static const Shortint OCI_ATTR_PREFETCH_MEMORY = 0xd;
static const Shortint OCI_ATTR_NESTED_PREFETCH_MEMORY = 0xe;
static const Shortint OCI_ATTR_CHAR_COUNT = 0xf;
static const Shortint OCI_ATTR_PDSCL = 0x10;
static const Shortint OCI_ATTR_FSPRECISION = 0x10;
static const Shortint OCI_ATTR_PDPRC = 0x11;
static const Shortint OCI_ATTR_LFPRECISION = 0x11;
static const Shortint OCI_ATTR_PARAM_COUNT = 0x12;
static const Shortint OCI_ATTR_ROWID = 0x13;
static const Shortint OCI_ATTR_CHARSET = 0x14;
static const Shortint OCI_ATTR_NCHAR = 0x15;
static const Shortint OCI_ATTR_USERNAME = 0x16;
static const Shortint OCI_ATTR_PASSWORD = 0x17;
static const Shortint OCI_ATTR_STMT_TYPE = 0x18;
static const Shortint OCI_ATTR_INTERNAL_NAME = 0x19;
static const Shortint OCI_ATTR_EXTERNAL_NAME = 0x1a;
static const Shortint OCI_ATTR_XID = 0x1b;
static const Shortint OCI_ATTR_TRANS_LOCK = 0x1c;
static const Shortint OCI_ATTR_TRANS_NAME = 0x1d;
static const Shortint OCI_ATTR_HEAPALLOC = 0x1e;
static const Shortint OCI_ATTR_CHARSET_ID = 0x1f;
static const Shortint OCI_ATTR_CHARSET_FORM = 0x20;
static const Shortint OCI_ATTR_MAXDATA_SIZE = 0x21;
static const Shortint OCI_ATTR_CACHE_OPT_SIZE = 0x22;
static const Shortint OCI_ATTR_CACHE_MAX_SIZE = 0x23;
static const Shortint OCI_ATTR_PINOPTION = 0x24;
static const Shortint OCI_ATTR_ALLOC_DURATION = 0x25;
static const Shortint OCI_ATTR_PIN_DURATION = 0x26;
static const Shortint OCI_ATTR_FDO = 0x27;
static const Shortint OCI_ATTR_POSTPROCESSING_CALLBACK = 0x28;
static const Shortint OCI_ATTR_POSTPROCESSING_CONTEXT = 0x29;
static const Shortint OCI_ATTR_ROWS_RETURNED = 0x2a;
static const Shortint OCI_ATTR_FOCBK = 0x2b;
static const Shortint OCI_ATTR_IN_V8_MODE = 0x2c;
static const Shortint OCI_ATTR_LOBEMPTY = 0x2d;
static const Shortint OCI_ATTR_SESSLANG = 0x2e;
static const Shortint OCI_ATTR_VISIBILITY = 0x2f;
static const Shortint OCI_ATTR_RELATIVE_MSGID = 0x30;
static const Shortint OCI_ATTR_SEQUENCE_DEVIATION = 0x31;
static const Shortint OCI_ATTR_CONSUMER_NAME = 0x32;
static const Shortint OCI_ATTR_DEQ_MODE = 0x33;
static const Shortint OCI_ATTR_NAVIGATION = 0x34;
static const Shortint OCI_ATTR_WAIT = 0x35;
static const Shortint OCI_ATTR_DEQ_MSGID = 0x36;
static const Shortint OCI_ATTR_PRIORITY = 0x37;
static const Shortint OCI_ATTR_DELAY = 0x38;
static const Shortint OCI_ATTR_EXPIRATION = 0x39;
static const Shortint OCI_ATTR_CORRELATION = 0x3a;
static const Shortint OCI_ATTR_ATTEMPTS = 0x3b;
static const Shortint OCI_ATTR_RECIPIENT_LIST = 0x3c;
static const Shortint OCI_ATTR_EXCEPTION_QUEUE = 0x3d;
static const Shortint OCI_ATTR_ENQ_TIME = 0x3e;
static const Shortint OCI_ATTR_MSG_STATE = 0x3f;
static const Shortint OCI_ATTR_AGENT_NAME = 0x40;
static const Shortint OCI_ATTR_AGENT_ADDRESS = 0x41;
static const Shortint OCI_ATTR_AGENT_PROTOCOL = 0x42;
static const Shortint OCI_ATTR_SENDER_ID = 0x44;
static const Shortint OCI_ATTR_ORIGINAL_MSGID = 0x45;
static const Shortint OCI_ATTR_QUEUE_NAME = 0x46;
static const Shortint OCI_ATTR_NFY_MSGID = 0x47;
static const Shortint OCI_ATTR_MSG_PROP = 0x48;
static const Shortint OCI_ATTR_NUM_DML_ERRORS = 0x49;
static const Shortint OCI_ATTR_DML_ROW_OFFSET = 0x4a;
static const Shortint OCI_ATTR_DATEFORMAT = 0x4b;
static const Shortint OCI_ATTR_BUF_ADDR = 0x4c;
static const Shortint OCI_ATTR_BUF_SIZE = 0x4d;
static const Shortint OCI_ATTR_DIRPATH_MODE = 0x4e;
static const Shortint OCI_ATTR_DIRPATH_NOLOG = 0x4f;
static const Shortint OCI_ATTR_DIRPATH_PARALLEL = 0x50;
static const Shortint OCI_ATTR_NUM_ROWS = 0x51;
static const Shortint OCI_ATTR_COL_COUNT = 0x52;
static const Shortint OCI_ATTR_STREAM_OFFSET = 0x53;
static const Shortint OCI_ATTR_SHARED_HEAPALLOC = 0x54;
static const Shortint OCI_ATTR_SERVER_GROUP = 0x55;
static const Shortint OCI_ATTR_MIGSESSION = 0x56;
static const Shortint OCI_ATTR_NOCACHE = 0x57;
static const Shortint OCI_ATTR_MEMPOOL_SIZE = 0x58;
static const Shortint OCI_ATTR_MEMPOOL_INSTNAME = 0x59;
static const Shortint OCI_ATTR_MEMPOOL_APPNAME = 0x5a;
static const Shortint OCI_ATTR_MEMPOOL_HOMENAME = 0x5b;
static const Shortint OCI_ATTR_MEMPOOL_MODEL = 0x5c;
static const Shortint OCI_ATTR_MODES = 0x5d;
static const Shortint OCI_ATTR_SUBSCR_NAME = 0x5e;
static const Shortint OCI_ATTR_SUBSCR_CALLBACK = 0x5f;
static const Shortint OCI_ATTR_SUBSCR_CTX = 0x60;
static const Shortint OCI_ATTR_SUBSCR_PAYLOAD = 0x61;
static const Shortint OCI_ATTR_SUBSCR_NAMESPACE = 0x62;
static const Shortint OCI_ATTR_PROXY_CREDENTIALS = 0x63;
static const Shortint OCI_ATTR_INITIAL_CLIENT_ROLES = 0x64;
static const Shortint OCI_ATTR_UNK = 0x65;
static const Shortint OCI_ATTR_NUM_COLS = 0x66;
static const Shortint OCI_ATTR_LIST_COLUMNS = 0x67;
static const Shortint OCI_ATTR_RDBA = 0x68;
static const Shortint OCI_ATTR_CLUSTERED = 0x69;
static const Shortint OCI_ATTR_PARTITIONED = 0x6a;
static const Shortint OCI_ATTR_INDEX_ONLY = 0x6b;
static const Shortint OCI_ATTR_LIST_ARGUMENTS = 0x6c;
static const Shortint OCI_ATTR_LIST_SUBPROGRAMS = 0x6d;
static const Shortint OCI_ATTR_REF_TDO = 0x6e;
static const Shortint OCI_ATTR_LINK = 0x6f;
static const Shortint OCI_ATTR_MIN = 0x70;
static const Shortint OCI_ATTR_MAX = 0x71;
static const Shortint OCI_ATTR_INCR = 0x72;
static const Shortint OCI_ATTR_CACHE = 0x73;
static const Shortint OCI_ATTR_ORDER = 0x74;
static const Shortint OCI_ATTR_HW_MARK = 0x75;
static const Shortint OCI_ATTR_TYPE_SCHEMA = 0x76;
static const Shortint OCI_ATTR_TIMESTAMP = 0x77;
static const Shortint OCI_ATTR_NUM_ATTRS = 0x78;
static const Shortint OCI_ATTR_NUM_PARAMS = 0x79;
static const Shortint OCI_ATTR_OBJID = 0x7a;
static const Shortint OCI_ATTR_PTYPE = 0x7b;
static const Shortint OCI_ATTR_PARAM = 0x7c;
static const Shortint OCI_ATTR_OVERLOAD_ID = 0x7d;
static const Shortint OCI_ATTR_TABLESPACE = 0x7e;
static const Shortint OCI_ATTR_TDO = 0x7f;
static const Byte OCI_ATTR_LTYPE = 0x80;
static const Byte OCI_ATTR_PARSE_ERROR_OFFSET = 0x81;
static const Byte OCI_ATTR_IS_TEMPORARY = 0x82;
static const Byte OCI_ATTR_IS_TYPED = 0x83;
static const Byte OCI_ATTR_DURATION = 0x84;
static const Byte OCI_ATTR_IS_INVOKER_RIGHTS = 0x85;
static const Byte OCI_ATTR_OBJ_NAME = 0x86;
static const Byte OCI_ATTR_OBJ_SCHEMA = 0x87;
static const Byte OCI_ATTR_OBJ_ID = 0x88;
static const Byte OCI_ATTR_DIRPATH_SORTED_INDEX = 0x89;
static const Byte OCI_ATTR_DIRPATH_INDEX_MAINT_METHOD = 0x8a;
static const Byte OCI_ATTR_DIRPATH_FILE = 0x8b;
static const Byte OCI_ATTR_DIRPATH_STORAGE_INITIAL = 0x8c;
static const Byte OCI_ATTR_DIRPATH_STORAGE_NEXT = 0x8d;
static const Byte OCI_ATTR_TRANS_TIMEOUT = 0x8e;
static const Byte OCI_ATTR_SERVER_STATUS = 0x8f;
static const Byte OCI_ATTR_STATEMENT = 0x90;
static const Byte OCI_ATTR_NO_CACHE = 0x91;
static const Byte OCI_ATTR_DEQCOND = 0x92;
static const Byte OCI_ATTR_RESERVED_2 = 0x93;
static const Byte OCI_ATTR_SUBSCR_RECPT = 0x94;
static const Byte OCI_ATTR_SUBSCR_RECPTPROTO = 0x95;
static const Byte OCI_ATTR_DIRPATH_EXPR_TYPE = 0x96;
static const Byte OCI_ATTR_DIRPATH_INPUT = 0x97;
static const Shortint OCI_DIRPATH_INPUT_TEXT = 0x1;
static const Shortint OCI_DIRPATH_INPUT_STREAM = 0x2;
static const Shortint OCI_DIRPATH_INPUT_UNKNOWN = 0x4;
static const Byte OCI_ATTR_LDAP_HOST = 0x99;
static const Byte OCI_ATTR_LDAP_PORT = 0x9a;
static const Byte OCI_ATTR_BIND_DN = 0x9b;
static const Byte OCI_ATTR_LDAP_CRED = 0x9c;
static const Byte OCI_ATTR_WALL_LOC = 0x9d;
static const Byte OCI_ATTR_LDAP_AUTH = 0x9e;
static const Byte OCI_ATTR_LDAP_CTX = 0x9f;
static const Byte OCI_ATTR_SERVER_DNS = 0xa0;
static const Byte OCI_ATTR_DN_COUNT = 0xa1;
static const Byte OCI_ATTR_SERVER_DN = 0xa2;
static const Byte OCI_ATTR_MAXCHAR_SIZE = 0xa3;
static const Byte OCI_ATTR_CURRENT_POSITION = 0xa4;
static const Byte OCI_ATTR_RESERVED_3 = 0xa5;
static const Byte OCI_ATTR_RESERVED_4 = 0xa6;
static const Byte OCI_ATTR_DIRPATH_FN_CTX = 0xa7;
static const Byte OCI_ATTR_DIGEST_ALGO = 0xa8;
static const Byte OCI_ATTR_CERTIFICATE = 0xa9;
static const Byte OCI_ATTR_SIGNATURE_ALGO = 0xaa;
static const Byte OCI_ATTR_CANONICAL_ALGO = 0xab;
static const Byte OCI_ATTR_PRIVATE_KEY = 0xac;
static const Byte OCI_ATTR_DIGEST_VALUE = 0xad;
static const Byte OCI_ATTR_SIGNATURE_VAL = 0xae;
static const Byte OCI_ATTR_SIGNATURE = 0xaf;
static const Byte OCI_ATTR_STMTCACHESIZE = 0xb0;
static const Byte OCI_ATTR_CONN_NOWAIT = 0xb2;
static const Byte OCI_ATTR_CONN_BUSY_COUNT = 0xb3;
static const Byte OCI_ATTR_CONN_OPEN_COUNT = 0xb4;
static const Byte OCI_ATTR_CONN_TIMEOUT = 0xb5;
static const Byte OCI_ATTR_STMT_STATE = 0xb6;
static const Byte OCI_ATTR_CONN_MIN = 0xb7;
static const Byte OCI_ATTR_CONN_MAX = 0xb8;
static const Byte OCI_ATTR_CONN_INCR = 0xb9;
static const Byte OCI_ATTR_DIRPATH_OID = 0xbb;
static const Byte OCI_ATTR_NUM_OPEN_STMTS = 0xbc;
static const Byte OCI_ATTR_DESCRIBE_NATIVE = 0xbd;
static const Byte OCI_ATTR_BIND_COUNT = 0xbe;
static const Byte OCI_ATTR_HANDLE_POSITION = 0xbf;
static const Byte OCI_ATTR_RESERVED_5 = 0xc0;
static const Byte OCI_ATTR_SERVER_BUSY = 0xc1;
static const Byte OCI_ATTR_DIRPATH_SID = 0xc2;
static const Byte OCI_ATTR_SUBSCR_RECPTPRES = 0xc3;
static const Byte OCI_ATTR_TRANSFORMATION = 0xc4;
static const Byte OCI_ATTR_ROWS_FETCHED = 0xc5;
static const Byte OCI_ATTR_SCN_BASE = 0xc6;
static const Byte OCI_ATTR_SCN_WRAP = 0xc7;
static const Byte OCI_ATTR_RESERVED_6 = 0xc8;
static const Byte OCI_ATTR_READONLY_TXN = 0xc9;
static const Byte OCI_ATTR_RESERVED_7 = 0xca;
static const Byte OCI_ATTR_ERRONEOUS_COLUMN = 0xcb;
static const Byte OCI_ATTR_RESERVED_8 = 0xcc;
static const Byte OCI_ATTR_DIRPATH_OBJ_CONSTR = 0xce;
static const Byte OCI_ATTR_ENV_UTF16 = 0xd1;
static const Byte OCI_ATTR_RESERVED_9 = 0xd2;
static const Byte OCI_ATTR_RESERVED_10 = 0xd3;
static const Byte OCI_ATTR_DIRPATH_STREAM_VERSION = 0xd4;
static const Byte OCI_ATTR_RESERVED_11 = 0xd5;
static const Byte OCI_ATTR_RESERVED_12 = 0xd6;
static const Byte OCI_ATTR_RESERVED_13 = 0xd7;
static const Shortint OCI_DIRPATH_STREAM_VERSION_1 = 0x64;
static const Byte OCI_DIRPATH_STREAM_VERSION_2 = 0xc8;
static const Shortint OCI_SUBSCR_PROTO_OCI = 0x0;
static const Shortint OCI_SUBSCR_PROTO_MAIL = 0x1;
static const Shortint OCI_SUBSCR_PROTO_SERVER = 0x2;
static const Shortint OCI_SUBSCR_PROTO_HTTP = 0x3;
static const Shortint OCI_SUBSCR_PROTO_MAX = 0x4;
static const Shortint OCI_SUBSCR_PRES_DEFAULT = 0x0;
static const Shortint OCI_SUBSCR_PRES_XML = 0x1;
static const Shortint OCI_SUBSCR_PRES_MAX = 0x2;
static const Word OCI_UCS2ID = 0x3e8;
static const Word OCI_UTF16ID = 0x3e8;
static const Shortint OCI_SERVER_NOT_CONNECTED = 0x0;
static const Shortint OCI_SERVER_NORMAL = 0x1;
static const Shortint OCI_SUBSCR_NAMESPACE_ANONYMOUS = 0x0;
static const Shortint OCI_SUBSCR_NAMESPACE_AQ = 0x1;
static const Shortint OCI_SUBSCR_NAMESPACE_MAX = 0x2;

⌨️ 快捷键说明

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