|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MondrianServer.MondrianVersion
Description of the version of the server.
Method Summary | |
---|---|
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". |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |