| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DialectResolver
Contract for determining the Dialect to use based on a JDBC Connection.
| Method Summary | |
|---|---|
|  Dialect | resolveDialect(DatabaseMetaData metaData)Determine the Dialectto use based on the given JDBCDatabaseMetaData. | 
| Method Detail | 
|---|
Dialect resolveDialect(DatabaseMetaData metaData)
                       throws JDBCConnectionException
Dialect to use based on the given JDBC DatabaseMetaData.  Implementations are
 expected to return the Dialect instance to use, or null if the DatabaseMetaData does not match
 the criteria handled by this impl.
metaData - The JDBC metadata.
JDBCConnectionException - Indicates a 'non transient connection problem', which indicates that
 we should stop resolution attempts.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||