public class ProductLevel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
databaseProductName_ |
java.lang.String |
databaseProductVersion_ |
int |
modificationLevel_ |
int |
releaseLevel_ |
int |
versionLevel_ |
Constructor and Description |
---|
ProductLevel(java.lang.String productID,
java.lang.String databaseProductName,
java.lang.String srvrlslv) |
Modifier and Type | Method and Description |
---|---|
boolean |
greaterThanOrEqualTo(int versionLevel,
int releaseLevel,
int modificationLevel) |
boolean |
lessThan(int versionLevel,
int releaseLevel,
int modificationLevel) |
public java.lang.String databaseProductName_
public int versionLevel_
public int releaseLevel_
public int modificationLevel_
public java.lang.String databaseProductVersion_
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.