public interface ISchemaLockInfo
extends java.io.Serializable
Description: 'Provides access to members that supply schema lock information.' 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 |
IIDa67958d8_226e_11d3_80b2_00c04f686238 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getSchemaLockType()
The schema lock type.
|
java.lang.String |
getTableName()
The name of the table with the schema lock.
|
java.lang.String |
getUserName()
The user name who has the schema lock.
|
static final int IIDa67958d8_226e_11d3_80b2_00c04f686238
static final int xxDummy
static final java.lang.String IID
int getSchemaLockType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getUserName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.