public interface IRelQueryTable
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe9075692_7072_11d3_a11e_0000f8775bf9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDe9075692_7072_11d3_a11e_0000f8775bf9
static final int xxDummy
static final java.lang.String IID
ITable getSourceTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getDestinationTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRelationshipClass getRelationshipClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.