| java.lang.Object org.apache.derby.iapi.services.info.JVMInfo
JVMInfo | abstract public class JVMInfo (Code) | | What's the current JDK runtime environment.
|
Method Summary | |
public static String | derbyVMLevel() Return Derby's understanding of the virtual machine's environment. |
J2ME | final public static boolean J2ME(Code) | | |
J2SE_13 | final public static int J2SE_13(Code) | | |
J2SE_14 | final public static int J2SE_14(Code) | | |
J2SE_142 | final public static int J2SE_142(Code) | | |
J2SE_15 | final public static int J2SE_15(Code) | | |
J2SE_16 | final public static int J2SE_16(Code) | | |
JAVA_SQL_TYPES_BOOLEAN | final public static int JAVA_SQL_TYPES_BOOLEAN(Code) | | JDBC Boolean type - Types.BIT in JDK1.1 & 1.2 & 1.3, Types.BOOLEAN in JDK1.4
|
JDK_ID | final public static int JDK_ID(Code) | | The JVM's runtime environment.
- 1 - not used was JDK 1.1
- 2 - J2SE_13- JDK 1.2, 1.3
- 4 - J2SE_14 - JDK 1.4.0 or 1.4.1
- 5 - J2SE_142 - JDK 1.4.2
- 6 - J2SE_15 - JDK 1.5
|
derbyVMLevel | public static String derbyVMLevel()(Code) | | Return Derby's understanding of the virtual machine's environment.
|
|
|