|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRelQueryTableManage
Provides access to members that manage the query tables.
The IRelQueryTableManage interface provides a method called VersionChanged. This method is called internally when the database version is changed. It allows a RelQueryTable to update the internal workspaces of the underlying data sources.
Method Summary | |
---|---|
void |
versionChanged(IVersion selectedWorkspace,
IVersion targetVersion,
IEnumTableVersionChanges tablesRequiringMapEventFiring)
Updates all children tables to use new version of the workspace. |
Method Detail |
---|
void versionChanged(IVersion selectedWorkspace, IVersion targetVersion, IEnumTableVersionChanges tablesRequiringMapEventFiring) throws IOException, AutomationException
selectedWorkspace
- A reference to a com.esri.arcgis.geodatabase.IVersion (in)targetVersion
- A reference to a com.esri.arcgis.geodatabase.IVersion (in)tablesRequiringMapEventFiring
- A reference to a com.esri.arcgis.geodatabase.IEnumTableVersionChanges (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |