com.sas.storage.jdbc
Interface RawSASNumericValueProvider

All Known Implementing Classes:
JDBCToTableModelAdapter

public interface RawSASNumericValueProvider


Method Summary
 java.lang.Double getRawSASNumericValue(int rowIndex, int columnIndex)
          Return the raw value of a numeric cell in the result set.
 

Method Detail

getRawSASNumericValue

java.lang.Double getRawSASNumericValue(int rowIndex,
                                       int columnIndex)
Return the raw value of a numeric cell in the result set.

Parameters:
rowIndex - the row whose value is to be queried
columnIndex - the column whose value is to be queried
Returns:
the raw SAS numeric value. Double.NaN in case of errors or for missing values.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.