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
SQLException s. |
resolveDialect
public static final int VERSION_INSENSITIVE_VERSION
protected final Dialect resolveDialectInternal(DatabaseMetaData metaData) throws SQLException
AbstractDialectResolver
SQLException
s.resolveDialectInternal
in class AbstractDialectResolver
metaData
- The database metadataSQLException
- Indicates problems accessing the metadata.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.