Uses of Enum Class
com.tableau.hyperapi.CreateMode
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21200
-
Uses of CreateMode in com.tableau.hyperapi
Modifier 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.ModifierConstructorDescriptionConnection
(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.