Uses of Class
com.github.vertical_blank.sqlformatter.languages.Dialect
-
Packages that use Dialect Package Description com.github.vertical_blank.sqlformatter com.github.vertical_blank.sqlformatter.languages -
-
Uses of Dialect in com.github.vertical_blank.sqlformatter
Methods in com.github.vertical_blank.sqlformatter with parameters of type Dialect Modifier and Type Method Description static SqlFormatter.Formatter
SqlFormatter. of(Dialect dialect)
-
Uses of Dialect in com.github.vertical_blank.sqlformatter.languages
Methods in com.github.vertical_blank.sqlformatter.languages that return Dialect Modifier and Type Method Description static Dialect
Dialect. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dialect[]
Dialect. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.vertical_blank.sqlformatter.languages that return types with arguments of type Dialect Modifier and Type Method Description static Optional<Dialect>
Dialect. nameOf(String name)
-