public class HiveMetastoreCatalog.QualifiedTableName
extends Object
implements scala.Product, scala.Serializable
| Constructor and Description |
|---|
HiveMetastoreCatalog.QualifiedTableName(String database,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
database() |
String |
name() |
HiveMetastoreCatalog.QualifiedTableName |
toLowerCase() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic HiveMetastoreCatalog.QualifiedTableName(String database,
String name)
public String database()
public String name()
public HiveMetastoreCatalog.QualifiedTableName toLowerCase()