| Package | Description | 
|---|---|
| oracle.javatools.db | 
 Contains a metadata API for describing database objects, and retrieving them
from a provider of database objects - for example a database. 
 | 
| 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 | 
|---|---|
void | 
DatabaseRegistry.registerDatabases(java.lang.String type,
                 java.lang.String databaseCreatorClassName,
                 java.lang.ClassLoader classLoader,
                 ConnectionMatcher matcher,
                 DatabaseRegistry.DatabaseVersion... infos)
Registers the given connection creator with its classloader and all the
 database versions that it supports. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ConnectionMatcher | 
ConnectionMatcher.matchAll(boolean and,
        ConnectionMatcher... matchers)
Creates a matchers to matches all, or one of, of the given matchers. 
 | 
static ConnectionMatcher | 
ConnectionMatcher.matchDatabaseProductName(java.lang.String regex)
Creates a matcher that compares the database metadata product name
 against the given regex. 
 | 
static ConnectionMatcher | 
ConnectionMatcher.matchDatabaseProductVersion(java.lang.String regex)
Creates a matcher that compares the database metadata product version
 against the given regex. 
 | 
static ConnectionMatcher | 
ConnectionMatcher.matchDriverName(java.lang.String regex)
Creates a matchers that compares the JDBC driver name for the
 given connection. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ConnectionMatcher | 
ConnectionMatcher.matchAll(boolean and,
        ConnectionMatcher... matchers)
Creates a matchers to matches all, or one of, of the given matchers. 
 |