| Package | Description |
|---|---|
| oracle.javatools.db.datatypes |
Classes related to datatypes in the database API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectType
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataTypeRegistry.registerComplexType(ComplexType type, java.lang.Class provider)
Deprecated.
use registerComplexType( Type type, Class provider )
|
| Constructor and Description |
|---|
ObjectTypeUsage(ComplexType dataType)
Deprecated.
|