Uses of Enum Class
com.tableau.hyperapi.CreateMode
Packages that use CreateMode
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21408
-
Uses of CreateMode in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return CreateModeModifier and TypeMethodDescriptionstatic CreateMode
Returns the enum constant of this class with the specified name.static CreateMode[]
CreateMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.tableau.hyperapi with parameters of type CreateModeModifierConstructorDescriptionConnection
(Endpoint endpoint, String[] databases, CreateMode createMode, Map<String, String> parameters) Connects to a hyper endpoint.Connection
(Endpoint endpoint, String database, CreateMode createMode) Connects to a hyper endpoint.Connection
(Endpoint endpoint, String database, CreateMode createMode, Map<String, String> parameters) Connects to a hyper endpoint.