com.esri.arcgis.geodatabase
Interface IGeodatabaseRelease4

All Superinterfaces:
IGeodatabaseRelease, IGeodatabaseRelease2, IGeodatabaseRelease3, java.io.Serializable
All Known Implementing Classes:
IGeodatabaseRelease4Proxy

public interface IGeodatabaseRelease4
extends IGeodatabaseRelease3, java.io.Serializable

COM Interface 'IGeodatabaseRelease4'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that provide information about the release version of a geodatabase.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID8e602b66_be7f_4d4e_9340_50df434480ad
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeodatabaseRelease3
IID3b4aaa9d_98f3_4d9d_b561_b58c75a4338c
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeodatabaseRelease2
IID92ca80ca_081b_40c2_a444_9357c681e53c
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeodatabaseRelease
IIDfe8f2fec_85ae_11d4_a0ca_00c04f6bdd84
 
Method Summary
 boolean isGeodatabaseCurrent()
          Indicates if the geodatabase system tables are at the current release level.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodatabaseRelease3
upgrade2
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodatabaseRelease2
isDatasetSupported
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodatabaseRelease
getBugfixVersion, getMajorVersion, getMinorVersion, isCanUpgrade, isCurrentRelease, upgrade
 

Field Detail

IID8e602b66_be7f_4d4e_9340_50df434480ad

static final int IID8e602b66_be7f_4d4e_9340_50df434480ad
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isGeodatabaseCurrent

boolean isGeodatabaseCurrent()
                             throws java.io.IOException,
                                    AutomationException
Indicates if the geodatabase system tables are at the current release level.

Returns:
The isGeodatabaseCurrent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.