public class BasicDialectResolver extends AbstractDialectResolver
| Modifier and Type | Field and Description |
|---|---|
static int |
VERSION_INSENSITIVE_VERSION |
| Constructor and Description |
|---|
BasicDialectResolver(String matchingName,
Class dialectClass) |
BasicDialectResolver(String matchingName,
int matchingVersion,
Class dialectClass) |
| Modifier and Type | Method and Description |
|---|---|
protected Dialect |
resolveDialectInternal(DatabaseMetaData metaData)
Perform the actual resolution without caring about handling
SQLExceptions. |
resolveDialectpublic static final int VERSION_INSENSITIVE_VERSION
protected final Dialect resolveDialectInternal(DatabaseMetaData metaData) throws SQLException
AbstractDialectResolverSQLExceptions.resolveDialectInternal in class AbstractDialectResolvermetaData - The database metadataSQLException - Indicates problems accessing the metadata.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.