Interface DBConnection
- 
 public interface DBConnectionThe interfaceDBConnectionrepresents a single DB connection object returned from the Intelligence Server.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConnectionID()Returns the GUID of the DB connection instance.java.lang.StringgetConnectionName()Returns the name of the DB connection.intgetDBConnectionNumber()Returns the unique identifier for the DB connection.java.lang.StringgetInstanceId()Returns the database instance ID.java.lang.StringgetInstanceName()Returns the database instance name.java.lang.StringgetLoginName()Returns the DB login name.java.lang.StringgetServerName()Returns the server name from which the DB connection information is obtained.intgetStatus()Returns the DB connection status, a value fromEnumDSSXMLDBConnectionStatusjava.lang.StringgetUserName()Returns the user name for the DB connection.
 
- 
- 
- 
Method Detail- 
getDBConnectionNumberint getDBConnectionNumber() Returns the unique identifier for the DB connection.- Returns:
- the unique identifier for the DB connection.
 
 - 
getStatusint getStatus() Returns the DB connection status, a value fromEnumDSSXMLDBConnectionStatus- Returns:
- the DB connection status.
 
 - 
getInstanceNamejava.lang.String getInstanceName() Returns the database instance name.- Returns:
- the database instance name.
 
 - 
getInstanceIdjava.lang.String getInstanceId() Returns the database instance ID.- Returns:
- the database instance ID.
 
 - 
getUserNamejava.lang.String getUserName() Returns the user name for the DB connection.- Returns:
- the user name for the DB connection
 
 - 
getLoginNamejava.lang.String getLoginName() Returns the DB login name.- Returns:
- the DB login name.
 
 - 
getServerNamejava.lang.String getServerName() Returns the server name from which the DB connection information is obtained.- Returns:
- the server name
 
 - 
getConnectionIDjava.lang.String getConnectionID() Returns the GUID of the DB connection instance.- Returns:
- the GUID of the DB connection instance.
 
 - 
getConnectionNamejava.lang.String getConnectionName() Returns the name of the DB connection.- Returns:
- The DB connection name.
 
 
- 
 
-