| Package | Description | 
|---|---|
| oracle.javatools.db.datatypes | 
 Classes related to datatypes in the database API. 
 | 
| oracle.javatools.db.plsql | 
 Utility classes for working with (for example parsing) PL/SQL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PlSqlReference | 
DataTypeHelper.getDataTypeRefForString(DBObjectProvider provider,
                       Schema defaultSchema,
                       java.lang.String usageString)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
DataTypeHelper.getTypeStringFromRef(PlSqlReference ref,
                    Schema defaultSchema)
Deprecated. 
 
 | 
static java.lang.String | 
DataTypeHelper.getTypeStringFromRef(PlSqlReference ref,
                    Schema defaultSchema,
                    DBObjectProvider pro)
Return a fully qualified String representation of the type with the
 given ID, omitting the schema name if it is the same as the default
 schema 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlSqlReference | 
PlSqlDatatype.findBaseTypeReference()
Finds the PlSqlReference from the parent PlSqlBlock that represents the
 base type of this datatype. 
 | 
PlSqlReference | 
PlSqlDatatype.findBaseTypeReference()
Finds the PlSqlReference from the parent PlSqlBlock that represents the
 base type of this datatype. 
 | 
PlSqlReference | 
PlSqlDatum.getDataTypeReference()
Get method for the DataTypeReference property 
 | 
PlSqlReference | 
PlSqlDatum.getDataTypeReference()
Get method for the DataTypeReference property 
 | 
PlSqlReference | 
Type.getOfTypeUsageReference()
Get method for the OfTypeUsageReference property 
 | 
PlSqlReference | 
Type.getOfTypeUsageReference()
Get method for the OfTypeUsageReference property 
 | 
PlSqlReference[] | 
PlSqlCodeFragment.getPropertyReferences()
Get method for Property References. 
 | 
PlSqlReference[] | 
PlSqlCodeFragment.getPropertyReferences()
Get method for Property References. 
 | 
PlSqlReference[] | 
PlSqlCodeFragment.getReferences()
Get method for the References property. 
 | 
PlSqlReference[] | 
PlSqlSourceObject.getReferences()
Get any child  
PlSqlReferences. | 
PlSqlReference[] | 
PlSqlCodeFragment.getReferences()
Get method for the References property. 
 | 
PlSqlReference[] | 
PlSqlSourceObject.getReferences()
Get any child  
PlSqlReferences. | 
PlSqlReference | 
Function.getReturnTypeReference()  | 
PlSqlReference | 
PlSqlSubProgram.getReturnTypeReference()
Get method for the ReturnTypeReference property 
 | 
PlSqlReference | 
PlSqlSubProgram.getReturnTypeReference()
Get method for the ReturnTypeReference property 
 | 
PlSqlReference | 
Function.getReturnTypeReference()  | 
PlSqlReference | 
Type.getUnderTypeReference()
Get method for the UnderTypeReference property 
 | 
PlSqlReference | 
Type.getUnderTypeReference()
Get method for the UnderTypeReference property 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlSqlCodeFragment.addPropertyReference(PlSqlReference reference)
Adds the given PlSqlReference to the Property References property array 
 | 
void | 
PlSqlCodeFragment.addPropertyReference(PlSqlReference reference)
Adds the given PlSqlReference to the Property References property array 
 | 
void | 
PlSqlCodeFragment.addReference(PlSqlReference reference)
Adds the given PlSqlReference to the References property array 
 | 
void | 
PlSqlCodeFragment.addReference(PlSqlReference reference)
Adds the given PlSqlReference to the References property array 
 | 
void | 
PlSqlDatum.setDataTypeReference(PlSqlReference dataTypeRef)
Set method for the DataTypeReference property 
 | 
void | 
PlSqlDatum.setDataTypeReference(PlSqlReference dataTypeRef)
Set method for the DataTypeReference property 
 | 
void | 
Type.setOfTypeUsageReference(PlSqlReference ofTypeUsageRef)
Set method for the OfTypeUsageReference property 
 | 
void | 
Type.setOfTypeUsageReference(PlSqlReference ofTypeUsageRef)
Set method for the OfTypeUsageReference property 
 | 
void | 
PlSqlCodeFragment.setPropertyReferences(PlSqlReference[] refs)
Set method for Property References. 
 | 
void | 
PlSqlCodeFragment.setPropertyReferences(PlSqlReference[] refs)
Set method for Property References. 
 | 
void | 
PlSqlCodeFragment.setReferences(PlSqlReference[] refs)
Set method for the References property. 
 | 
void | 
PlSqlCodeFragment.setReferences(PlSqlReference[] refs)
Set method for the References property. 
 | 
void | 
PlSqlSubProgram.setReturnTypeReference(PlSqlReference returnTypeRef)
Set method for the ReturnTypeReference property 
 | 
void | 
PlSqlSubProgram.setReturnTypeReference(PlSqlReference returnTypeRef)
Set method for the ReturnTypeReference property 
 | 
void | 
Type.setUnderTypeReference(PlSqlReference underTypeRef)
Set method for the UnderTypeReference property 
 | 
void | 
Type.setUnderTypeReference(PlSqlReference underTypeRef)
Set method for the UnderTypeReference property 
 |