link start!
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
package oracle.jdbc.ttc7;
|
||||
|
||||
interface FunCodes {
|
||||
public static final byte O3LOGA = (byte) 82;
|
||||
public static final byte O3LOGON = (byte) 81;
|
||||
public static final byte OALL7 = (byte) 71;
|
||||
public static final byte OCANCEL = (byte) 20;
|
||||
public static final byte OCLOSE = (byte) 8;
|
||||
public static final byte OCOMMIT = (byte) 14;
|
||||
public static final byte OCOMOFF = (byte) 13;
|
||||
public static final byte OCOMON = (byte) 12;
|
||||
public static final byte ODNY = (byte) 98;
|
||||
public static final byte ODSCRARR = (byte) 43;
|
||||
public static final byte OEXEC = (byte) 4;
|
||||
public static final byte OKOD = (byte) 92;
|
||||
public static final byte OLOBOPS = (byte) 96;
|
||||
public static final byte OLOGOFF = (byte) 9;
|
||||
public static final byte OOPEN = (byte) 2;
|
||||
public static final byte OROLLBACK = (byte) 15;
|
||||
public static final byte OSQL7 = (byte) 74;
|
||||
public static final byte OVERSION = (byte) 59;
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
package oracle.jdbc.ttc7;
|
||||
|
||||
public interface TTCcodes {
|
||||
public static final boolean DEBUG2_TTIdty = false;
|
||||
public static final boolean DEBUG_O3log = false;
|
||||
public static final boolean DEBUG_Oall7 = false;
|
||||
public static final boolean DEBUG_Oclose = false;
|
||||
public static final boolean DEBUG_Ocommoncall = false;
|
||||
public static final boolean DEBUG_Odscrarr = false;
|
||||
public static final boolean DEBUG_Oopen = false;
|
||||
public static final boolean DEBUG_Oversion = false;
|
||||
public static final boolean DEBUG_TTILob = false;
|
||||
public static final boolean DEBUG_TTIdty = false;
|
||||
public static final boolean DEBUG_TTIiov = false;
|
||||
public static final boolean DEBUG_TTIoer = false;
|
||||
public static final boolean DEBUG_TTIrxd = false;
|
||||
public static final boolean DEBUG_TTIuds = false;
|
||||
public static final boolean DEBUG_v8Odscrarr = false;
|
||||
public static final boolean DEBUG_v8TTIuds = false;
|
||||
public static final byte OERwANY = (byte) 1;
|
||||
public static final byte OERwCPER = (byte) 32;
|
||||
public static final byte OERwITCE = (byte) 8;
|
||||
public static final byte OERwLICM = (byte) 2;
|
||||
public static final byte OERwNVIC = (byte) 4;
|
||||
public static final byte OERwPLEX = (byte) 64;
|
||||
public static final byte OERwTRUN = (byte) 2;
|
||||
public static final byte OERwUDnW = (byte) 16;
|
||||
public static final byte TTIDTY = (byte) 2;
|
||||
public static final byte TTIFUN = (byte) 3;
|
||||
public static final byte TTIIOV = (byte) 11;
|
||||
public static final byte TTILOBD = (byte) 14;
|
||||
public static final byte TTINTY = (byte) 1;
|
||||
public static final byte TTIOAC = (byte) 13;
|
||||
public static final byte TTIOER = (byte) 4;
|
||||
public static final byte TTIPRO = (byte) 1;
|
||||
public static final byte TTIRPA = (byte) 8;
|
||||
public static final byte TTIRXD = (byte) 7;
|
||||
public static final byte TTIRXH = (byte) 6;
|
||||
public static final byte TTISTA = (byte) 9;
|
||||
public static final byte TTIUDS = (byte) 12;
|
||||
public static final byte TTIWRN = (byte) 15;
|
||||
}
|
||||
Reference in New Issue
Block a user