Uses of Class
com.tableau.hyperapi.DatabaseName
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21200
-
Uses of DatabaseName in com.tableau.hyperapi
Modifier and TypeFieldDescriptionstatic Comparator
<DatabaseName> DatabaseName.nullSafeDatabaseNameComparator
The null safe comparatorModifier and TypeMethodDescriptionSchemaName.getDatabaseName()
Gets the optional Database name prefixTableName.getDatabaseName()
Gets the optional Database name prefixModifier and TypeMethodDescriptionint
DatabaseName.compareTo
(DatabaseName other) Compares this name with the other database name for order.ModifierConstructorDescriptionSchemaName
(DatabaseName databaseName, Name schemaName) Constructs a properly escaped qualified SchemaName.SchemaName
(DatabaseName databaseName, String schemaName) Constructs a properly escaped qualified SchemaName.TableName
(DatabaseName databaseName, Name schemaName, Name tableName) Constructs a properly escaped fully qualified TableName.TableName
(DatabaseName databaseName, Name schemaName, String tableName) Constructs a properly escaped fully qualified TableName.TableName
(DatabaseName databaseName, String schemaName, Name tableName) Constructs a properly escaped fully qualified TableName.TableName
(DatabaseName databaseName, String schemaName, String tableName) Constructs a properly escaped fully qualified TableName.