@Deprecated public interface DBReferenceID extends DBObjectID
UNSPECIFIED_TYPE
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Deprecated.
Get the name that was last known for the referenced object
|
DBObjectID |
getNewID()
Deprecated.
This ID is used to reference an object in the database.
|
java.lang.String |
getSchemaName()
Deprecated.
Get the name of the Schema that was last known for the referenced object
|
java.lang.String |
getSubType()
Deprecated.
Retrieves the sub-type of object referenced by this id.
|
DBObject |
resolveID()
Deprecated.
This ID is used to reference an object in the database.
|
DBObject |
resolveReference(Database db)
|
equals, getParent, getType
@Deprecated DBObject resolveReference(Database db) throws DBException
DBUtil.resolveInOtherProvider(oracle.javatools.db.BaseObjectID, oracle.javatools.db.DBObjectProvider)
DBException
DBObject resolveID() throws DBException
resolveID
in interface DBObjectID
DBException
getNewID()
DBObjectID getNewID()
resolveID()
java.lang.String getName()
java.lang.String getSubType()
java.lang.String getSchemaName()