|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependableFinder
A DependableFinder is an object that can find an in-memory Dependable, given the Dependable's ID.
The DependableFinder is able to write itself to disk and, once read back into memory, locate the in-memory Dependable that it represents.
DependableFinder objects are stored in SYS.SYSDEPENDS to record dependencies between database objects.
Method Summary | |
---|---|
Dependable |
getDependable(DataDictionary dd,
UUID dependableObjectID)
Get the in-memory object associated with the passed-in object ID. |
java.lang.String |
getSQLObjectType()
The name of the class of Dependables as a "SQL Object" which this Finder can find. |
Method Detail |
---|
Dependable getDependable(DataDictionary dd, UUID dependableObjectID) throws StandardException
dd
- DataDictionary to use for lookup.dependableObjectID
- the ID of a Dependable. Used to locate that Dependable.
StandardException
- thrown if the object cannot be found or on error ojava.lang.String getSQLObjectType()
Dependable
|
Built on Thu 2010-12-23 20:49:13+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |