public interface IVersionedView
extends java.io.Serializable
Description: 'Provides access to methods that control versioned views.' 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 |
IID7b5e7005_329f_11d4_9fb9_00c04f6bdf0c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
createVersionedView(java.lang.String name)
Create a versioned view.
|
void |
dropVersionedView()
Drop the versioned view.
|
java.lang.String |
getVersionedViewName()
The name of the associated versioned view.
|
boolean |
isHasVersionedView()
Does the table have a versioned view.
|
static final int IID7b5e7005_329f_11d4_9fb9_00c04f6bdf0c
static final int xxDummy
static final java.lang.String IID
boolean isHasVersionedView() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getVersionedViewName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void createVersionedView(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void dropVersionedView() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.