static class SegmentLoader.RowList.DoubleColumn extends SegmentLoader.RowList.NativeColumn
nullIndicatorsordinal, type| Constructor and Description | 
|---|
SegmentLoader.RowList.DoubleColumn(int ordinal,
                                  SqlStatement.Type type,
                                  int size)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
getCapacity()  | 
double | 
getDouble(int row)  | 
Double | 
getObject(int row)  | 
boolean | 
isNull(int row)  | 
void | 
populateFrom(int row,
            ResultSet resultSet)  | 
void | 
resize(int newSize)  | 
void | 
setDouble(int row,
         double value)  | 
getNullIndicators, setNullSegmentLoader.RowList.DoubleColumn(int ordinal,
                                  SqlStatement.Type type,
                                  int size)
public void resize(int newSize)
resize in class SegmentLoader.RowList.Columnpublic void populateFrom(int row,
                ResultSet resultSet)
                  throws SQLException
populateFrom in class SegmentLoader.RowList.ColumnSQLExceptionpublic void setDouble(int row,
             double value)
setDouble in class SegmentLoader.RowList.Columnpublic double getDouble(int row)
getDouble in class SegmentLoader.RowList.Columnprotected int getCapacity()
getCapacity in class SegmentLoader.RowList.Columnpublic boolean isNull(int row)
isNull in class SegmentLoader.RowList.Columnpublic Double getObject(int row)
getObject in class SegmentLoader.RowList.Column