Uses of Class
com.tableau.hyperapi.TableName
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21200
-
Uses of TableName in com.tableau.hyperapi
Modifier and TypeFieldDescriptionstatic Comparator
<TableName> TableName.nullSafeTableNameComparator
The null-safe table name comparator.Modifier and TypeMethodDescriptionCatalog.getTableNames
(SchemaName schema) Gets the names of all tables in the specified schema.Modifier 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.ModifierConstructorDescriptionInserter
(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.