public interface IRelQueryTableInfo
extends java.io.Serializable
Description: 'Provides access to members that provide information about joins.' 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 |
IIDd5a1b5bc_9a9f_4a40_bf34_69800d27ebe3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ITable |
getBaseTableOfField(java.lang.String column)
Returns the base table for a particular field.
|
int |
getJoinType()
Type of table join.
|
IQueryDef |
getQueryDef()
QueryDef used to create the join.
|
boolean |
isHasDirectAccessLookup()
Indicates if direct access lookup is used by a RelQueryTable to match records between the source and destination tables.
|
static final int IIDd5a1b5bc_9a9f_4a40_bf34_69800d27ebe3
static final int xxDummy
static final java.lang.String IID
int getJoinType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IQueryDef getQueryDef() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getBaseTableOfField(java.lang.String column) throws java.io.IOException, AutomationException
column
- The column (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasDirectAccessLookup() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.