|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComplexType | |
|---|---|
| oracle.javatools.db.datatypes | Classes related to datatypes in the database API. |
| oracle.jdeveloper.offlinedb.model | Classes that define an offline database's settings and properties. |
| Uses of ComplexType in oracle.javatools.db.datatypes |
|---|
| Subclasses of ComplexType in oracle.javatools.db.datatypes | |
|---|---|
class |
ObjectType
Deprecated. |
| Methods in oracle.javatools.db.datatypes that return ComplexType | |
|---|---|
ComplexType |
DataTypeRegistry.findComplexType(java.lang.String name,
java.lang.String schemaName,
java.lang.Class provider)
Returns a ComplexType with given name from a schema registered against the given provider class. |
ComplexType[] |
DataTypeRegistry.listComplexTypes(java.lang.String schemaName,
java.lang.Class provider)
Returns all the ComplexTypes registered under the given schema name for the registered provider Class and its superclasses. |
| Methods in oracle.javatools.db.datatypes with parameters of type ComplexType | |
|---|---|
void |
DataTypeRegistry.registerComplexType(ComplexType type,
java.lang.Class provider)
Register a complex type against a given schema. |
| Constructors in oracle.javatools.db.datatypes with parameters of type ComplexType | |
|---|---|
ObjectTypeUsage(ComplexType dataType)
|
|
| Uses of ComplexType in oracle.jdeveloper.offlinedb.model |
|---|
| Methods in oracle.jdeveloper.offlinedb.model that return ComplexType | |
|---|---|
ComplexType |
DataTypeSettings.findBuiltInComplexType(java.lang.String name,
java.lang.String schemaName)
Not final API - do not use yet. |
ComplexType[] |
DataTypeSettings.listComplexTypes(java.lang.String schemaName)
Not final API - do not use yet. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||