Interface ISqlDialectProvider
public interface ISqlDialectProvider
The Interface ISqlDialectProvider.
-
Method Summary
Modifier and Type Method Description ISqlDialectgetDialect()Gets the dialect.StringgetName()Gets the name.
-
Method Details
-
getName
String getName()Gets the name.- Returns:
- the name
-
getDialect
ISqlDialect getDialect()Gets the dialect.- Returns:
- the dialect
-