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