Uses of Class
com.tableau.hyperapi.Connection
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21200
-
Uses of Connection in com.tableau.hyperapi
Modifier and TypeMethodDescriptionCatalog.getConnection()
Returns the underlying connection.Result.getConnection()
Gets the connection of the SQL statement that yielded this result.ModifierConstructorDescriptionInserter
(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.