Package | Description |
---|---|
com.gpudb |
Modifier and Type | Method and Description |
---|---|
GPUdbBase.GPUdbVersion |
GPUdbBase.getServerVersion()
Gets the version of the database server that this client is connected
to.
|
Modifier and Type | Method and Description |
---|---|
int |
GPUdbBase.GPUdbVersion.compareTo(GPUdbBase.GPUdbVersion otherVersion)
Compare this version to the given version.
|
boolean |
GPUdbBase.GPUdbVersion.isEqualTo(GPUdbBase.GPUdbVersion otherVersion)
Determine whether this version is equal to the given version.
|
boolean |
GPUdbBase.GPUdbVersion.isNewerThan(GPUdbBase.GPUdbVersion otherVersion)
Determine whether this version is newer than the given version
(not equal to).
|
boolean |
GPUdbBase.GPUdbVersion.isOlderThan(GPUdbBase.GPUdbVersion otherVersion)
Determine whether this version is older than the given version
(not equal to).
|
Copyright © 2025. All rights reserved.