public interface IDatabaseConnectionInfo5 extends IDatabaseConnectionInfo4, java.io.Serializable
Description: 'Provides access to members that provide information about the Workspace's connected database.' 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 |
IIDc70fc5bd_4985_454b_be1f_8408819f3900 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID7461e679_fd70_4655_b5f5_bcf5ff97064aIIDbb7bd22e_a5cb_44d8_9130_7c729d6e6fd1IID6557f590_8a8e_4f2c_a910_4eac2785f986IID2808cad6_e0fa_4478_be5b_0e645a2bc7ed| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadOnlyConnection()
Make the database connection read-only.
|
void |
setReadOnlyConnection(boolean readonly)
Make the database connection read-only.
|
generateDefaultRealm, getConnectionCurrentDateTimeInUTC, getRealm, setRealmdisconnectUser, getConnectedDatabaseEx, getConnectedUsers, isAcceptingConnections, setIsAcceptingConnectionsgetConnectionCurrentDateTime, getConnectionDBMS, getConnectionServer, getGeodatabaseServerClassgetConnectedDatabase, getConnectedUserstatic final int IIDc70fc5bd_4985_454b_be1f_8408819f3900
static final int xxDummy
static final java.lang.String IID
void setReadOnlyConnection(boolean readonly)
throws java.io.IOException,
AutomationException
readonly - The readonly (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isReadOnlyConnection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.