org.axiondb.engine.rows
public class LazyRow extends BaseRow implements Row
Version: $Revision: 1.4 $ $Date: 2005/12/22 09:02:30 $
Constructor Summary | |
---|---|
LazyRow(RowSource source, int id) | |
LazyRow(RowSource source, int id, int col, Object value) |
Method Summary | |
---|---|
Object | get(int i) |
void | set(int i, Object val) |
int | size() |