Class ResultSchema.Column

java.lang.Object
com.tableau.hyperapi.ResultSchema.Column
Enclosing class:
ResultSchema

public static final class ResultSchema.Column extends Object
A single column.
  • Constructor Details

    • Column

      public Column(Name columnName, SqlType type)
      Creates a column.
      Parameters:
      columnName - Column name.
      type - SQL type.
  • Method Details

    • getName

      public Name getName()
      Returns the name of the column.
      Returns:
      The name.
    • getType

      public SqlType getType()
      Returns the SQL type of the column.
      Returns:
      The type.
    • getTypeTag

      public TypeTag getTypeTag()
      Returns the type tag of the column.
      Returns:
      The type tag.