Uses of Class
org.axiondb.engine.rows.BaseRow

Packages that use BaseRow
org.axiondb.engine.rows   
 

Uses of BaseRow in org.axiondb.engine.rows
 

Subclasses of BaseRow in org.axiondb.engine.rows
 class JoinedRow
          A Row composed of zero or more Rows, joined together end-to-end.
 class LazyRow
          A Rowwhich loads data from a RowSourceas needed.
 class RowView
          A Rowwrapper for sub-query view.
 class SimpleRow
          A simple implementation of Row.