public interface IGeodatabaseRelease
extends 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 |
IIDfe8f2fec_85ae_11d4_a0ca_00c04f6bdd84 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
isForceCurrentRelease()
Indicates if the geodatabase at the current release level.
|
void |
upgrade()
Upgrade the database to the current release level.
|
static final int IIDfe8f2fec_85ae_11d4_a0ca_00c04f6bdd84
static final int xxDummy
static final java.lang.String IID
boolean isCanUpgrade() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCurrentRelease() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isForceCurrentRelease() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMajorVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMinorVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getBugfixVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void upgrade() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.