| Package | Description | 
|---|---|
| oracle.javatools.db.property | 
 Classes for dealing with properties in the database API. 
 | 
| oracle.jdeveloper.offlinedb.userprops | 
 Extension to the Offline Database that allows the association of a library of
user properties to be associated with an offline database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.lang.Object | 
PropertyInitializer.getPropertyInitialValue(DBObject obj,
                       java.lang.String propertyName)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
UserPropertyInitializer.getPropertyInitialValue(DBObject obj,
                       java.lang.String propertyName)  | 
protected abstract java.lang.String | 
UserPropertyInitializer.getUserPropertyDefault(DBObject obj,
                      java.lang.String userPropertyName)
Concrete subclasses should return the default value of the user property
 with the given name for the given DBObject or throw a
 PropertyInitializer.InitializationVeto exception. 
 |