public interface RelationalValueSource
Unifying interface for ColumnSource and DerivedValueSource.
ColumnSource,
DerivedValueSource| Modifier and Type | Interface and Description |
|---|---|
static class |
RelationalValueSource.Nature |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainingTableName() |
RelationalValueSource.Nature |
getNature()
Retrieve the nature of this relational value.
|
String getContainingTableName()
RelationalValueSource.Nature getNature()
Retrieve the nature of this relational value. Is it a column? Or is it a derived value (formula)?
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.