Interface RelationalValueSource
- All Known Subinterfaces:
ColumnSource
,DerivedValueSource
public interface RelationalValueSource
Unifying interface for
ColumnSource
and DerivedValueSource
.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the nature of this relational value.
-
Method Details
-
getContainingTableName
String getContainingTableName()- Returns:
- returns the name of the table that contains this value.
-
getNature
RelationalValueSource.Nature getNature()Retrieve the nature of this relational value. Is it a column? Or is it a derived value (formula)?- Returns:
- The nature.
-