Class CatalogSchemaTableName
java.lang.Object
io.trino.spi.connector.CatalogSchemaTableName
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogSchemaTableName(String catalogName, SchemaTableName schemaTableName) CatalogSchemaTableName(String catalogName, String schemaName, String tableName) -
Method Summary
-
Constructor Details
-
CatalogSchemaTableName
-
CatalogSchemaTableName
-
-
Method Details
-
getCatalogName
-
getSchemaTableName
-
equals
-
hashCode
-
toString
-