com.esri.arcgis.geodatabase
Interface IDEGdbTable2

All Superinterfaces:
IDEGdbTable, IDETable, Serializable
All Known Implementing Classes:
DEFeatureClass, DERelationshipClass, DETable

public interface IDEGdbTable2
extends IDEGdbTable, Serializable

Provides access to members that return information about geodatabase table data element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getVersionedViewName()
          The name of the associate versioned view, if any.
 void setVersionedViewName(String versionedViewName)
          The name of the associate versioned view, if any.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDEGdbTable
getAliasName, getCLSID, getControllerMemberships, getDefaultSubtypeCode, getEXTCLSID, getExtensionProperties, getGlobalIDFieldName, getModelName, getRasterFieldName, getRelationshipClassNames, getSubtypeFieldName, getSubtypes, isHasGlobalID, setAliasName, setCLSID, setControllerMembershipsByRef, setDefaultSubtypeCode, setEXTCLSID, setExtensionPropertiesByRef, setGlobalIDFieldName, setHasGlobalID, setModelName, setRasterFieldName, setRelationshipClassNamesByRef, setSubtypeFieldName, setSubtypesByRef
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDETable
getFields, getIndexes, getOIDFieldName, isHasOID, setFieldsByRef, setHasOID, setIndexesByRef, setOIDFieldName
 

Method Detail

getVersionedViewName

String getVersionedViewName()
                            throws IOException,
                                   AutomationException
The name of the associate versioned view, if any.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The versionedViewName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVersionedViewName

void setVersionedViewName(String versionedViewName)
                          throws IOException,
                                 AutomationException
The name of the associate versioned view, if any.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
versionedViewName - The versionedViewName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.