public interface IGeodatabaseRelease3 extends IGeodatabaseRelease2, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID3b4aaa9d_98f3_4d9d_b561_b58c75a4338c |
static int |
xxDummy
Deprecated.
Internal use only
|
IID92ca80ca_081b_40c2_a444_9357c681e53c
IIDfe8f2fec_85ae_11d4_a0ca_00c04f6bdd84
Modifier and Type | Method and Description |
---|---|
void |
upgrade2(boolean doPrerequisiteCheck,
boolean doUpgrade,
ITrackCancel cancelTrack,
IGPMessages messages)
Upgrade the database to the current release level.
|
isDatasetSupported
getBugfixVersion, getMajorVersion, getMinorVersion, isCanUpgrade, isCurrentRelease, isForceCurrentRelease, upgrade
static final int IID3b4aaa9d_98f3_4d9d_b561_b58c75a4338c
static final int xxDummy
static final java.lang.String IID
void upgrade2(boolean doPrerequisiteCheck, boolean doUpgrade, ITrackCancel cancelTrack, IGPMessages messages) throws java.io.IOException, AutomationException
doPrerequisiteCheck
- The doPrerequisiteCheck (in)doUpgrade
- The doUpgrade (in)cancelTrack
- A reference to a com.esri.arcgis.system.ITrackCancel (in)messages
- A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.