public interface IRelQueryTableFactory
extends java.io.Serializable
Description: 'Provides access to members that open a join table.' 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 |
IIDb3949d86_3078_4f3b_9dc8_651053366119 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRelQueryTable |
open(IRelationshipClass relationshipClass,
boolean joinForward,
IQueryFilter queryFilter,
ISelectionSet srcSelectionSet,
java.lang.String targetColumns,
boolean doNotPushJoinToDB,
boolean openAsLeftOuterJoin)
Opens a join table specified by the given properties.
|
IRelQueryTable |
openEx(IRelationshipClass relationshipClass,
boolean joinForward,
IQueryFilter queryFilter,
ISelectionSet srcSelectionSet,
java.lang.String targetColumns,
boolean requireClientSideJoin,
boolean requireDatabaseJoin,
boolean openAsLeftOuterJoin)
Opens a join table specified by the given properties.
|
static final int IIDb3949d86_3078_4f3b_9dc8_651053366119
static final int xxDummy
static final java.lang.String IID
IRelQueryTable open(IRelationshipClass relationshipClass, boolean joinForward, IQueryFilter queryFilter, ISelectionSet srcSelectionSet, java.lang.String targetColumns, boolean doNotPushJoinToDB, boolean openAsLeftOuterJoin) throws java.io.IOException, AutomationException
relationshipClass
- A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (in)joinForward
- The joinForward (in)queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)srcSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)targetColumns
- The targetColumns (in)doNotPushJoinToDB
- The doNotPushJoinToDB (in)openAsLeftOuterJoin
- The openAsLeftOuterJoin (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRelQueryTable openEx(IRelationshipClass relationshipClass, boolean joinForward, IQueryFilter queryFilter, ISelectionSet srcSelectionSet, java.lang.String targetColumns, boolean requireClientSideJoin, boolean requireDatabaseJoin, boolean openAsLeftOuterJoin) throws java.io.IOException, AutomationException
relationshipClass
- A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (in)joinForward
- The joinForward (in)queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)srcSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)targetColumns
- The targetColumns (in)requireClientSideJoin
- The requireClientSideJoin (in)requireDatabaseJoin
- The requireDatabaseJoin (in)openAsLeftOuterJoin
- The openAsLeftOuterJoin (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.