com.esri.arcgis.geodatabase
Interface IGeodatabaseRelease

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGeodatabaseRelease2, IGeodatabaseRelease3, IGeodatabaseRelease4
All Known Implementing Classes:
IGeodatabaseRelease2Proxy, IGeodatabaseRelease3Proxy, IGeodatabaseRelease4Proxy, IGeodatabaseReleaseProxy, Sde4Workspace, VersionedWorkspace, Workspace

public interface IGeodatabaseRelease
extends java.io.Serializable

COM Interface 'IGeodatabaseRelease'. Generated 3/19/2015 1:20:54 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 IIDfe8f2fec_85ae_11d4_a0ca_00c04f6bdd84
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBugfixVersion()
          Geodatabase bugfix version level.
 int getMajorVersion()
          Geodatabase major version level.
 int getMinorVersion()
          Geodatabase minor version level.
 boolean isCanUpgrade()
          Indicates if the geodatabase can be upgraded with this interface.
 boolean isCurrentRelease()
          Indicates if the geodatabase at the current release level.
 void upgrade()
          Upgrade the database to the current release level.
 

Field Detail

IIDfe8f2fec_85ae_11d4_a0ca_00c04f6bdd84

static final int IIDfe8f2fec_85ae_11d4_a0ca_00c04f6bdd84
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

isCanUpgrade

boolean isCanUpgrade()
                     throws java.io.IOException,
                            AutomationException
Indicates if the geodatabase can be upgraded with this interface. If not, then another utility must be used to upgrade it.

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

isCurrentRelease

boolean isCurrentRelease()
                         throws java.io.IOException,
                                AutomationException
Indicates if the geodatabase at the current release level.

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

getMajorVersion

int getMajorVersion()
                    throws java.io.IOException,
                           AutomationException
Geodatabase major version level.

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

getMinorVersion

int getMinorVersion()
                    throws java.io.IOException,
                           AutomationException
Geodatabase minor version level.

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

getBugfixVersion

int getBugfixVersion()
                     throws java.io.IOException,
                            AutomationException
Geodatabase bugfix version level.

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

upgrade

void upgrade()
             throws java.io.IOException,
                    AutomationException
Upgrade the database to the current release level.

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