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 SqlDialectSqlDialect.fromDatabaseProductName(String databaseProductName) Returns theSqlDialectcorresponding to the specified database product name.DataSource.getSqlDialect()Returns theSqlDialectof the underlyingDataSource.static SqlDialectReturns 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.