Interface DatabaseInfo

All Known Implementing Classes:
InternalDatabaseInfo

public interface DatabaseInfo
Provides basic information about where a ResultSummary is obtained from.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the database where a ResultSummary is obtained from.
  • Method Details

    • name

      String name()
      The name of the database where a ResultSummary is obtained from. Default to null if servers does not support multi-databases.
      Returns:
      the name of the database where a ResultSummary is obtained from