|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ depend overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.sql.depend
Interface ProviderInfo

- 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.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ depend overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC