public class DatabaseColumnProperties extends TabularColumnProperties
| Constructor and Description |
|---|
DatabaseColumnProperties()
Default constructor
|
DatabaseColumnProperties(DatabaseColumnProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getFormula()
Return the formula used to combine the values of the queries.
|
List<DatabaseQueryProperties> |
getQueries()
Return the list of individual query targets for a derived column.
|
int |
hashCode()
Return has code based on properties.
|
void |
setFormula(String formula)
Set up the formula used to combine the values of the queries.
|
void |
setQueries(List<DatabaseQueryProperties> queries)
Set up the list of individual query targets for a derived column.
|
String |
toString()
Standard toString method.
|
getDataType, getDefaultValue, setDataType, setDefaultValuegetAliases, getAnchorGUID, getDefaultValueOverride, getElementPosition, getLength, getMaxCardinality, getMinCardinality, getMinimumLength, getNativeJavaClass, getSignificantDigits, getSortOrder, isAllowsDuplicateValues, isNullable, isOrderedValues, setAliases, setAllowsDuplicateValues, setAnchorGUID, setDefaultValueOverride, setElementPosition, setLength, setMaxCardinality, setMinCardinality, setMinimumLength, setNativeJavaClass, setNullable, setOrderedValues, setSignificantDigits, setSortOrdergetDescription, getDisplayName, isDeprecated, setDeprecated, setDescription, setDisplayNamegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic DatabaseColumnProperties()
public DatabaseColumnProperties(DatabaseColumnProperties template)
template - object to copypublic String getFormula()
public void setFormula(String formula)
formula - String formulapublic List<DatabaseQueryProperties> getQueries()
public void setQueries(List<DatabaseQueryProperties> queries)
queries - list of queries and their target elementpublic String toString()
toString in class TabularColumnPropertiespublic boolean equals(Object objectToCompare)
equals in class TabularColumnPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class TabularColumnPropertiesCopyright © 2018–2020 ODPi. All rights reserved.