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
RelationalColumn entity is a column within a relational table.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the formula.inthashCode()voidsetFormula(String formula) Sets up the formula.toString()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, setValidValuesSetGUIDMethods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
RelationalColumn
public RelationalColumn()
-
-
Method Details