Documentation of 'org.apache.derby.iapi.sql.depend.ProviderInfo' Java class
ProviderInfo
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 Detail

      • getDependableFinder

        DependableFinder getDependableFinder()
        Get the DependableFinder.
      • getObjectId

        UUID getObjectId()
        Get the object id
      • getProviderName

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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.