Class RelationalColumn
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
-
- org.odpi.openmetadata.accessservices.dataengine.model.Attribute
-
- org.odpi.openmetadata.accessservices.dataengine.model.RelationalColumn
-
- All Implemented Interfaces:
Serializable
public class RelationalColumn extends Attribute
RelationalColumn entity is a column within a relational table.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelationalColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetFormula()Returns the formula.inthashCode()voidsetFormula(String formula)Sets up the formula.StringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Attribute
getAliases, getAllowsDuplicateValues, getDataType, getDefaultValue, getDefaultValueOverride, getDescription, getDisplayName, getExternalTypeGUID, getFixedValue, getIsDeprecated, getIsNullable, getLength, getMaxCardinality, getMinCardinality, getMinimumLength, getNativeClass, getOrderedValues, getPosition, getPrecision, getSortOrder, getTypeGuid, getTypeName, getValidValuesSetGUID, setAliases, setAllowsDuplicateValues, setDataType, setDefaultValue, setDefaultValueOverride, setDescription, setDisplayName, setExternalTypeGUID, setFixedValue, setIsDeprecated, setIsNullable, setLength, setMaxCardinality, setMinCardinality, setMinimumLength, setNativeClass, setOrderedValues, setPosition, setPrecision, setSortOrder, setTypeGuid, setTypeName, setValidValuesSetGUID
-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
-