public interface TableResult extends Result
int getRows()
int getCols()
Object getAt(Column<?> col, int row)
col - Columnrow - Row indexObject getAt(String colName, int row)
colName - Column namerow - Row indexObject getAt(int colIndex, int row)
colIndex - Column indexrow - Row indexString[] getColNames()
Copyright © 2012-2014. All Rights Reserved.