|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueContainer
Contract for data containers (what the ANSI SQL spec calls "table specifications") to which we can map
entity state. The two flavors here are physical table
and inline view
, but a
Tuple
is a conceptual value container as well.
Method Summary | |
---|---|
String |
getLoggableValueQualifier()
Get a qualifier which can be used to qualify values belonging to this container in
their logging. |
Iterable<SimpleValue> |
values()
Obtain an iterator over this containers current set of value definitions. |
Method Detail |
---|
Iterable<SimpleValue> values()
String getLoggableValueQualifier()
values
belonging to this container in
their logging.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |