org.axiondb
Interface RowSource
- All Known Subinterfaces:
- ExternalTable, Table, TransactableTable
- All Known Implementing Classes:
- BaseDiskTable, BaseFlatfileTable, BaseTable, DelimitedFlatfileTable, DiskTable, ExternalDatabaseTable, MemoryTable, TableView, TransactableTableImpl
- public interface RowSource
An abstract Row
generator and container.
- Version:
- $Revision: 1.5 $ $Date: 2004/08/27 03:21:21 $
- See Also:
Table
,
Index
getColumnCount
public int getColumnCount()
getColumnIndex
public int getColumnIndex(String name)
throws AxionException
- Throws:
AxionException
getRow
public Row getRow(int id)
throws AxionException
- Throws:
AxionException
makeRowDecorator
public RowDecorator makeRowDecorator()