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