Uses of Class
com.tableau.hyperapi.ResultSchema.Column
Packages that use ResultSchema.Column
Package
Description
This is the public Tableau Hyper API documentation version 0.0.22502
-
Uses of ResultSchema.Column in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return ResultSchema.ColumnModifier and TypeMethodDescriptionResultSchema.getColumn(int position) Returns the column at a specific position.Methods in com.tableau.hyperapi that return types with arguments of type ResultSchema.ColumnModifier and TypeMethodDescriptionResultSchema.getColumnByName(Name columnName) Retrieves the column named "columnName", if it exists.ResultSchema.getColumnByName(String columnName) Retrieves the column named "columnName", if it exists.ResultSchema.getColumns()Returns all columns.