com.esri.arcgis.geodatabase
Interface esriJoinType

All Superinterfaces:
java.io.Serializable

public interface esriJoinType
extends java.io.Serializable

Constants from esriJoinType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Different types of joins.' 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 =


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