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 PersistenceTableDefinition. getPersistence()Returns the persistence of the table.static PersistencePersistence. 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 TableDefinitionTableDefinition. 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, emptyTableDefinitionwith the given persistence.TableDefinition(TableName tableName, java.util.List<TableDefinition.Column> columns, Persistence persistence)Creates a newTableDefinitionwith the given columns and persistence.
-