public interface IRelQueryTableName2
extends java.io.Serializable
Description: 'Provides access to members that define a relationship query table name.' 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 |
IID7042b894_fb07_4bc4_917d_15e282ba1b27 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IName |
getRelationshipClassName()
The name object for the RelationshipClass that defines the RelQueryTable.
|
IQueryFilter |
getSrcQueryFilter()
A QueryFilter applied to a cursor opened from the RelQueryTable.
|
ISelectionSet |
getSrcSelectionSet()
A SelectionSet applied to a cursor opened from the RelQueryTable.
|
java.lang.String |
getTargetColumns()
The destination dataset columns available in a cursor opened from the RelTableTable.
|
boolean |
isDoNotPushJoinToDB()
Indicates if the join is processed on the client.
|
boolean |
isFireRowChangedEvents()
Indicates if Fire row changed events.
|
boolean |
isForwardDirection()
Indicates if the originPrimaryClass of the RelationshipClass is the SourceTable.
|
boolean |
isLeftOuterJoin()
Indicates if the type of join will be a left outer join.
|
void |
setDoNotPushJoinToDB(boolean doNotPushJoinToDB)
Indicates if the join is processed on the client.
|
void |
setFireRowChangedEvents(boolean fireRowEvents)
Indicates if Fire row changed events.
|
void |
setForwardDirection(boolean forward)
Indicates if the originPrimaryClass of the RelationshipClass is the SourceTable.
|
void |
setLeftOuterJoin(boolean leftOuterJoin)
Indicates if the type of join will be a left outer join.
|
void |
setRelationshipClassNameByRef(IName relClassName)
The name object for the RelationshipClass that defines the RelQueryTable.
|
void |
setSrcQueryFilterByRef(IQueryFilter queryFilter)
A QueryFilter applied to a cursor opened from the RelQueryTable.
|
void |
setSrcSelectionSetByRef(ISelectionSet selectionSet)
A SelectionSet applied to a cursor opened from the RelQueryTable.
|
void |
setTargetColumns(java.lang.String targetColumns)
The destination dataset columns available in a cursor opened from the RelTableTable.
|
static final int IID7042b894_fb07_4bc4_917d_15e282ba1b27
static final int xxDummy
static final java.lang.String IID
void setRelationshipClassNameByRef(IName relClassName) throws java.io.IOException, AutomationException
relClassName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getRelationshipClassName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setForwardDirection(boolean forward) throws java.io.IOException, AutomationException
forward
- The forward (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isForwardDirection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSrcQueryFilterByRef(IQueryFilter queryFilter) throws java.io.IOException, AutomationException
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IQueryFilter getSrcQueryFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSrcSelectionSetByRef(ISelectionSet selectionSet) throws java.io.IOException, AutomationException
selectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISelectionSet getSrcSelectionSet() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTargetColumns(java.lang.String targetColumns) throws java.io.IOException, AutomationException
targetColumns
- The targetColumns (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTargetColumns() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDoNotPushJoinToDB(boolean doNotPushJoinToDB) throws java.io.IOException, AutomationException
doNotPushJoinToDB
- The doNotPushJoinToDB (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDoNotPushJoinToDB() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLeftOuterJoin(boolean leftOuterJoin) throws java.io.IOException, AutomationException
leftOuterJoin
- The leftOuterJoin (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isLeftOuterJoin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isFireRowChangedEvents() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFireRowChangedEvents(boolean fireRowEvents) throws java.io.IOException, AutomationException
fireRowEvents
- The fireRowEvents (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.