Interface RelationalValueSource

All Known Subinterfaces:
ColumnSource, DerivedValueSource

public interface RelationalValueSource
Unifying interface for ColumnSource and DerivedValueSource.
See Also:
  • Method Details

    • getContainingTableName

      String getContainingTableName()
      Returns:
      returns the name of the table that contains this value.
    • getNature

      Retrieve the nature of this relational value. Is it a column? Or is it a derived value (formula)?
      Returns:
      The nature.