Class H2Util.H2VersionInfo
java.lang.Object
com.github.hypfvieh.db.H2Util.H2VersionInfo
- All Implemented Interfaces:
Comparable<H2Util.H2VersionInfo>
- Enclosing class:
H2Util
Encapsulates version information of H2 database file.
- Since:
- 1.2.1 - 2024-03-21
- Author:
- hypfvieh
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
H2VersionInfo
-
-
Method Details
-
getBuild
public int getBuild() -
getFormat
public int getFormat() -
toString
-
hashCode
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<H2Util.H2VersionInfo>
-