isql
Class ColumnValuesWithRowsNumber

java.lang.Object
  extended by isql.ColumnValues
      extended by 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

Constructor Summary
ColumnValuesWithRowsNumber(java.util.Map<ColumnKey,Array> mapValuesByColumn)
           
 
Method Summary
 int getNumberOfRows()
           
 
Methods inherited from class isql.ColumnValues
entrySet, get, keySet, toString, values
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColumnValuesWithRowsNumber

public ColumnValuesWithRowsNumber(java.util.Map<ColumnKey,Array> mapValuesByColumn)
                           throws ISQLException
Parameters:
mapValuesByColumn -
Throws:
ISQLException
Method Detail

getNumberOfRows

public int getNumberOfRows()
Returns:
the numberOfRows