| Package | Description |
|---|---|
| com.github.drinkjava2.jdialects |
| Modifier and Type | Method and Description |
|---|---|
static Dialect |
Dialect.guessDialect(Connection jdbcConnection)
Guess dialect based on given JDBC connection instance, Note: this method
does not close connection
|
static Dialect |
Dialect.guessDialect(DataSource datasource)
Guess dialect based on given JDBC connection instance, Note: this method
does not close connection
|
static Dialect |
Dialect.guessDialect(String databaseName,
Object... majorVersionMinorVersion)
Guess Dialect by give databaseName, MajorVersion, majorVersion
|
static Dialect |
Dialect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dialect[] |
Dialect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.