| java.lang.Object org.apache.derby.impl.sql.depend.BasicDependency
BasicDependency | class BasicDependency implements Dependency(Code) | | A dependency represents a reliance of the dependent on
the provider for some information the dependent contains
or uses. In Language, the usual case is a prepared statement
using information about a schema object in its executable form.
It needs to be notified if the schema object changes, so that
it can recompile against the new information.
|
getDependent | public Dependent getDependent()(Code) | | return the dependent for this dependency.
the dependent for this dependency |
getProvider | public Provider getProvider()(Code) | | return the provider for this dependency.
the provider for this dependency |
getProviderKey | public UUID getProviderKey()(Code) | | return the provider's key for this dependency.
the provider' key for this dependency |
|
|