- 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 aResultSummary
is obtained from.
-
Method Details
-
name
String name()The name of the database where aResultSummary
is obtained from. Default tonull
if servers does not support multi-databases.- Returns:
- the name of the database where a
ResultSummary
is obtained from
-