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.Object
A single column.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Name
getName()
Returns the name of the column.SqlType
getType()
Returns the SQL type of the column.TypeTag
getTypeTag()
Returns the type tag of the column.
-