Interface ProviderInfo
- All Superinterfaces:
Externalizable, Formatable, Serializable, TypedFormat
- All Known Implementing Classes:
BasicProviderInfo
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
Modifier and TypeMethodDescriptionGet the DependableFinder.Get the object idGet the provider's name.Methods inherited from interface Externalizable
readExternal, writeExternalMethods inherited from interface TypedFormat
getTypeFormatId
-
Method Details
-
getDependableFinder
DependableFinder getDependableFinder()Get the DependableFinder. -
getObjectId
UUID getObjectId()Get the object id -
getProviderName
String getProviderName()Get the provider's name.
-