org.apache.derby.iapi.sql.depend
Interface ProviderInfo

All Superinterfaces:
java.io.Externalizable, Formatable, java.io.Serializable, TypedFormat
All Known Implementing Classes:
BasicProviderInfo

public interface ProviderInfo
extends 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
 DependableFinder getDependableFinder()
          Get the DependableFinder.
 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 DependableFinder getDependableFinder()
Get the DependableFinder.


getObjectId

public UUID getObjectId()
Get the object id


getProviderName

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


Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.