Uses of Class
sqlline.BuiltInDialect
-
-
Uses of BuiltInDialect in sqlline
Methods in sqlline that return BuiltInDialect Modifier and Type Method Description static BuiltInDialect
BuiltInDialect. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BuiltInDialect[]
BuiltInDialect. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-