Uses of Class
com.github.longdt.vertxorm.repository.SqlDialect
-
Packages that use SqlDialect Package Description com.github.longdt.vertxorm.repository -
-
Uses of SqlDialect in com.github.longdt.vertxorm.repository
Methods in com.github.longdt.vertxorm.repository that return SqlDialect Modifier and Type Method Description static SqlDialectSqlDialect. valueOf(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.
-