public class DBObjectDeclaration extends IdDeclaration
DBObjectDeclarationFactory as its declaration id.
 
 It can be thought of as a wrapper around a DBObject which implements the
 Declaration interface.
 
 DBObjectDeclaration objects are constructed by using the
 DBObjectDeclarationFactory.
id| Modifier and Type | Method and Description | 
|---|---|
BaseObjectID | 
getObjectID()
Returns an ID (in the oracle.javatools.db sense) for the DBObject that is
 represented by this object. 
 | 
java.net.URL | 
getURL()
Get the URL containing this declaration, if there is one. 
 | 
boolean | 
hasLocalScope()
Tests whether this declaration has a local scope. 
 | 
void | 
show()
Show this declaration to the user. 
 | 
canDelete, delete, equals, findDeclaration, getDeclarationId, hashCodepublic java.net.URL getURL()
Declarationpublic void show()
Declarationpublic BaseObjectID getObjectID()
public boolean hasLocalScope()