Uses of Enum Class
org.postgresql.core.JavaVersion
Packages that use JavaVersion
-
Uses of JavaVersion in org.postgresql.core
Methods in org.postgresql.core that return JavaVersionModifier and TypeMethodDescriptionstatic JavaVersion
Java version string like in"java.version"
property.static JavaVersion
JavaVersion.getRuntimeVersion()
Returns enum value that represents current runtime.static JavaVersion
Returns 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.