com.esri.arcgis.geodatabaseextensions
Interface esriTxFeatureClassCachingMode

All Superinterfaces:
java.io.Serializable

public interface esriTxFeatureClassCachingMode
extends java.io.Serializable

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

Description: 'Tracking feature class caching mode.' 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 esriTFCMCacheAll
          Cache data in memory.
static int esriTFCMNone
          Do not cache.
 

Field Detail

esriTFCMNone

static final int esriTFCMNone
Do not cache.

See Also:
Constant Field Values

esriTFCMCacheAll

static final int esriTFCMCacheAll
Cache data in memory.

See Also:
Constant Field Values