org.axiondb.engine.rows

Class JoinedRow

public class JoinedRow extends BaseRow

A Row composed of zero or more Rows, joined together end-to-end.

Version: $Revision: 1.5 $ $Date: 2005/12/22 09:02:30 $

Author: Rodney Waldhoff Ahimanikya Satapathy

Constructor Summary
JoinedRow()
Method Summary
voidaddRow(Row row)
Objectget(int i)
RowgetRow(int i)
voidset(int i, Object val)
intsize()

Constructor Detail

JoinedRow

public JoinedRow()

Method Detail

addRow

public void addRow(Row row)

get

public Object get(int i)

getRow

public Row getRow(int i)

set

public void set(int i, Object val)

size

public final int size()