Class ColumnType

java.lang.Object
com.firebolt.jdbc.resultset.column.ColumnType

public class ColumnType extends Object
This class represents a Column type returned by the server
  • Constructor Details

    • ColumnType

      public ColumnType()
  • Method Details

    • of

      public static ColumnType of(String columnType)
    • getCompactTypeName

      public String getCompactTypeName()
    • getArrayBaseColumnType

      public ColumnType getArrayBaseColumnType()