com.esri.arcgis.geodatabase
Interface IRelQueryTable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRelQueryTableProxy, RelQueryTable

public interface IRelQueryTable
extends java.io.Serializable

COM Interface 'IRelQueryTable'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that define the Tables and the RelationshipClass used in a join.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe9075692_7072_11d3_a11e_0000f8775bf9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITable getDestinationTable()
          The fields that appear on the right side of the join belong to the destination table.
 IRelationshipClass getRelationshipClass()
          Relationship class used in the table join.
 ITable getSourceTable()
          The fields that appear on the left side of the join belong to the source table.
 

Field Detail

IIDe9075692_7072_11d3_a11e_0000f8775bf9

static final int IIDe9075692_7072_11d3_a11e_0000f8775bf9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSourceTable

ITable getSourceTable()
                      throws java.io.IOException,
                             AutomationException
The fields that appear on the left side of the join belong to the source table.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDestinationTable

ITable getDestinationTable()
                           throws java.io.IOException,
                                  AutomationException
The fields that appear on the right side of the join belong to the destination table.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelationshipClass

IRelationshipClass getRelationshipClass()
                                        throws java.io.IOException,
                                               AutomationException
Relationship class used in the table join.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRelationshipClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.