Package | Description |
---|---|
oracle.javatools.db.datatypes |
Classes related to datatypes in the database API.
|
oracle.javatools.db.plsql |
Classes for dealing with PL/SQL objects.
|
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 |
PlSqlDatum.getDataTypeReference()
Get method for the DataTypeReference property
|
PlSqlReference |
Type.getOfTypeUsageReference()
Get method for the OfTypeUsageReference property
|
PlSqlReference[] |
PlSqlSchemaObject.getReferences() |
PlSqlReference[] |
PlSqlBlock.getReferences()
Get method for the References property
|
PlSqlReference[] |
PlSqlSourceObject.getReferences() |
PlSqlReference[] |
Procedure.getReferences() |
PlSqlReference |
Function.getReturnTypeReference() |
PlSqlReference |
PlSqlSubProgram.getReturnTypeReference()
Get method for the ReturnTypeReference property
|
PlSqlReference |
Type.getUnderTypeReference()
Get method for the UnderTypeReference property
|
Modifier and Type | Method and Description |
---|---|
void |
PlSqlBlock.addReference(PlSqlReference reference)
Adds the given PlSqlReference to the References property array
|
void |
PlSqlDatum.setDataTypeReference(PlSqlReference dataTypeRef)
Set method for the DataTypeReference property
|
void |
Type.setOfTypeUsageReference(PlSqlReference ofTypeUsageRef)
Set method for the OfTypeUsageReference property
|
void |
PlSqlBlock.setReferences(PlSqlReference[] refs)
Set method for the References property
|
void |
PlSqlSubProgram.setReturnTypeReference(PlSqlReference returnTypeRef)
Set method for the ReturnTypeReference property
|
void |
Type.setUnderTypeReference(PlSqlReference underTypeRef)
Set method for the UnderTypeReference property
|