Uses of Class
com.gpudb.GPUdbBase.GPUdbVersion
-
Packages that use GPUdbBase.GPUdbVersion Package Description com.gpudb -
-
Uses of GPUdbBase.GPUdbVersion in com.gpudb
Methods in com.gpudb that return GPUdbBase.GPUdbVersion Modifier and Type Method Description GPUdbBase.GPUdbVersionGPUdbBase. getServerVersion()Gets the version of the database server that this client is connected to.Methods in com.gpudb with parameters of type GPUdbBase.GPUdbVersion Modifier and Type Method Description intGPUdbBase.GPUdbVersion. compareTo(GPUdbBase.GPUdbVersion otherVersion)Compare this version to the given version.booleanGPUdbBase.GPUdbVersion. isEqualTo(GPUdbBase.GPUdbVersion otherVersion)Determine whether this version is equal to the given version.booleanGPUdbBase.GPUdbVersion. isNewerThan(GPUdbBase.GPUdbVersion otherVersion)Determine whether this version is newer than the given version (not equal to).booleanGPUdbBase.GPUdbVersion. isOlderThan(GPUdbBase.GPUdbVersion otherVersion)Determine whether this version is older than the given version (not equal to).
-