Package com.tableau.hyperapi
Class ResultSchema.Column
java.lang.Object
com.tableau.hyperapi.ResultSchema.Column
- Enclosing class:
ResultSchema
A single column.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Column
Creates a column.- Parameters:
columnName
- Column name.type
- SQL type.
-
-
Method Details
-
getName
Returns the name of the column.- Returns:
- The name.
-
getType
Returns the SQL type of the column.- Returns:
- The type.
-
getTypeTag
Returns the type tag of the column.- Returns:
- The type tag.
-