Class Summary | |
---|---|
BaseRow |
An abstract base implementation of Row, providing equals ,
hashCode and toString implementations.
|
JoinedRow |
A Row composed of zero or more Row s, joined together
end-to-end.
|
LazyRow | A Rowwhich loads data from a RowSourceas needed. |
RowView | A Rowwrapper for sub-query view. |
SimpleRow | A simple implementation of Row. |