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(java.lang.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.Method parameters in sqlline with type arguments of type BuiltInProperty Modifier and Type Method Description java.util.List<org.jline.reader.Completer>
SqlLineOpts. setOptionCompleters(java.util.Map<BuiltInProperty,java.util.Collection<java.lang.String>> customCompletions)
Builds and returnsCompleters.RegexCompleter
for!set
command based on (in decreasing order of priority) Customizations viacustomCompletions
Available values defined inBuiltInProperty
SqlLineProperty.Type
of property.
-