java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.common.SqlTable
All Implemented Interfaces:
Serializable

public class SqlTable extends Object implements Serializable
Represents a sql table used for executing SQL queries.
See Also:
  • Constructor Details

    • SqlTable

      public SqlTable()
  • Method Details

    • copy

      public SqlTable copy()
      Creates a copy of the current SQL table.
      Returns:
      A new instance of SqlTable with the same source, alias and columns.
    • toString

      public String toString()
      Overrides:
      toString in class Object