com.esri.arcgis.geodatabase
Interface IDatabaseConnectionInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDatabaseConnectionInfo2, IDatabaseConnectionInfo3, IDatabaseConnectionInfo4
All Known Implementing Classes:
IDatabaseConnectionInfo2Proxy, IDatabaseConnectionInfo3Proxy, IDatabaseConnectionInfo4Proxy, IDatabaseConnectionInfoProxy, Sde4Workspace, SqlWorkspace, VersionedWorkspace, Workspace

public interface IDatabaseConnectionInfo
extends java.io.Serializable

COM Interface 'IDatabaseConnectionInfo'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2808cad6_e0fa_4478_be5b_0e645a2bc7ed
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getConnectedDatabase()
          The name of the connected database.
 java.lang.String getConnectedUser()
          The name of the connected user.
 

Field Detail

IID2808cad6_e0fa_4478_be5b_0e645a2bc7ed

static final int IID2808cad6_e0fa_4478_be5b_0e645a2bc7ed
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getConnectedDatabase

java.lang.String getConnectedDatabase()
                                      throws java.io.IOException,
                                             AutomationException
The name of the connected database. It may be different from the DATABASE property in the workspace's connection properties.

Returns:
The db
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectedUser

java.lang.String getConnectedUser()
                                  throws java.io.IOException,
                                         AutomationException
The name of the connected user. It may be different from the USER property in the workspace's connection properties.

Returns:
The user
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.