Uses of Class
com.tableau.hyperapi.Persistence
-
Packages that use Persistence Package Description com.tableau.hyperapi This is the public Tableau Hyper API documentation version 0.0.20746 -
-
Uses of Persistence in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return Persistence Modifier and Type Method Description Persistence
TableDefinition. getPersistence()
Returns the persistence of the table.static Persistence
Persistence. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Persistence[]
Persistence. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tableau.hyperapi with parameters of type Persistence Modifier and Type Method Description TableDefinition
TableDefinition. setPersistence(Persistence persistence)
Sets the table persistence.Constructors in com.tableau.hyperapi with parameters of type Persistence Constructor Description TableDefinition(TableName tableName, Persistence persistence)
Creates a new, emptyTableDefinition
with the given persistence.TableDefinition(TableName tableName, java.util.List<TableDefinition.Column> columns, Persistence persistence)
Creates a newTableDefinition
with the given columns and persistence.
-