Package com.kuzudb
Class Version
java.lang.Object
com.kuzudb.Version
Version is a class to get the version of the Kùzu.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
Get the storage version of the Kùzu.static String
Get the version of the Kùzu.
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getVersion
Get the version of the Kùzu.- Returns:
- The version of the Kùzu.
-
getStorageVersion
public static long getStorageVersion()Get the storage version of the Kùzu.- Returns:
- The storage version of the Kùzu.
-