Uses of Enum Class
org.postgresql.core.JavaVersion
Packages that use JavaVersion
-
Uses of JavaVersion in org.postgresql.core
Subclasses with type arguments of type JavaVersion in org.postgresql.coreFields in org.postgresql.core declared as JavaVersionMethods in org.postgresql.core that return JavaVersionModifier and TypeMethodDescriptionstatic JavaVersionJava version string like in"java.version"property.static JavaVersionJavaVersion.getRuntimeVersion()Returns enum value that represents current runtime.static JavaVersionReturns the enum constant of this class with the specified name.static JavaVersion[]JavaVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.