Package net.postgis.jdbc
Class Version
java.lang.Object
net.postgis.jdbc.Version
Corresponds to the appropriate PostGIS that carried this source
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFull version for human reading - code should use the constants abovestatic final intThe major versionstatic final StringThe micro version, usually a number including possibly textual suffixes like RC3.static final intThe minor versionstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERSION
-
MAJOR
public static final int MAJORThe major version -
MINOR
public static final int MINORThe minor version -
MICRO
The micro version, usually a number including possibly textual suffixes like RC3. -
FULL
Full version for human reading - code should use the constants above
-
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getFullVersion
-