Package sqlline

Enum BuiltInTableOutputFormatStyles

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

public enum BuiltInTableOutputFormatStyles
extends java.lang.Enum<BuiltInTableOutputFormatStyles>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    BOLD_HEADER_SOLID  
    BOLD_SOLID  
    DEFAULT  
    DOUBLE_SOLID  
    ROUND_CORNERS  
    SOLID  
  • Method Summary

    Modifier and Type Method Description
    sqlline.TableOutputFormatStyle getStyle()  
    static BuiltInTableOutputFormatStyles valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static BuiltInTableOutputFormatStyles[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait