public interface IDatabaseView2 extends IDatabaseView, java.io.Serializable
Description: 'Provides access to members that request database 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 |
IIDdadc9333_8622_4b4b_bbac_a34d7fc49bed |
static int |
xxDummy
Deprecated.
Internal use only
|
IID38be5e3d_0f37_4a7e_9577_a3450a8d5554
Modifier and Type | Method and Description |
---|---|
boolean |
canCreateMaterializedView(java.lang.String materializedViewName,
java.lang.String materializedViewDefinition)
Fails if a materialized view with the given name and definition cannot be created.
|
void |
createMaterializedView(java.lang.String materializedViewName,
java.lang.String materializedViewDefinition)
Create materialized view from SQL statemnt input.
|
boolean |
isMaterializedView(java.lang.String materializedViewName)
Is the table a materialized view?
|
createView, dropView, getViewDefinition, isView
static final int IIDdadc9333_8622_4b4b_bbac_a34d7fc49bed
static final int xxDummy
static final java.lang.String IID
boolean isMaterializedView(java.lang.String materializedViewName) throws java.io.IOException, AutomationException
materializedViewName
- The materializedViewName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void createMaterializedView(java.lang.String materializedViewName, java.lang.String materializedViewDefinition) throws java.io.IOException, AutomationException
materializedViewName
- The materializedViewName (in)materializedViewDefinition
- The materializedViewDefinition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean canCreateMaterializedView(java.lang.String materializedViewName, java.lang.String materializedViewDefinition) throws java.io.IOException, AutomationException
materializedViewName
- The materializedViewName (in)materializedViewDefinition
- The materializedViewDefinition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.