java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.common.SqlColumn
- All Implemented Interfaces:
Serializable
Represents a sql table column used for executing SQL queries.
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Creates a copy of the current SQL column.
detect(com.fasterxml.jackson.databind.JsonNode value)
Detects the
SqlColumn using the value defined in the connector code.
-
Constructor Details
-
SqlColumn
public SqlColumn()
-
Method Details
-
copy
Creates a copy of the current SQL column.
- Returns:
- A new instance of
SqlColumn with the same name, type and number.
-
-
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.