接口 RelationalValueSource
-
- 所有已知子接口:
ColumnSource,DerivedValueSource
public interface RelationalValueSourceUnifying interface forColumnSourceandDerivedValueSource.- 作者:
- Steve Ebersole
- 另请参阅:
ColumnSource,DerivedValueSource
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static classRelationalValueSource.Nature
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetContainingTableName()RelationalValueSource.NaturegetNature()Retrieve the nature of this relational value.
-
-
-
方法详细资料
-
getContainingTableName
String getContainingTableName()
- 返回:
- 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)?- 返回:
- The nature.
-
-