|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJoinTableSourceDescription
Provides access to the available properties of a Join Table Source Description object.
Method Summary | |
---|---|
int |
getJoinType()
Type of join. |
IMapServerSourceDescription |
getLeftSourceDescription()
Data Source for left table. |
String |
getLeftTableKey()
Field name from the left table that will be used for join. |
IMapServerSourceDescription |
getRightSourceDescription()
Data Source for right table. |
String |
getRightTableKey()
Field name from the right table that will be used for join. |
void |
setJoinType(int pJoinType)
Type of join. |
void |
setLeftSourceDescription(IMapServerSourceDescription ppLeftSourceDescription)
Data Source for left table. |
void |
setLeftTableKey(String pLeftTableKey)
Field name from the left table that will be used for join. |
void |
setRightSourceDescription(IMapServerSourceDescription ppRightSourceDescription)
Data Source for right table. |
void |
setRightTableKey(String pRightTableKey)
Field name from the right table that will be used for join. |
Method Detail |
---|
IMapServerSourceDescription getLeftSourceDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeftSourceDescription(IMapServerSourceDescription ppLeftSourceDescription) throws IOException, AutomationException
ppLeftSourceDescription
- A reference to a com.esri.arcgis.carto.IMapServerSourceDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMapServerSourceDescription getRightSourceDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRightSourceDescription(IMapServerSourceDescription ppRightSourceDescription) throws IOException, AutomationException
ppRightSourceDescription
- A reference to a com.esri.arcgis.carto.IMapServerSourceDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLeftTableKey() throws IOException, AutomationException
Only name of indexed field can be specifiedl
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeftTableKey(String pLeftTableKey) throws IOException, AutomationException
pLeftTableKey
- The pLeftTableKey (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRightTableKey() throws IOException, AutomationException
Only name of indexed field can be specifiedl
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRightTableKey(String pRightTableKey) throws IOException, AutomationException
pRightTableKey
- The pRightTableKey (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getJoinType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJoinType(int pJoinType) throws IOException, AutomationException
pJoinType
- A com.esri.arcgis.geodatabase.esriJoinType constant (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 |