- All Known Implementing Classes:
InternalDatabaseInfo
public interface DatabaseInfo
Provides basic information about where a
ResultSummary is obtained from.-
Method Summary
Modifier and TypeMethodDescriptionname()The name of the database where aResultSummaryis obtained from.
-
Method Details
-
name
String name()The name of the database where aResultSummaryis obtained from. Default tonullif servers does not support multi-databases.- Returns:
- the name of the database where a
ResultSummaryis obtained from
-