Uses of Class
com.saperion.common.sql.SqlDialect
-
Packages that use SqlDialect Package Description com.saperion.common.sql -
-
Uses of SqlDialect in com.saperion.common.sql
Methods in com.saperion.common.sql that return SqlDialect Modifier and Type Method Description static SqlDialect
SqlDialect. fromDatabaseProductName(java.lang.String databaseProductName)
Returns theSqlDialect
corresponding to the specified database product name.SqlDialect
DataSource. getSqlDialect()
Returns theSqlDialect
of the underlyingDataSource
.static SqlDialect
SqlDialect. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SqlDialect[]
SqlDialect. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-