isql
Class ColumnValuesWithRowsNumber
java.lang.Object
isql.ColumnValues
isql.ColumnValuesWithRowsNumber
public class ColumnValuesWithRowsNumber
- extends ColumnValues
The column values, together with the number of rows in the result set.
It can be tricky to find the number of rows, because what we have is a set of arrays, one for
each column.
If the array have different size what we do? Well, it turns out that we cannot have
this condition at this point, so if it happens something is wrong
- Author:
- SHZ Nov 14, 2007
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ColumnValuesWithRowsNumber
public ColumnValuesWithRowsNumber(java.util.Map<ColumnKey,Array> mapValuesByColumn)
throws ISQLException
- Parameters:
mapValuesByColumn
-
- Throws:
ISQLException
getNumberOfRows
public int getNumberOfRows()
- Returns:
- the numberOfRows