org.axiondb.engine.rows
public class SimpleRow extends BaseRow implements Serializable
Version: $Revision: 1.2 $ $Date: 2005/12/22 09:02:30 $
Constructor Summary | |
---|---|
SimpleRow(Row that) | |
SimpleRow(Object[] values) | |
SimpleRow(int id, int size) | |
SimpleRow(int size) |
Method Summary | |
---|---|
Object | get(int i)
Get the value of field i. |
void | set(int i, Object val)
Set the value of field i to val. |
int | size()
Return the number of fields I contain. |