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