Interface DialectResolutionInfo

All Superinterfaces:
DatabaseVersion
All Known Implementing Classes:
DatabaseMetaDataDialectResolutionInfoAdapter

public interface DialectResolutionInfo extends DatabaseVersion
Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect to use.

The information here mimics part of the JDBC DatabaseMetaData contract, specifically the portions about database and driver names and versions.