Uses of Class
com.tableau.hyperapi.TableName
Packages that use TableName
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21408
-
Uses of TableName in com.tableau.hyperapi
Fields in com.tableau.hyperapi with type parameters of type TableNameModifier and TypeFieldDescriptionstatic Comparator
<TableName> TableName.nullSafeTableNameComparator
The null-safe table name comparator.Methods in com.tableau.hyperapi that return TableNameMethods in com.tableau.hyperapi that return types with arguments of type TableNameModifier and TypeMethodDescriptionCatalog.getTableNames
(SchemaName schema) Gets the names of all tables in the specified schema.Methods in com.tableau.hyperapi with parameters of type TableNameModifier and TypeMethodDescriptionint
Compares this name with the specified name for order.Catalog.getTableDefinition
(TableName tableName) Returns the table definition if a table with the given name exists.boolean
Returns whether a table with this name exists.TableDefinition.setTableName
(TableName tableName) Sets the table name.Constructors in com.tableau.hyperapi with parameters of type TableNameModifierConstructorDescriptionInserter
(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.TableDefinition
(TableName tableName) Creates a new, emptyTableDefinition
of permanent persistence.TableDefinition
(TableName tableName, Persistence persistence) Creates a new, emptyTableDefinition
with the given persistence.TableDefinition
(TableName tableName, List<TableDefinition.Column> columns) Creates a newTableDefinition
of permanent persistence with the given columns.TableDefinition
(TableName tableName, List<TableDefinition.Column> columns, Persistence persistence) Creates a newTableDefinition
with the given columns and persistence.