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

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

    • SqlColumn

      public SqlColumn()
  • Method Details

    • copy

      public SqlColumn copy()
      Creates a copy of the current SQL column.
      Returns:
      A new instance of SqlColumn with the same name, type and number.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • detect

      public static SqlColumn detect(com.fasterxml.jackson.databind.JsonNode value)
      Detects the SqlColumn using the value defined in the connector code.
      Parameters:
      value - The value to detect.
      Returns:
      The corresponding SqlColumn instance.