23 lines
933 B
Java
23 lines
933 B
Java
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;
|
|
}
|