| Package | Description | 
|---|---|
| oracle.javatools.db.extension | 
 Contains classes for extending the object support that comes as standard in the database api (e.g. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DatabaseMatcher.Comparison | 
DatabaseMatcher.Comparison.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DatabaseMatcher.Comparison[] | 
DatabaseMatcher.Comparison.values()
Returns an array containing the constants of this enum type, in the order they are declared. 
 | 
| Constructor and Description | 
|---|
DatabaseMatcher(java.lang.String dbType, int version, DatabaseMatcher.Comparison comparison)
Matches database of the given database type, by comparing the version number using the given comparison type. 
 |