Uses of Class
org.hotrod.runtime.livesql.dialects.SQLDialectFactory.Dialect
-
Packages that use SQLDialectFactory.Dialect Package Description org.hotrod.runtime.livesql.dialects -
-
Uses of SQLDialectFactory.Dialect in org.hotrod.runtime.livesql.dialects
Methods in org.hotrod.runtime.livesql.dialects that return SQLDialectFactory.Dialect Modifier and Type Method Description static SQLDialectFactory.DialectSQLDialectFactory.Dialect. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SQLDialectFactory.Dialect[]SQLDialectFactory.Dialect. values()Returns an array containing the constants of this enum type, in the order they are declared.
-