org.jactr.tools.data
Interface INamedDataSource
- All Superinterfaces:
- IDataSource
- All Known Subinterfaces:
- INamedMutableDataSource
public interface INamedDataSource
- extends IDataSource
- Author:
- harrison To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
getIndexOfName
long getIndexOfName(java.lang.String columnName)
getNameOfIndex
java.lang.String getNameOfIndex(long index)
getValueAt
java.lang.Object getValueAt(long row,
java.lang.String columnName)
getColumnAt
java.util.Collection getColumnAt(java.lang.String columnName)