Package sqlline

Enum BuiltInProperty

java.lang.Object
java.lang.Enum<BuiltInProperty>
sqlline.BuiltInProperty
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<BuiltInProperty>, java.lang.constant.Constable, SqlLineProperty

public enum BuiltInProperty
extends java.lang.Enum<BuiltInProperty>
implements SqlLineProperty
Built-in properties of SqlLine.

Every property must implement the SqlLineProperty interface; it is convenient to put properties in this enum but not mandatory.