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