Uses of Class
com.tableau.hyperapi.SchemaName
Packages that use SchemaName
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21408
-
Uses of SchemaName in com.tableau.hyperapi
Fields in com.tableau.hyperapi with type parameters of type SchemaNameModifier and TypeFieldDescriptionstatic Comparator
<SchemaName> SchemaName.nullSafeSchemaNameComparator
The null-safe Schema name comparatorMethods in com.tableau.hyperapi that return types with arguments of type SchemaNameModifier and TypeMethodDescriptionTableName.getSchemaName()
Gets the optional Schema name prefixCatalog.getSchemaNames()
Gets the names of all schemas in the first database in the database search path.Catalog.getSchemaNames
(Name database) Gets the names of all schemas in the specified database.Methods in com.tableau.hyperapi with parameters of type SchemaNameModifier and TypeMethodDescriptionint
SchemaName.compareTo
(SchemaName other) Compares this name with the other schema name for order.void
Catalog.createSchema
(SchemaName schema) Creates a schema.void
Catalog.createSchemaIfNotExists
(SchemaName schema) Creates a schema if no schema with that name exists; otherwise does nothing.Catalog.getTableNames
(SchemaName schema) Gets the names of all tables in the specified schema.Constructors in com.tableau.hyperapi with parameters of type SchemaNameModifierConstructorDescriptionTableName
(SchemaName schemaName, Name tableName) Constructs a properly escaped partly qualified TableName.TableName
(SchemaName schemaName, String tableName) Constructs a properly escaped partly qualified TableName.