Uses of Class
com.tableau.hyperapi.TableName
Packages that use TableName
Package
Description
This is the public Tableau Hyper API documentation version 0.0.23576
-
Uses of TableName in com.tableau.hyperapi
Fields in com.tableau.hyperapi with type parameters of type TableNameModifier and TypeFieldDescriptionstatic Comparator<TableName> TableName.nullSafeTableNameComparatorThe 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 TypeMethodDescriptionintCompares this name with the specified name for order.Catalog.getTableDefinition(TableName tableName) Returns the table definition if a table with the given name exists.booleanReturns 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, emptyTableDefinitionof permanent persistence.TableDefinition(TableName tableName, Persistence persistence) Creates a new, emptyTableDefinitionwith the given persistence.TableDefinition(TableName tableName, List<TableDefinition.Column> columns) Creates a newTableDefinitionof permanent persistence with the given columns.TableDefinition(TableName tableName, List<TableDefinition.Column> columns, Persistence persistence) Creates a newTableDefinitionwith the given columns and persistence.