public interface IWorkspaceFactorySchemaCache
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID968ab1ea_7c1f_4aa1_9055_ca98cb622278 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID968ab1ea_7c1f_4aa1_9055_ca98cb622278
static final int xxDummy
static final java.lang.String IID
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.