public interface IRelQueryTableInfo2 extends IRelQueryTableInfo, 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 |
IIDa2948aa2_5b2e_4674_8799_1c27ad55212f |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd5a1b5bc_9a9f_4a40_bf34_69800d27ebe3
Modifier and Type | Method and Description |
---|---|
boolean |
fieldNamesEqual(java.lang.String column1,
java.lang.String column2)
Compares two possibily qualified field names for equality.
|
int |
findFieldIgnoreQualification(java.lang.String column)
Finds the first instance of a field, removing qualification.
|
getBaseTableOfField, getJoinType, getQueryDef, isHasDirectAccessLookup
static final int IIDa2948aa2_5b2e_4674_8799_1c27ad55212f
static final int xxDummy
static final java.lang.String IID
int findFieldIgnoreQualification(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 fieldNamesEqual(java.lang.String column1, java.lang.String column2) throws java.io.IOException, AutomationException
column1
- The column1 (in)column2
- The column2 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.