Class DialectResolver
java.lang.Object
io.github.torand.fastersql.dialect.DialectResolver
Resolves SQL dialect based on an open JDBC
Connection.-
Method Summary
Modifier and TypeMethodDescriptionstatic DialectfromConnection(Connection connection) Creates theDialectinstance corresponding to database vendor associated with specified connection.