Package sqlline

Interface SqlLineProperty

  • All Known Implementing Classes:
    BuiltInProperty

    public interface SqlLineProperty
    Definition of property that may be specified for SqlLine.
    See Also:
    BuiltInProperty
    • Field Detail

      • BOOLEAN_VALUES

        static final java.lang.String[] BOOLEAN_VALUES
    • Method Detail

      • propertyName

        java.lang.String propertyName()
      • defaultValue

        java.lang.Object defaultValue()
      • isReadOnly

        boolean isReadOnly()
      • couldBeStored

        boolean couldBeStored()
      • getAvailableValues

        java.util.Set<java.lang.String> getAvailableValues()