org.axiondb

Interface RowSource

public interface RowSource

An abstract Rowgenerator and container.

Version: $Revision: 1.5 $ $Date: 2004/08/27 03:21:21 $

Author: Rodney Waldhoff

See Also: Table Index

Method Summary
intgetColumnCount()
intgetColumnIndex(String name)
RowgetRow(int id)
RowDecoratormakeRowDecorator()

Method Detail

getColumnCount

public int getColumnCount()

getColumnIndex

public int getColumnIndex(String name)

getRow

public Row getRow(int id)

makeRowDecorator

public RowDecorator makeRowDecorator()