Package ru.yandex.clickhouse.util
Class ClickHouseVersionNumberUtil
- java.lang.Object
-
- ru.yandex.clickhouse.util.ClickHouseVersionNumberUtil
-
@Deprecated public final class ClickHouseVersionNumberUtil extends Object
Deprecated.As of release 0.3.2, replaced byClickHouseVersionand it will be removed in 0.4.0Very simple version number parser. It is only needed for ClickHouse driver and database version numbers
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static intcompare(String currentVersion, String targetVersion)Deprecated.static intgetMajorVersion(String versionNumber)Deprecated.static intgetMinorVersion(String versionNumber)Deprecated.
-