public final class DatabasePlatformInfo extends Object
The name of the database platform should be considered as case insensitive.
Constructor and Description |
---|
DatabasePlatformInfo(String name,
int majorVersion)
Creates database platform information.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
int |
getMajorVersion()
Gets the major version of the database.
|
String |
getName()
Gets the name of the database.
|
int |
hashCode() |
String |
toString() |
public DatabasePlatformInfo(String name, int majorVersion)
name
- the name of the database.majorVersion
- the major version of the database.public int getMajorVersion()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.