Class TableMappingRule

java.lang.Object
io.trino.plugin.jdbc.mapping.TableMappingRule

public class TableMappingRule extends Object
  • Constructor Details

    • TableMappingRule

      public TableMappingRule(String remoteSchema, String remoteTable, String mapping)
  • Method Details

    • getRemoteSchema

      public String getRemoteSchema()
    • getRemoteTable

      public String getRemoteTable()
    • getMapping

      public String getMapping()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object