Uses of Class
com.tableau.hyperapi.Connection
-
Packages that use Connection Package Description com.tableau.hyperapi This is the public Tableau Hyper API documentation version 0.0.20746 -
-
Uses of Connection in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return Connection Modifier and Type Method Description Connection
Catalog. getConnection()
Returns the underlying connection.Connection
Result. getConnection()
Gets the connection of the SQL statement that yielded this result.Constructors in com.tableau.hyperapi with parameters of type Connection Constructor Description Inserter(Connection connection, TableDefinition tableDefinition)
Creates an inserter for an existing table.Inserter(Connection connection, TableDefinition tableDefinition, java.lang.String[] columns)
Creates an inserter for an existing table.Inserter(Connection connection, TableDefinition tableDefinition, java.util.List<Inserter.ColumnMapping> columnMappings, java.util.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, java.lang.String[] columns)
Creates an inserter for an existing table.Inserter(Connection connection, TableName name, java.util.List<Inserter.ColumnMapping> columnMappings, java.util.List<TableDefinition.Column> inserterDefinition)
Creates an inserter for an existing table.
-