|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRelQueryTableName2
Provides access to members that define a relationship query table name.
Method Summary | |
---|---|
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. |
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(String targetColumns)
The destination dataset columns available in a cursor opened from the RelTableTable. |
Method Detail |
---|
void setRelationshipClassNameByRef(IName relClassName) throws IOException, AutomationException
relClassName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getRelationshipClassName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setForwardDirection(boolean forward) throws IOException, AutomationException
forward
- The forward (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isForwardDirection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSrcQueryFilterByRef(IQueryFilter queryFilter) throws IOException, AutomationException
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IQueryFilter getSrcQueryFilter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSrcSelectionSetByRef(ISelectionSet selectionSet) throws IOException, AutomationException
selectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelectionSet getSrcSelectionSet() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTargetColumns(String targetColumns) throws IOException, AutomationException
targetColumns
- The targetColumns (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTargetColumns() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDoNotPushJoinToDB(boolean doNotPushJoinToDB) throws IOException, AutomationException
doNotPushJoinToDB
- The doNotPushJoinToDB (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDoNotPushJoinToDB() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeftOuterJoin(boolean leftOuterJoin) throws IOException, AutomationException
leftOuterJoin
- The leftOuterJoin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLeftOuterJoin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFireRowChangedEvents() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFireRowChangedEvents(boolean fireRowEvents) throws IOException, AutomationException
fireRowEvents
- The fireRowEvents (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |