Uses of Enum
org.postgresql.core.JavaVersion
Packages that use JavaVersion
-
Uses of JavaVersion in org.postgresql.core
Fields in org.postgresql.core declared as JavaVersionMethods 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 type with the specified name.static JavaVersion[]
JavaVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.