Uses of Enum Class
com.saperion.common.sql.SqlDialect
Packages that use SqlDialect
-
Uses of SqlDialect in com.saperion.common.sql
Methods in com.saperion.common.sql that return SqlDialectModifier and TypeMethodDescriptionstatic SqlDialect
SqlDialect.fromDatabaseProductName
(String databaseProductName) Returns theSqlDialect
corresponding to the specified database product name.DataSource.getSqlDialect()
Returns theSqlDialect
of the underlyingDataSource
.static SqlDialect
Returns the enum constant of this class with the specified name.static SqlDialect[]
SqlDialect.values()
Returns an array containing the constants of this enum class, in the order they are declared.