com.esri.arcgis.geodatabase
Interface esriJoinType

All Superinterfaces:
java.io.Serializable

public interface esriJoinType
extends java.io.Serializable

Different types of joins.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Remarks

An enumeration of layer or table join types. A join can either be a left-outer join, where all source rows are included, or a left-inner join, where only match source rows are included.

 


Field Summary
static int esriLeftInnerJoin
           
static int esriLeftOuterJoin
           
 

Field Detail

esriLeftOuterJoin

public static final int esriLeftOuterJoin
See Also:
Constant Field Values

esriLeftInnerJoin

public static final int esriLeftInnerJoin
See Also:
Constant Field Values