Package io.trino.plugin.jdbc
Class RemoteTableName
- java.lang.Object
-
- io.trino.plugin.jdbc.RemoteTableName
-
public final class RemoteTableName extends Object
Qualified table name reported by the remote database.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Optional<String>getCatalogName()Optional<String>getSchemaName()StringgetTableName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getTableName
public String getTableName()
-
-