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

Quick Search    Search Deep

org.apache.derby.iapi.sql.depend
Interface ProviderInfo  view ProviderInfo download ProviderInfo.java

All Superinterfaces:
java.io.Externalizable, org.apache.derby.iapi.services.io.Formatable, java.io.Serializable, org.apache.derby.iapi.services.io.TypedFormat

public interface ProviderInfo
extends org.apache.derby.iapi.services.io.Formatable

A ProviderInfo associates a DependableFinder with a UUID that stands for a database object. For example, the tables used by a view have DependableFinders associated with them, and a ProviderInfo associates the tables' UUIDs with their DependableFinders.


Method Summary
 org.apache.derby.catalog.DependableFinder getDependableFinder()
          Get the DependableFinder.
 org.apache.derby.catalog.UUID getObjectId()
          Get the object id
 java.lang.String getProviderName()
          Get the provider's name.
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 
Methods inherited from interface org.apache.derby.iapi.services.io.TypedFormat
getTypeFormatId
 

Method Detail

getDependableFinder

public org.apache.derby.catalog.DependableFinder getDependableFinder()
Get the DependableFinder.


getObjectId

public org.apache.derby.catalog.UUID getObjectId()
Get the object id


getProviderName

public java.lang.String getProviderName()
Get the provider's name.