Uses of Class
com.tableau.hyperapi.Connection
Packages that use Connection
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21408
-
Uses of Connection in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return ConnectionModifier and TypeMethodDescriptionCatalog.getConnection()
Returns the underlying connection.Result.getConnection()
Gets the connection of the SQL statement that yielded this result.Constructors in com.tableau.hyperapi with parameters of type ConnectionModifierConstructorDescriptionInserter
(Connection connection, TableDefinition tableDefinition) Creates an inserter for an existing table.Inserter
(Connection connection, TableDefinition tableDefinition, String[] columns) Creates an inserter for an existing table.Inserter
(Connection connection, TableDefinition tableDefinition, List<Inserter.ColumnMapping> columnMappings, List<TableDefinition.Column> inserterDefinition) Creates an inserter for an existing table.Inserter
(Connection connection, TableName name) Creates an inserter for an existing table.Inserter
(Connection connection, TableName name, String[] columns) Creates an inserter for an existing table.Inserter
(Connection connection, TableName name, List<Inserter.ColumnMapping> columnMappings, List<TableDefinition.Column> inserterDefinition) Creates an inserter for an existing table.