Uses of Interface
sqlline.SqlLineProperty
-
-
Uses of SqlLineProperty in sqlline
Classes in sqlline that implement SqlLineProperty Modifier and Type Class Description class
BuiltInProperty
Built-in properties of SqlLine.Methods in sqlline that return SqlLineProperty Modifier and Type Method Description static SqlLineProperty
BuiltInProperty. valueOf(String propertyName, boolean ignoreCase)
Returns the built-in property with the given name, or null if not found.Methods in sqlline with parameters of type SqlLineProperty Modifier and Type Method Description String
SqlLineOpts. get(SqlLineProperty key)
boolean
SqlLineOpts. getBoolean(SqlLineProperty key)
char
SqlLineOpts. getChar(SqlLineProperty key)
int
SqlLineOpts. getInt(SqlLineProperty key)
void
SqlLineOpts. set(SqlLineProperty key, Object value)
-