com.esri.arcgis.geodatabase
Interface IRelQueryTableFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRelQueryTableFactoryProxy, RelQueryTableFactory

public interface IRelQueryTableFactory
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb3949d86_3078_4f3b_9dc8_651053366119
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDb3949d86_3078_4f3b_9dc8_651053366119

static final int IIDb3949d86_3078_4f3b_9dc8_651053366119
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

open

IRelQueryTable open(IRelationshipClass relationshipClass,
                    boolean joinForward,
                    IQueryFilter queryFilter,
                    ISelectionSet srcSelectionSet,
                    java.lang.String targetColumns,
                    boolean doNotPushJoinToDB,
                    boolean openAsLeftOuterJoin)
                    throws java.io.IOException,
                           AutomationException
Opens a join table specified by the given properties.

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRelQueryTable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.