Interface RelationalValueSource
-
- All Known Subinterfaces:
ColumnSource,DerivedValueSource
public interface RelationalValueSourceUnifying interface forColumnSourceandDerivedValueSource.- See Also:
ColumnSource,DerivedValueSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRelationalValueSource.Nature
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContainingTableName()RelationalValueSource.NaturegetNature()Retrieve the nature of this relational value.
-
-
-
Method Detail
-
getContainingTableName
java.lang.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.
-
-