Package com.tableau.hyperapi
Class ResultSchema.Column
- java.lang.Object
-
- com.tableau.hyperapi.ResultSchema.Column
-
- Enclosing class:
- ResultSchema
public static final class ResultSchema.Column extends java.lang.ObjectA single column.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamegetName()Returns the name of the column.SqlTypegetType()Returns the SQL type of the column.TypeTaggetTypeTag()Returns the type tag of the column.
-