public static interface MondrianServer.MondrianVersion
Modifier and Type | Method and Description |
---|---|
int |
getMajorVersion()
Returns the major part of the version number.
|
int |
getMinorVersion()
Returns the minor part of the version number.
|
String |
getProductName()
Retrieves the name of this database product.
|
String |
getVersionString()
Returns the version string, for example "2.3.0".
|
String getVersionString()
DatabaseMetaData.getDatabaseProductVersion()
int getMajorVersion()
For example, if the full version string is "2.3.0", the major version is 2.
DatabaseMetaData.getDatabaseMajorVersion()
int getMinorVersion()
For example, if the full version string is "2.3.0", the minor version is 3.
DatabaseMetaData.getDatabaseProductVersion()
String getProductName()
DatabaseMetaData.getDatabaseProductName()
Copyright © 2018 Hitachi Vantara. All rights reserved.