public interface DependableFinder
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.
Modifier and Type | Method and Description |
---|---|
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.
|
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
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.