📄 codepoint.java
字号:
static final int QRYPRCTYP = 0x2102; // Query Rowset Size. static final int QRYROWSET = 0x2156; // Cursor is Read-only. static final int QRYRDO = 0x1; // Cursor Allows Read, Delete, and Update Operations. static final int QRYUPD = 0x4; // Relational Database codepoint constant. Min. level 3. static final int RDB = 0x240F; // RDB Access Manager Class. static final int RDBACCCL = 0x210F; // RDB Allow Updates static final int RDBALWUPD = 0x211A; // Relational Database Name codepoint constant. static final int RDBNAM = 0x2110; // Resynchronization Manager. Min levl 5. // It is a manager object of DDM that performs // resynchronization for in-doubt units of work after // a sync point operation failure. static final int RSYNCMGR = 0x14C1; // Retuan SQL Descriptor Area static final int RTNSQLDA = 0x2116; // Type of SQL Descriptor Area static final int TYPSQLDA = 0x2146; // Security Check Code codepoint constant. static final int SECCHKCD = 0x11A4; // Security Mechanism codepoint constant. static final int SECMEC = 0x11A2; // Security Manager codepoint constant. static final int SECMGR = 0x1440; // Security Token codepoint constant. static final int SECTKN = 0x11DC; // SQL Application Manager codepoint constant. Min. level 3. static final int SQLAM = 0x2407; // SQL Communication Area Reply Data codepoint constant. public static final int SQLCARD = 0x2408; // SQL Result Set Column Information Reply Data. public static final int SQLCINRD = 0x240B; // Hold Cursor Position static final int SQLCSRHLD = 0x211F; // SQL Result Set Reply Data. static final int SQLRSLRD = 0x240E; // SQLDA Reply Data codepoint constant. public static final int SQLDARD = 0x2411; // Server Class Name codepoint constant. static final int SRVCLSNM = 0x1147; // Server Name codepoint constant. static final int SRVNAM = 0x116D; // Server Product Release Level codepoint constant. static final int SRVRLSLV = 0x115A; // Severity Code codepoint constant. static final int SVRCOD = 0x1149; // Sync Point Manager. Min. level 4. // It is a manager object of DDM that coordinates resource // recovery of the units of work associated with recoverable // resources in multiple DDM servers. static final int SYNCPTMGR = 0x14C0; // Syntax Error code static final int SYNERRCD = 0x114A; // Data Type Definition Name codepoint constant. public static final int TYPDEFNAM = 0x002F; // TYPDEF Overrides codepoint constant. public static final int TYPDEFOVR = 0x0035; // Unit of Work Disposition codepoint constant. static final int UOWDSP = 0x2115; // Unit of Work Disposition. Committed Enumerated Value. static final int UOWDSP_COMMIT = 0x01; // Unit of Work Dispostion. Rolled Back Enumerated Value. static final int UOWDSP_ROLLBACK = 0x02; // Usrid codepoint constant. static final int USRID = 0x11A0; // Rdb Package Name, Consistency Token, and Section // Number codepoint constant. static final int PKGNAMCSN = 0x2113; // RDB Package Section Number static final int PKGSN = 0x210C; // Scalar Data Length static final int SCLDTALEN = 0x0100; // XA Manager static final int XAMGR = 0x1C01; //-----------------------DDM reply codepoints--------------------------------- // Command Check codepoint constant. public static final int CMDCHKRM = 0x1254; // Command Not Supported codepoint constant. static final int CMDNSPRM = 0x1250; // Abnormal End of Unit of Work Condition codepoint constant. static final int ABNUOWRM = 0x220D; // Access to RDB Completed. // Specifies that an instance of the SQL application manager // has been created and is bound to the specified RDB. static final int ACCRDBRM = 0x2201; final static int MGRLVLRM = 0x1210; // End Unit of Work Condition codepoint constant. static final int ENDUOWRM = 0x220C; // Object Not Supported codepoint constant. static final int OBJNSPRM = 0x1253; // Conversational Protocol Error public static final int PRCCNVRM = 0x1245; // Query not open codepoint constant. static final int QRYNOPRM = 0x2202; // Query previously opened codepoint static final int QRYPOPRM = 0x220F; // RDB Currently Accessed Codepoint static final int RDBACCRM = 0x2207; // RDB Commit Allowed codepoint static final int RDBCMTOK = 0x2105; // Security Check. // Indicates the acceptability of the security information. static final int SECCHKRM = 0x1219; // RDB Access Failed Reply Message codepoint static final int RDBAFLRM = 0x221A; // Not Authorized To RDB reply message codepoint static final int RDBATHRM = 0x22CB; // RDB Not Accessed codepoint constant. static final int RDBNACRM = 0x2204; // RDB not found codepoint static final int RDBNFNRM = 0x2211; // RDB Update Reply Message codepoint constant. static final int RDBUPDRM = 0x2218; // Data Stream Syntax Error public static final int SYNTAXRM = 0x124C; // Parameter Value Not Supported codepoint constant. public static final int VALNSPRM = 0x1252; // SQL Error Condition codepoint constant. static final int SQLERRRM = 0x2213; // Open Query Complete. public final static int OPNQRYRM = 0x2205; // End of Query. public final static int ENDQRYRM = 0x220B; // Data Descriptor Mismatch. final static int DTAMCHRM = 0x220E; // Open Query Failure. final static int OPNQFLRM = 0x2212; // RDB Result Set Reply Message. public final static int RSLSETRM = 0x2219; // Manager Level Overrides public static final int MGRLVLOVR = 0x1C03; //----------------------------fdoca code points------------------------------- static final int RTNEXTDTA = 0x2148; static final int RTNEXTROW = 0x01; static final int RTNEXTALL = 0x02; // Externalized FD:OCA Data codepoint constant. public static final int EXTDTA = 0x146C; // FDOCA data descriptor static final int FDODSC = 0x0010; // FDOCA data static final int FDODTA = 0x147A; //--------------------------ddm error code points--------------------------------- // Syntax Error Code. DSS header length less than 6. static int SYNERRCD_DSS_LESS_THAN_6 = 0x01; // Syntax Error Code. DSS header length does not match the number of // bytes of data found. static int SYNERRCD_DSS_LENGTH_BYTE_NUMBER_MISMATCH = 0x02; // Syntax Error Code. DSS header C-byte not D0. static int SYNERRCD_CBYTE_NOT_D0 = 0x03; // Syntax Error Code. DSS header f-bytes either not recognized or not supported. static int SYNERRCD_FBYTE_NOT_SUPPORTED = 0x04; // Syntax Error Code. Object length less than four. static int SYNERRCD_OBJ_LEN_LESS_THAN_4 = 0x07; // Syntax Error Code. Object length not allowed. static int SYNERRCD_OBJ_LEN_NOT_ALLOWED = 0x0B; // Syntax Error Code. Required object not found. static int SYNERRCD_REQ_OBJ_NOT_FOUND = 0x0E; // Syntax Error Code. Duplicate object present. static int SYNERRCD_DUP_OBJ_PRESENT = 0x12; // Syntax Error Code. Invalid request correlator specified. static int SYNERRCD_INVALID_CORRELATOR = 0x13; // Syntax Error Code. Incorrect large object extended length field. static int SYNERRCD_INCORRECT_EXTENDED_LEN = 0x0C; // Syntax Error Code. DSS continuation less than or equal to two. static int SYNERRCD_DSS_CONT_LESS_OR_EQUAL_2 = 0x16; // Syntax Error Code. DSS chaining bit not b'1', but DSSFMT bit3 set to b'1'. static int SYNERRCD_CHAIN_OFF_SAME_NEXT_CORRELATOR = 0x18; // Syntax Error Code. DSS chaining bit not b'1', but error continuation requested. static int SYNERRCD_CHAIN_OFF_ERROR_CONTINUE = 0x1A; // Conversational Protocol Error Code. OBJDSS sent when not allowed. static int PRCCNVCD_OBJDSS_SENT_NOT_ALLOWED = 0x03; // Information Only Severity Code. static int SVRCOD_INFO = 0; // Warning Severity Code. static int SVRCOD_WARNING = 4; // Error Severity Code. static int SVRCOD_ERROR = 8; // Severe Error Severity Code. static int SVRCOD_SEVERE = 16; // Access Damage Severity Code. static int SVRCOD_ACCDMG = 32; // Permanent Damage Severity Code. static int SVRCOD_PRMDMG = 64; // Session Damage Severity Code. static int SVRCOD_SESDMG = 128; //--------------------------XA code points--------------------------- // SYNC Point Control Reply public static final int SYNCCRD = 0x1248; // XA Return Value public static final int XARETVAL = 0x1904; // new unit of work for XA public static final int SYNCTYPE_NEW_UOW = 0x09; // End unit of work (Sync type). public static final int SYNCTYPE_END_UOW = 0x0B; // Prepare to commit (Sync type). public static final int SYNCTYPE_PREPARE = 0x01; // migrate to resync server sync type public static final int SYNCTYPE_MIGRATE = 0x02; // commit sync type public static final int SYNCTYPE_COMMITTED = 0x03; // request to forget sync type public static final int SYNCTYPE_REQ_FORGET = 0x06; //rollback sync type public static final int SYNCTYPE_ROLLBACK = 0x04; // migrated unit of work sync type public static final int SYNCTYPE_MIGRATED = 0x0A; //recover sync type public static final int SYNCTYPE_INDOUBT = 0x0C; // Length Codepoint public static final int LLCP = 0x0004; // SYNC Type Codepoint public static final int SYNCTYPE = 0x1187; // XId Codepoint public static final int XID = 0x1801; // XA Flag Codepoint public static final int XAFLAGS = 0x1903; // Resync Types public static final int RSYNC_FORGET = 0x02; // UOW States public static final int RESET_STATE = 0x01; public static final int UNKNOWN_STATE = 0x3; public static final int INDOUBT_STATE = 0x04; public static final int COLD_STATE = 0x05; // XA Flags public static final int TMNOFLAGS = 0x00000000; public static final int TMLOCAL = 0x10000000; // Prepared and hueristic complete list static final int PRPHRCLST = 0x1905; // XID count static final int XIDCNT = 0x1906; // hide the default constructor private CodePoint() { }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -