Interface IConnectionInfo

All Known Implementing Classes:
ConnectionInfo

public interface IConnectionInfo
represent the olap server connection information typically returned from server/info
Author:
khaddadin
  • Method Details

    • getMajorVersion

      String getMajorVersion()
      major version
      Returns:
      major version
    • getMinorVersion

      String getMinorVersion()
      minor version
      Returns:
      minor version
    • getBugfixVersion

      String getBugfixVersion()
      bug fix version
      Returns:
      bug fix version
    • getBuildNumber

      String getBuildNumber()
      build number
      Returns:
      build number
    • getEncryptionType

      IConnectionInfo.EncryptionType getEncryptionType()
      get encryption type used in olap server IConnectionInfo.EncryptionType
      Returns:
      encryption type
    • getHttpsPort

      int getHttpsPort()
      https port if exists
      Returns:
      https port if exists