Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.sql.depend.Dependent

Uses of Dependent in org.apache.derby.iapi.sql.depend
 

Methods in org.apache.derby.iapi.sql.depend that return Dependent
 Dependent Dependency.getDependent()
          return the dependent for this dependency.
 

Methods in org.apache.derby.iapi.sql.depend with parameters of type Dependent
 void DependencyManager.addDependency(Dependent d, Provider p, org.apache.derby.iapi.services.context.ContextManager cm)
          adds a dependency from the dependent on the provider.
 void DependencyManager.clearDependencies(org.apache.derby.iapi.sql.conn.LanguageConnectionContext lcc, Dependent d)
          Erases all of the dependencies the dependent has, be they valid or invalid, of any dependency type.
 ProviderInfo[] DependencyManager.getPersistentProviderInfos(Dependent dependent)
          Get a new array of ProviderInfos representing all the persistent providers for the given dependent.
 void DependencyManager.copyDependencies(Dependent copy_From, Dependent copyTo, boolean persistentOnly, org.apache.derby.iapi.services.context.ContextManager cm)
          Copy dependencies from one dependent to another.