com.esri.arcgis.geodatabase
Interface esriJoinType

All Superinterfaces:
Serializable

public interface esriJoinType
extends Serializable

Different types of joins.

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.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriLeftInnerJoin
          Left inner join.
static int esriLeftOuterJoin
          Left outer join.
 

Field Detail

esriLeftOuterJoin

static final int esriLeftOuterJoin
Left outer join. All source rows are included.

See Also:
Constant Field Values

esriLeftInnerJoin

static final int esriLeftInnerJoin
Left inner join. Only match source rows are included.

See Also:
Constant Field Values