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