Uses of Class
com.tableau.hyperapi.DatabaseName
Packages that use DatabaseName
Package
Description
This is the public Tableau Hyper API documentation version 0.0.22502
-
Uses of DatabaseName in com.tableau.hyperapi
Fields in com.tableau.hyperapi with type parameters of type DatabaseNameModifier and TypeFieldDescriptionstatic Comparator<DatabaseName> DatabaseName.nullSafeDatabaseNameComparatorThe null safe comparatorMethods in com.tableau.hyperapi that return types with arguments of type DatabaseNameModifier and TypeMethodDescriptionSchemaName.getDatabaseName()Gets the optional Database name prefixTableName.getDatabaseName()Gets the optional Database name prefixMethods in com.tableau.hyperapi with parameters of type DatabaseNameModifier and TypeMethodDescriptionintDatabaseName.compareTo(DatabaseName other) Compares this name with the other database name for order.Constructors in com.tableau.hyperapi with parameters of type DatabaseNameModifierConstructorDescriptionSchemaName(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.