com.esri.arcgis.geodatabase
Interface IDEWorkspace2

All Superinterfaces:
IDEWorkspace, Serializable
All Known Subinterfaces:
IDEWorkspace3
All Known Implementing Classes:
DEWorkspace

public interface IDEWorkspace2
extends IDEWorkspace, Serializable

Provides access to members that return information about the Geodatabase release number.

Product Availability

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


Method Summary
 int getBugfixVersion()
          The bugfix version of the release.
 int getMajorVersion()
          The major version of the release.
 int getMinorVersion()
          The minor version of the release.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDEWorkspace
getConnectionProperties, getConnectionString, getDomains, getWorkspaceFactoryProgID, getWorkspaceType, setConnectionPropertiesByRef, setConnectionString, setDomainsByRef, setWorkspaceFactoryProgID, setWorkspaceType
 

Method Detail

getMajorVersion

int getMajorVersion()
                    throws IOException,
                           AutomationException
The major version of the release.

Product Availability

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

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

getMinorVersion

int getMinorVersion()
                    throws IOException,
                           AutomationException
The minor version of the release.

Product Availability

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

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

getBugfixVersion

int getBugfixVersion()
                     throws IOException,
                            AutomationException
The bugfix version of the release.

Product Availability

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

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