Interface ISqlDialectProvider
public interface ISqlDialectProvider
The Interface ISqlDialectProvider.
-
Method Summary
Modifier and TypeMethodDescriptionGets the dialect.
-
Method Details
-
getDatabaseSystem
DatabaseSystem getDatabaseSystem() -
getDialect
ISqlDialect getDialect()Gets the dialect.- Returns:
- the dialect
-