org.axiondb.engine.rowiterators
public class UnmodifiableRowIterator extends DelegatingRowIterator
Version: $Revision: 1.6 $ $Date: 2005/03/25 23:26:35 $
Constructor Summary | |
---|---|
UnmodifiableRowIterator(RowIterator iter) |
Method Summary | |
---|---|
void | add(Row row) |
void | remove() |
void | set(Row row) |
String | toString() |
static RowIterator | wrap(RowIterator that) |