Package io.trino.spi.connector
Class CatalogSchemaTableName
- java.lang.Object
-
- io.trino.spi.connector.CatalogSchemaTableName
-
public final class CatalogSchemaTableName extends Object
-
-
Constructor Summary
Constructors Constructor Description CatalogSchemaTableName(String catalogName, SchemaTableName schemaTableName)
CatalogSchemaTableName(String catalogName, String schemaName, String tableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCatalogName()
SchemaTableName
getSchemaTableName()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
CatalogSchemaTableName
public CatalogSchemaTableName(String catalogName, SchemaTableName schemaTableName)
-
-
Method Detail
-
getCatalogName
public String getCatalogName()
-
getSchemaTableName
public SchemaTableName getSchemaTableName()
-
-