Uses of Class
com.tableau.hyperapi.SchemaName
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21200
-
Uses of SchemaName in com.tableau.hyperapi
Modifier and TypeFieldDescriptionstatic Comparator
<SchemaName> SchemaName.nullSafeSchemaNameComparator
The null-safe Schema name comparatorModifier 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.Modifier 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.ModifierConstructorDescriptionTableName
(SchemaName schemaName, Name tableName) Constructs a properly escaped partly qualified TableName.TableName
(SchemaName schemaName, String tableName) Constructs a properly escaped partly qualified TableName.