public interface IDatabaseView
extends 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 |
IID38be5e3d_0f37_4a7e_9577_a3450a8d5554 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
createView(java.lang.String viewName,
java.lang.String viewDefinition)
Create a view.
|
void |
dropView(java.lang.String viewName)
Drop a view.
|
java.lang.String |
getViewDefinition(java.lang.String viewName)
Get the view definition.
|
boolean |
isView(java.lang.String viewName)
Is the table a view?
|
static final int IID38be5e3d_0f37_4a7e_9577_a3450a8d5554
static final int xxDummy
static final java.lang.String IID
void createView(java.lang.String viewName,
java.lang.String viewDefinition)
throws java.io.IOException,
AutomationException
viewName - The viewName (in)viewDefinition - The viewDefinition (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void dropView(java.lang.String viewName)
throws java.io.IOException,
AutomationException
viewName - The viewName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isView(java.lang.String viewName)
throws java.io.IOException,
AutomationException
viewName - The viewName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getViewDefinition(java.lang.String viewName)
throws java.io.IOException,
AutomationException
viewName - The viewName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.