Package mondrian.rolap.agg
Class SegmentLoader.RowList.DoubleColumn
- java.lang.Object
-
- mondrian.rolap.agg.SegmentLoader.RowList.Column
-
- mondrian.rolap.agg.SegmentLoader.RowList.NativeColumn
-
- mondrian.rolap.agg.SegmentLoader.RowList.DoubleColumn
-
- Enclosing class:
- SegmentLoader.RowList
static class SegmentLoader.RowList.DoubleColumn extends SegmentLoader.RowList.NativeColumn
-
-
Field Summary
-
Fields inherited from class mondrian.rolap.agg.SegmentLoader.RowList.NativeColumn
nullIndicators
-
Fields inherited from class mondrian.rolap.agg.SegmentLoader.RowList.Column
ordinal, type
-
-
Constructor Summary
Constructors Constructor Description DoubleColumn(int ordinal, SqlStatement.Type type, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class mondrian.rolap.agg.SegmentLoader.RowList.NativeColumn
getNullIndicators, setNull
-
-
-
-
Constructor Detail
-
DoubleColumn
DoubleColumn(int ordinal, SqlStatement.Type type, int size)
-
-
Method Detail
-
resize
public void resize(int newSize)
- Specified by:
resize
in classSegmentLoader.RowList.Column
-
populateFrom
public void populateFrom(int row, ResultSet resultSet) throws SQLException
- Specified by:
populateFrom
in classSegmentLoader.RowList.Column
- Throws:
SQLException
-
setDouble
public void setDouble(int row, double value)
- Overrides:
setDouble
in classSegmentLoader.RowList.Column
-
getDouble
public double getDouble(int row)
- Overrides:
getDouble
in classSegmentLoader.RowList.Column
-
getCapacity
protected int getCapacity()
- Specified by:
getCapacity
in classSegmentLoader.RowList.Column
-
isNull
public boolean isNull(int row)
- Specified by:
isNull
in classSegmentLoader.RowList.Column
-
getObject
public Double getObject(int row)
- Overrides:
getObject
in classSegmentLoader.RowList.Column
-
-