Package org.axiondb.engine.rows

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