Interface DBConnection


  • public interface DBConnection
    The interface DBConnection represents a single DB connection object returned from the Intelligence Server.
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • getDBConnectionNumber

        int getDBConnectionNumber()
        Returns the unique identifier for the DB connection.
        Returns:
        the unique identifier for the DB connection.
      • getInstanceName

        java.lang.String getInstanceName()
        Returns the database instance name.
        Returns:
        the database instance name.
      • getInstanceId

        java.lang.String getInstanceId()
        Returns the database instance ID.
        Returns:
        the database instance ID.
      • getUserName

        java.lang.String getUserName()
        Returns the user name for the DB connection.
        Returns:
        the user name for the DB connection
      • getLoginName

        java.lang.String getLoginName()
        Returns the DB login name.
        Returns:
        the DB login name.
      • getServerName

        java.lang.String getServerName()
        Returns the server name from which the DB connection information is obtained.
        Returns:
        the server name
      • getConnectionID

        java.lang.String getConnectionID()
        Returns the GUID of the DB connection instance.
        Returns:
        the GUID of the DB connection instance.
      • getConnectionName

        java.lang.String getConnectionName()
        Returns the name of the DB connection.
        Returns:
        The DB connection name.