|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWorkspaceFactorySchemaCache
COM Interface 'IWorkspaceFactorySchemaCache'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Manages Geodatabase workspace schema caches.' 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID968ab1ea_7c1f_4aa1_9055_ca98cb622278
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
disableAllSchemaCaches()
Disable the schema caches of all open workspaces. |
void |
disableSchemaCache(IWorkspace workspace)
Disable the schema cache for a specific workspace. |
void |
disableSchemaCaching()
All new workspaces handed out by the factory will not have schema caching enabled. |
void |
enableAllSchemaCaches()
Enable the schema caches of all open workspaces. |
void |
enableSchemaCache(IWorkspace workspace)
Enable the schema cache for a specific workspace. |
void |
enableSchemaCaching()
All new workspaces handed out by the factory will have schema caching enabled. |
boolean |
isAnySchemaCacheStale()
Checks all current schema caches for staleness. |
boolean |
isSchemaCacheStale(IWorkspace workspace)
Checks a specific schema cache for staleness. |
void |
refreshAllSchemaCaches()
Refreshes all current schema caches. |
void |
refreshSchemaCache(IWorkspace workspace)
Refreshes the schema cache for a specific workspace. |
| Field Detail |
|---|
static final int IID968ab1ea_7c1f_4aa1_9055_ca98cb622278
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void enableSchemaCaching()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disableSchemaCaching()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void enableSchemaCache(IWorkspace workspace)
throws java.io.IOException,
AutomationException
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void enableAllSchemaCaches()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disableSchemaCache(IWorkspace workspace)
throws java.io.IOException,
AutomationException
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disableAllSchemaCaches()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSchemaCacheStale(IWorkspace workspace)
throws java.io.IOException,
AutomationException
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAnySchemaCacheStale()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refreshSchemaCache(IWorkspace workspace)
throws java.io.IOException,
AutomationException
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refreshAllSchemaCaches()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||